package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.ZhN, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1269ZhN { @SerializedName("contactInfo") public final C16350neq b; @SerializedName("occupation") public final Kdy c; @SerializedName("personalInfo") public final YlM d; @SerializedName("customerAddedDate") public final String e; public final String toString() { YlM ylM = this.d; C16350neq c16350neq = this.b; Kdy kdy = this.c; String str = this.e; StringBuilder sb = new StringBuilder("IdpCustomerDataEntity(personalInfo="); sb.append(ylM); sb.append(", contactInfo="); sb.append(c16350neq); sb.append(", occupation="); sb.append(kdy); sb.append(", customerAddedDate="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { YlM ylM = this.d; int hashCode = ylM == null ? 0 : ylM.hashCode(); C16350neq c16350neq = this.b; int hashCode2 = c16350neq == null ? 0 : c16350neq.hashCode(); Kdy kdy = this.c; int hashCode3 = kdy == null ? 0 : kdy.hashCode(); String str = this.e; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str != null ? str.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1269ZhN)) { return false; } C1269ZhN c1269ZhN = (C1269ZhN) obj; return C14957gcv.b(this.d, c1269ZhN.d) && C14957gcv.b(this.b, c1269ZhN.b) && C14957gcv.b(this.c, c1269ZhN.c) && C14957gcv.b((Object) this.e, (Object) c1269ZhN.e); } }