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 \n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0002\b\n\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b\u0086\b\u0018\u00002\u00020\u0001B!\u0012\u000e\u0010\u0002\u001a\n\u0012\u0004\u0012\u00020\u0004\u0018\u00010\u0003\u0012\b\u0010\u0005\u001a\u0004\u0018\u00010\u0006¢\u0006\u0004\b\u0007\u0010\bJ\u0011\u0010\r\u001a\n\u0012\u0004\u0012\u00020\u0004\u0018\u00010\u0003HÆ\u0003J\u000b\u0010\u000e\u001a\u0004\u0018\u00010\u0006HÆ\u0003J'\u0010\u000f\u001a\u00020\u00002\u0010\b\u0002\u0010\u0002\u001a\n\u0012\u0004\u0012\u00020\u0004\u0018\u00010\u00032\n\b\u0002\u0010\u0005\u001a\u0004\u0018\u00010\u0006HÆ\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\u0006HÖ\u0001R\u001e\u0010\u0002\u001a\n\u0012\u0004\u0012\u00020\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\nR\u0018\u0010\u0005\u001a\u0004\u0018\u00010\u00068\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\f¨\u0006\u0016"}, d2 = {"Lcom/strmr/ps/data/remote/model/easydebrid/EasyDebridLookupResponse;", "", "result", "", "Lcom/strmr/ps/data/remote/model/easydebrid/EasyDebridLookupItem;", "error", "", "<init>", "(Ljava/util/List;Ljava/lang/String;)V", "getResult", "()Ljava/util/List;", "getError", "()Ljava/lang/String;", "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 EasyDebridLookupResponse {

    @SerializedName("error")
    @pq6
    private final String error;

    @SerializedName("result")
    @pq6
    private final List<EasyDebridLookupItem> result;

    public EasyDebridLookupResponse(@pq6 List<EasyDebridLookupItem> list, @pq6 String str) {
        this.result = list;
        this.error = str;
    }

    /* JADX WARN: Multi-variable type inference failed */
    public static /* synthetic */ EasyDebridLookupResponse copy$default(EasyDebridLookupResponse easyDebridLookupResponse, List list, String str, int i, Object obj) {
        if ((i & 1) != 0) {
            list = easyDebridLookupResponse.result;
        }
        if ((i & 2) != 0) {
            str = easyDebridLookupResponse.error;
        }
        return easyDebridLookupResponse.copy(list, str);
    }

    @pq6
    public final List<EasyDebridLookupItem> component1() {
        return this.result;
    }

    @pq6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final String getError() {
        return this.error;
    }

    @kp6
    public final EasyDebridLookupResponse copy(@pq6 List<EasyDebridLookupItem> result, @pq6 String error) {
        return new EasyDebridLookupResponse(result, error);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof EasyDebridLookupResponse)) {
            return false;
        }
        EasyDebridLookupResponse easyDebridLookupResponse = (EasyDebridLookupResponse) other;
        return cr4.b(this.result, easyDebridLookupResponse.result) && cr4.b(this.error, easyDebridLookupResponse.error);
    }

    @pq6
    public final String getError() {
        return this.error;
    }

    @pq6
    public final List<EasyDebridLookupItem> getResult() {
        return this.result;
    }

    public int hashCode() {
        List<EasyDebridLookupItem> list = this.result;
        int iHashCode = (list == null ? 0 : list.hashCode()) * 31;
        String str = this.error;
        return iHashCode + (str != null ? str.hashCode() : 0);
    }

    @kp6
    public String toString() {
        return "EasyDebridLookupResponse(result=" + this.result + ", error=" + this.error + ")";
    }
}
