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

import androidx.media3.container.NalUnitUtil;
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 = {"\u0000(\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010 \n\u0002\u0018\u0002\n\u0002\b\f\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\u00032\b\u0010\u0011\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0012\u001a\u00020\u0013HÖ\u0001J\t\u0010\u0014\u001a\u00020\u0015HÖ\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\u0016"}, d2 = {"Lcom/strmr/ps/data/remote/model/easydebrid/EasyDebridLookupItem;", "", "cached", "", "files", "", "Lcom/strmr/ps/data/remote/model/easydebrid/EasyDebridLookupFile;", "<init>", "(ZLjava/util/List;)V", "getCached", "()Z", "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 EasyDebridLookupItem {

    @SerializedName("cached")
    private final boolean cached;

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

    public EasyDebridLookupItem(boolean z, @pq6 List<EasyDebridLookupFile> list) {
        this.cached = z;
        this.files = list;
    }

    /* JADX WARN: Multi-variable type inference failed */
    public static /* synthetic */ EasyDebridLookupItem copy$default(EasyDebridLookupItem easyDebridLookupItem, boolean z, List list, int i, Object obj) {
        if ((i & 1) != 0) {
            z = easyDebridLookupItem.cached;
        }
        if ((i & 2) != 0) {
            list = easyDebridLookupItem.files;
        }
        return easyDebridLookupItem.copy(z, list);
    }

    /* JADX INFO: renamed from: component1, reason: from getter */
    public final boolean getCached() {
        return this.cached;
    }

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

    @kp6
    public final EasyDebridLookupItem copy(boolean cached, @pq6 List<EasyDebridLookupFile> files) {
        return new EasyDebridLookupItem(cached, files);
    }

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

    public final boolean getCached() {
        return this.cached;
    }

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

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

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