package l1;

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

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final String f20219f;

    public v(D d6, boolean z6, boolean z7, boolean z8, boolean z9) {
        this.f20214a = z6;
        this.f20215b = z7;
        this.f20216c = d6;
        this.f20217d = z8;
        this.f20218e = z9;
        this.f20219f = "";
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof v)) {
            return false;
        }
        v vVar = (v) obj;
        return this.f20214a == vVar.f20214a && this.f20215b == vVar.f20215b && this.f20216c == vVar.f20216c && this.f20217d == vVar.f20217d && this.f20218e == vVar.f20218e;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f20218e) + com.google.android.recaptcha.internal.a.f((this.f20216c.hashCode() + com.google.android.recaptcha.internal.a.f(Boolean.hashCode(this.f20214a) * 31, 31, this.f20215b)) * 31, 31, this.f20217d);
    }

    public /* synthetic */ v(boolean z6, int i6, boolean z7) {
        this(D.f20148a, true, true, z6, z7);
    }

    /* JADX WARN: Illegal instructions before constructor call */
    public v(int i6) {
        boolean z6 = true;
        boolean z7 = (i6 & 4) != 0;
        D d6 = D.f20148a;
        this(z7, 32, z6);
    }
}
