package com.strmr.ps.data.model.addon;

import androidx.media3.container.NalUnitUtil;
import com.google.gson.annotations.SerializedName;
import defpackage.fi7;
import defpackage.kp6;
import defpackage.pq6;
import defpackage.uz1;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0015\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0086\b\u0018\u00002\u00020\u0001B9\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0004\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0005\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0006\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0007\u001a\u00020\u0003¢\u0006\u0004\b\b\u0010\tJ\t\u0010\u0010\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0011\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0012\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0013\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0014\u001a\u00020\u0003HÆ\u0003J;\u0010\u0015\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00032\b\b\u0002\u0010\u0006\u001a\u00020\u00032\b\b\u0002\u0010\u0007\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\u0016\u001a\u00020\u00032\b\u0010\u0017\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0018\u001a\u00020\u0019HÖ\u0001J\t\u0010\u001a\u001a\u00020\u001bHÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\u000bR\u0016\u0010\u0004\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\u000bR\u0016\u0010\u0005\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\r\u0010\u000bR\u0016\u0010\u0006\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000e\u0010\u000bR\u0016\u0010\u0007\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000f\u0010\u000b¨\u0006\u001c"}, d2 = {"Lcom/strmr/ps/data/model/addon/DebridSupport;", "", "premiumize", "", "realDebrid", "allDebrid", "torBox", "easyDebrid", "<init>", "(ZZZZZ)V", "getPremiumize", "()Z", "getRealDebrid", "getAllDebrid", "getTorBox", "getEasyDebrid", "component1", "component2", "component3", "component4", "component5", "copy", "equals", "other", "hashCode", "", "toString", "", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class DebridSupport {

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

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

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

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

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

    public DebridSupport() {
        this(false, false, false, false, false, 31, null);
    }

    public static /* synthetic */ DebridSupport copy$default(DebridSupport debridSupport, boolean z, boolean z2, boolean z3, boolean z4, boolean z5, int i, Object obj) {
        if ((i & 1) != 0) {
            z = debridSupport.premiumize;
        }
        if ((i & 2) != 0) {
            z2 = debridSupport.realDebrid;
        }
        if ((i & 4) != 0) {
            z3 = debridSupport.allDebrid;
        }
        if ((i & 8) != 0) {
            z4 = debridSupport.torBox;
        }
        if ((i & 16) != 0) {
            z5 = debridSupport.easyDebrid;
        }
        boolean z6 = z5;
        boolean z7 = z3;
        return debridSupport.copy(z, z2, z7, z4, z6);
    }

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

    /* JADX INFO: renamed from: component2, reason: from getter */
    public final boolean getRealDebrid() {
        return this.realDebrid;
    }

    /* JADX INFO: renamed from: component3, reason: from getter */
    public final boolean getAllDebrid() {
        return this.allDebrid;
    }

    /* JADX INFO: renamed from: component4, reason: from getter */
    public final boolean getTorBox() {
        return this.torBox;
    }

    /* JADX INFO: renamed from: component5, reason: from getter */
    public final boolean getEasyDebrid() {
        return this.easyDebrid;
    }

    @kp6
    public final DebridSupport copy(boolean premiumize, boolean realDebrid, boolean allDebrid, boolean torBox, boolean easyDebrid) {
        return new DebridSupport(premiumize, realDebrid, allDebrid, torBox, easyDebrid);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof DebridSupport)) {
            return false;
        }
        DebridSupport debridSupport = (DebridSupport) other;
        return this.premiumize == debridSupport.premiumize && this.realDebrid == debridSupport.realDebrid && this.allDebrid == debridSupport.allDebrid && this.torBox == debridSupport.torBox && this.easyDebrid == debridSupport.easyDebrid;
    }

    public final boolean getAllDebrid() {
        return this.allDebrid;
    }

    public final boolean getEasyDebrid() {
        return this.easyDebrid;
    }

    public final boolean getPremiumize() {
        return this.premiumize;
    }

    public final boolean getRealDebrid() {
        return this.realDebrid;
    }

    public final boolean getTorBox() {
        return this.torBox;
    }

    public int hashCode() {
        return Boolean.hashCode(this.easyDebrid) + fi7.c(fi7.c(fi7.c(Boolean.hashCode(this.premiumize) * 31, 31, this.realDebrid), 31, this.allDebrid), 31, this.torBox);
    }

    @kp6
    public String toString() {
        return "DebridSupport(premiumize=" + this.premiumize + ", realDebrid=" + this.realDebrid + ", allDebrid=" + this.allDebrid + ", torBox=" + this.torBox + ", easyDebrid=" + this.easyDebrid + ")";
    }

    public DebridSupport(boolean z, boolean z2, boolean z3, boolean z4, boolean z5) {
        this.premiumize = z;
        this.realDebrid = z2;
        this.allDebrid = z3;
        this.torBox = z4;
        this.easyDebrid = z5;
    }

    public /* synthetic */ DebridSupport(boolean z, boolean z2, boolean z3, boolean z4, boolean z5, int i, uz1 uz1Var) {
        this((i & 1) != 0 ? true : z, (i & 2) != 0 ? true : z2, (i & 4) != 0 ? true : z3, (i & 8) != 0 ? true : z4, (i & 16) != 0 ? true : z5);
    }
}
