package com.strmr.ps.data.remote.model.realdebrid;

import androidx.media3.container.NalUnitUtil;
import androidx.media3.extractor.text.ttml.TtmlNode;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.fi7;
import defpackage.kp6;
import defpackage.pq6;
import defpackage.vw2;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\t\n\u0002\b\u0010\n\u0002\u0010\u000b\n\u0002\b\u0004\b\u0086\b\u0018\u00002\u00020\u0001B'\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0005\u0012\u0006\u0010\u0006\u001a\u00020\u0007\u0012\u0006\u0010\b\u001a\u00020\u0003¢\u0006\u0004\b\t\u0010\nJ\t\u0010\u0012\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0013\u001a\u00020\u0005HÆ\u0003J\t\u0010\u0014\u001a\u00020\u0007HÆ\u0003J\t\u0010\u0015\u001a\u00020\u0003HÆ\u0003J1\u0010\u0016\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00052\b\b\u0002\u0010\u0006\u001a\u00020\u00072\b\b\u0002\u0010\b\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\u0017\u001a\u00020\u00182\b\u0010\u0019\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u001a\u001a\u00020\u0003HÖ\u0001J\t\u0010\u001b\u001a\u00020\u0005HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\fR\u0016\u0010\u0004\u001a\u00020\u00058\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\r\u0010\u000eR\u0016\u0010\u0006\u001a\u00020\u00078\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000f\u0010\u0010R\u0016\u0010\b\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0011\u0010\f¨\u0006\u001c"}, d2 = {"Lcom/strmr/ps/data/remote/model/realdebrid/RealDebridTorrentFile;", "", TtmlNode.ATTR_ID, "", "path", "", "bytes", "", "selected", "<init>", "(ILjava/lang/String;JI)V", "getId", "()I", "getPath", "()Ljava/lang/String;", "getBytes", "()J", "getSelected", "component1", "component2", "component3", "component4", "copy", "equals", "", "other", "hashCode", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class RealDebridTorrentFile {

    @SerializedName("bytes")
    private final long bytes;

    @SerializedName(TtmlNode.ATTR_ID)
    private final int id;

    @SerializedName("path")
    @kp6
    private final String path;

    @SerializedName("selected")
    private final int selected;

    public RealDebridTorrentFile(int i, @kp6 String str, long j, int i2) {
        cr4.g(str, "path");
        this.id = i;
        this.path = str;
        this.bytes = j;
        this.selected = i2;
    }

    public static /* synthetic */ RealDebridTorrentFile copy$default(RealDebridTorrentFile realDebridTorrentFile, int i, String str, long j, int i2, int i3, Object obj) {
        if ((i3 & 1) != 0) {
            i = realDebridTorrentFile.id;
        }
        if ((i3 & 2) != 0) {
            str = realDebridTorrentFile.path;
        }
        if ((i3 & 4) != 0) {
            j = realDebridTorrentFile.bytes;
        }
        if ((i3 & 8) != 0) {
            i2 = realDebridTorrentFile.selected;
        }
        int i4 = i2;
        return realDebridTorrentFile.copy(i, str, j, i4);
    }

    /* JADX INFO: renamed from: component1, reason: from getter */
    public final int getId() {
        return this.id;
    }

    @kp6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final String getPath() {
        return this.path;
    }

    /* JADX INFO: renamed from: component3, reason: from getter */
    public final long getBytes() {
        return this.bytes;
    }

    /* JADX INFO: renamed from: component4, reason: from getter */
    public final int getSelected() {
        return this.selected;
    }

    @kp6
    public final RealDebridTorrentFile copy(int id, @kp6 String path, long bytes, int selected) {
        cr4.g(path, "path");
        return new RealDebridTorrentFile(id, path, bytes, selected);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof RealDebridTorrentFile)) {
            return false;
        }
        RealDebridTorrentFile realDebridTorrentFile = (RealDebridTorrentFile) other;
        return this.id == realDebridTorrentFile.id && cr4.b(this.path, realDebridTorrentFile.path) && this.bytes == realDebridTorrentFile.bytes && this.selected == realDebridTorrentFile.selected;
    }

    public final long getBytes() {
        return this.bytes;
    }

    public final int getId() {
        return this.id;
    }

    @kp6
    public final String getPath() {
        return this.path;
    }

    public final int getSelected() {
        return this.selected;
    }

    public int hashCode() {
        return Integer.hashCode(this.selected) + fi7.b(vw2.b(Integer.hashCode(this.id) * 31, 31, this.path), 31, this.bytes);
    }

    @kp6
    public String toString() {
        int i = this.id;
        String str = this.path;
        long j = this.bytes;
        int i2 = this.selected;
        StringBuilder sbK = fi7.k("RealDebridTorrentFile(id=", i, ", path=", str, ", bytes=");
        sbK.append(j);
        sbK.append(", selected=");
        sbK.append(i2);
        sbK.append(")");
        return sbK.toString();
    }
}
