package defpackage;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\b\u008a\b\u0018\u00002\u00020\u0001¨\u0006\u0002"}, d2 = {"Lfy5;", "", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class fy5 {
    public final String a;
    public final String b;
    public final String c;
    public final int d;
    public final boolean e;
    public final String f;
    public final Integer g;
    public final qq3 h;

    public fy5(String str, String str2, String str3, int i, boolean z, String str4, Integer num, qq3 qq3Var) {
        this.a = str;
        this.b = str2;
        this.c = str3;
        this.d = i;
        this.e = z;
        this.f = str4;
        this.g = num;
        this.h = qq3Var;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof fy5)) {
            return false;
        }
        fy5 fy5Var = (fy5) obj;
        return this.a.equals(fy5Var.a) && this.b.equals(fy5Var.b) && this.c.equals(fy5Var.c) && this.d == fy5Var.d && this.e == fy5Var.e && cr4.b(this.f, fy5Var.f) && cr4.b(this.g, fy5Var.g) && this.h.equals(fy5Var.h);
    }

    public final int hashCode() {
        int iC = fi7.c(fi7.a(this.d, vw2.b(vw2.b(this.a.hashCode() * 31, 31, this.b), 31, this.c), 31), 31, this.e);
        String str = this.f;
        int iHashCode = (iC + (str == null ? 0 : str.hashCode())) * 31;
        Integer num = this.g;
        return this.h.hashCode() + ((iHashCode + (num != null ? num.hashCode() : 0)) * 31);
    }

    public final String toString() {
        StringBuilder sbM = fi7.m("DebridCardItem(serviceId=", this.a, ", name=", this.b, ", icon=");
        sbM.append(this.c);
        sbM.append(", colorRes=");
        sbM.append(this.d);
        sbM.append(", connected=");
        sbM.append(this.e);
        sbM.append(", userName=");
        sbM.append(this.f);
        sbM.append(", daysRemaining=");
        sbM.append(this.g);
        sbM.append(", onAction=");
        sbM.append(this.h);
        sbM.append(")");
        return sbM.toString();
    }
}
