package k5;

import d5.AbstractC0844a;

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

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

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

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

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

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

    public p(String str, String str2, String str3, boolean z8, Long l8) {
        this.f13989a = str;
        this.f13990b = str2;
        this.f13991c = str3;
        this.f13992d = z8;
        this.f13993e = l8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof p)) {
            return false;
        }
        p pVar = (p) obj;
        return P6.g.a(this.f13989a, pVar.f13989a) && P6.g.a(this.f13990b, pVar.f13990b) && P6.g.a(this.f13991c, pVar.f13991c) && this.f13992d == pVar.f13992d && P6.g.a(this.f13993e, pVar.f13993e);
    }

    public final int hashCode() {
        int iG = AbstractC0844a.g(this.f13989a.hashCode() * 31, 31, this.f13990b);
        String str = this.f13991c;
        int iHashCode = (((iG + (str == null ? 0 : str.hashCode())) * 31) + (this.f13992d ? 1231 : 1237)) * 31;
        Long l8 = this.f13993e;
        return iHashCode + (l8 != null ? l8.hashCode() : 0);
    }

    public final String toString() {
        return "User(name=" + this.f13989a + ", email=" + this.f13990b + ", avatarUrl=" + this.f13991c + ", isEmailVerify=" + this.f13992d + ", avatarId=" + this.f13993e + ")";
    }
}
