package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class dXP { @SerializedName("fullName") public final String a; @SerializedName("email") public final String b; @SerializedName("clientNo") public final String c; @SerializedName("isOpenMFSuccess") public final Boolean d; @SerializedName("isOpenOmSuccess") public final Boolean e; @SerializedName("mfATSAccountNo") public final String f; @SerializedName("mfATSAccountBranch") public final String g; @SerializedName("mfATSAccountName") public final String h; @SerializedName("isOpenSCBSSuccess") public final Boolean i; @SerializedName("omATSAccountBranch") public final String j; @SerializedName("omATSAccountNo") public final String k; @SerializedName("scbsATSAccountName") public final String l; @SerializedName("transactionDatetime") public final String m; @SerializedName("scbsATSAccountNo") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("omATSAccountName") public final String f8860o; public final String toString() { String str = this.m; String str2 = this.a; String str3 = this.c; String str4 = this.h; String str5 = this.f; String str6 = this.g; String str7 = this.f8860o; String str8 = this.k; String str9 = this.j; String str10 = this.l; String str11 = this.n; Boolean bool = this.d; Boolean bool2 = this.e; Boolean bool3 = this.i; String str12 = this.b; StringBuilder sb = new StringBuilder("SingleFormRegistrationsOtpEntity(transactionDateTime="); sb.append(str); sb.append(", fullName="); sb.append(str2); sb.append(", clientNo="); sb.append(str3); sb.append(", mfATSAccountName="); sb.append(str4); sb.append(", mfATSAccountNo="); sb.append(str5); sb.append(", mfATSAccountBranch="); sb.append(str6); sb.append(", omATSAccountName="); sb.append(str7); sb.append(", omATSAccountNo="); sb.append(str8); sb.append(", omATSAccountBranch="); sb.append(str9); sb.append(", scbsATSAccountName="); sb.append(str10); sb.append(", scbsATSAccountNo="); sb.append(str11); sb.append(", isOpenMFSuccess="); sb.append(bool); sb.append(", isOpenOmSuccess="); sb.append(bool2); sb.append(", isOpenSCBSSuccess="); sb.append(bool3); sb.append(", email="); sb.append(str12); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.m; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.c; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.h; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.f; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.g; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.f8860o; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.k; int hashCode8 = str8 == null ? 0 : str8.hashCode(); String str9 = this.j; int hashCode9 = str9 == null ? 0 : str9.hashCode(); String str10 = this.l; int hashCode10 = str10 == null ? 0 : str10.hashCode(); String str11 = this.n; int hashCode11 = str11 == null ? 0 : str11.hashCode(); Boolean bool = this.d; int hashCode12 = bool == null ? 0 : bool.hashCode(); Boolean bool2 = this.e; int hashCode13 = bool2 == null ? 0 : bool2.hashCode(); Boolean bool3 = this.i; int hashCode14 = bool3 == null ? 0 : bool3.hashCode(); String str12 = this.b; return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (str12 != null ? str12.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof dXP)) { return false; } dXP dxp = (dXP) obj; return C14957gcv.b((Object) this.m, (Object) dxp.m) && C14957gcv.b((Object) this.a, (Object) dxp.a) && C14957gcv.b((Object) this.c, (Object) dxp.c) && C14957gcv.b((Object) this.h, (Object) dxp.h) && C14957gcv.b((Object) this.f, (Object) dxp.f) && C14957gcv.b((Object) this.g, (Object) dxp.g) && C14957gcv.b((Object) this.f8860o, (Object) dxp.f8860o) && C14957gcv.b((Object) this.k, (Object) dxp.k) && C14957gcv.b((Object) this.j, (Object) dxp.j) && C14957gcv.b((Object) this.l, (Object) dxp.l) && C14957gcv.b((Object) this.n, (Object) dxp.n) && C14957gcv.b(this.d, dxp.d) && C14957gcv.b(this.e, dxp.e) && C14957gcv.b(this.i, dxp.i) && C14957gcv.b((Object) this.b, (Object) dxp.b); } }