package V2;

/* JADX INFO: renamed from: V2.f1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0659f1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final boolean f7757a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final boolean f7758b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final boolean f7759c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final boolean f7760d;

    public C0659f1(boolean z6, boolean z7, boolean z8, boolean z9) {
        this.f7757a = z6;
        this.f7758b = z7;
        this.f7759c = z8;
        this.f7760d = z9;
    }

    public static C0659f1 a(C0659f1 c0659f1, boolean z6, boolean z7, boolean z8, boolean z9, int i6) {
        if ((i6 & 1) != 0) {
            z6 = c0659f1.f7757a;
        }
        if ((i6 & 2) != 0) {
            z7 = c0659f1.f7758b;
        }
        if ((i6 & 4) != 0) {
            z8 = c0659f1.f7759c;
        }
        if ((i6 & 8) != 0) {
            z9 = c0659f1.f7760d;
        }
        c0659f1.getClass();
        return new C0659f1(z6, z7, z8, z9);
    }

    public final boolean b() {
        return this.f7758b;
    }

    public final boolean c() {
        return this.f7757a;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0659f1)) {
            return false;
        }
        C0659f1 c0659f1 = (C0659f1) obj;
        return this.f7757a == c0659f1.f7757a && this.f7758b == c0659f1.f7758b && this.f7759c == c0659f1.f7759c && this.f7760d == c0659f1.f7760d;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f7760d) + com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f(Boolean.hashCode(this.f7757a) * 31, 31, this.f7758b), 31, this.f7759c);
    }

    public final String toString() {
        return "Features(traktEnabled=" + this.f7757a + ", hideCloudManager=" + this.f7758b + ", useTraktForContinueWatching=" + this.f7759c + ", useCinemetaForEpisodeEnrichment=" + this.f7760d + ")";
    }
}
