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

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

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u00000\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010 \n\u0002\u0018\u0002\n\u0002\b\n\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0086\b\u0018\u00002\u00020\u0001B\u001f\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u000e\u0010\u0004\u001a\n\u0012\u0004\u0012\u00020\u0006\u0018\u00010\u0005¢\u0006\u0004\b\u0007\u0010\bJ\t\u0010\r\u001a\u00020\u0003HÆ\u0003J\u0011\u0010\u000e\u001a\n\u0012\u0004\u0012\u00020\u0006\u0018\u00010\u0005HÆ\u0003J%\u0010\u000f\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\u0010\b\u0002\u0010\u0004\u001a\n\u0012\u0004\u0012\u00020\u0006\u0018\u00010\u0005HÆ\u0001J\u0013\u0010\u0010\u001a\u00020\u00112\b\u0010\u0012\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0013\u001a\u00020\u0014HÖ\u0001J\t\u0010\u0015\u001a\u00020\u0016HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\nR\u001e\u0010\u0004\u001a\n\u0012\u0004\u0012\u00020\u0006\u0018\u00010\u00058\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\f¨\u0006\u0017"}, d2 = {"Lcom/strmr/ps/data/remote/model/alldebrid/AllDebridMagnetFilesEntry;", "", TtmlNode.ATTR_ID, "", "files", "", "Lcom/strmr/ps/data/remote/model/alldebrid/AllDebridFileNode;", "<init>", "(JLjava/util/List;)V", "getId", "()J", "getFiles", "()Ljava/util/List;", "component1", "component2", "copy", "equals", "", "other", "hashCode", "", "toString", "", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class AllDebridMagnetFilesEntry {

    @SerializedName("files")
    @pq6
    private final List<AllDebridFileNode> files;

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

    public AllDebridMagnetFilesEntry(long j, @pq6 List<AllDebridFileNode> list) {
        this.id = j;
        this.files = list;
    }

    /* JADX WARN: Multi-variable type inference failed */
    public static /* synthetic */ AllDebridMagnetFilesEntry copy$default(AllDebridMagnetFilesEntry allDebridMagnetFilesEntry, long j, List list, int i, Object obj) {
        if ((i & 1) != 0) {
            j = allDebridMagnetFilesEntry.id;
        }
        if ((i & 2) != 0) {
            list = allDebridMagnetFilesEntry.files;
        }
        return allDebridMagnetFilesEntry.copy(j, list);
    }

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

    @pq6
    public final List<AllDebridFileNode> component2() {
        return this.files;
    }

    @kp6
    public final AllDebridMagnetFilesEntry copy(long id, @pq6 List<AllDebridFileNode> files) {
        return new AllDebridMagnetFilesEntry(id, files);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof AllDebridMagnetFilesEntry)) {
            return false;
        }
        AllDebridMagnetFilesEntry allDebridMagnetFilesEntry = (AllDebridMagnetFilesEntry) other;
        return this.id == allDebridMagnetFilesEntry.id && cr4.b(this.files, allDebridMagnetFilesEntry.files);
    }

    @pq6
    public final List<AllDebridFileNode> getFiles() {
        return this.files;
    }

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

    public int hashCode() {
        int iHashCode = Long.hashCode(this.id) * 31;
        List<AllDebridFileNode> list = this.files;
        return iHashCode + (list == null ? 0 : list.hashCode());
    }

    @kp6
    public String toString() {
        return "AllDebridMagnetFilesEntry(id=" + this.id + ", files=" + this.files + ")";
    }
}
