package V2;

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

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

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

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

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

    public A0(String str, String str2, boolean z6, boolean z7) {
        this.f7249a = str;
        this.f7250b = str2;
        this.f7251c = z6;
        this.f7252d = z7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof A0)) {
            return false;
        }
        A0 a02 = (A0) obj;
        return kotlin.jvm.internal.o.c(this.f7249a, a02.f7249a) && kotlin.jvm.internal.o.c(this.f7250b, a02.f7250b) && this.f7251c == a02.f7251c && this.f7252d == a02.f7252d;
    }

    public final int hashCode() {
        int iHashCode = this.f7249a.hashCode() * 31;
        String str = this.f7250b;
        return Boolean.hashCode(this.f7252d) + com.google.android.recaptcha.internal.a.f((iHashCode + (str == null ? 0 : str.hashCode())) * 31, 31, this.f7251c);
    }

    public final String toString() {
        return "AuthUser(id=" + this.f7249a + ", email=" + this.f7250b + ", emailVerified=" + this.f7251c + ", isProUser=" + this.f7252d + ")";
    }
}
