package V2;

/* JADX INFO: loaded from: classes.dex */
public final class O0 {

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

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

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

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

    public O0(boolean z6, boolean z7, boolean z8, boolean z9) {
        this.f7460a = z6;
        this.f7461b = z7;
        this.f7462c = z8;
        this.f7463d = z9;
    }

    public static O0 a(O0 o02, boolean z6, boolean z7, boolean z8, int i6) {
        boolean z9 = o02.f7460a;
        if ((i6 & 2) != 0) {
            z6 = o02.f7461b;
        }
        if ((i6 & 4) != 0) {
            z7 = o02.f7462c;
        }
        if ((i6 & 8) != 0) {
            z8 = o02.f7463d;
        }
        o02.getClass();
        return new O0(z9, z6, z7, z8);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof O0)) {
            return false;
        }
        O0 o02 = (O0) obj;
        return this.f7460a == o02.f7460a && this.f7461b == o02.f7461b && this.f7462c == o02.f7462c && this.f7463d == o02.f7463d;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f7463d) + com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f(Boolean.hashCode(this.f7460a) * 31, 31, this.f7461b), 31, this.f7462c);
    }

    public final String toString() {
        return "AutoLinkSelect(autoPlay=" + this.f7460a + ", preferAtmos=" + this.f7461b + ", preferHDR=" + this.f7462c + ", preferDV=" + this.f7463d + ")";
    }
}
