what-the-bank/sources/o/ANM.java

141 lines
5.0 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class ANM {
public final String a;
public final String b;
public final String c;
public final boolean d;
public final boolean e;
public final String f;
public final String g;
public final boolean h;
public final String i;
public final String j;
public final String k;
public final String l;
public final String m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8097o;
public ANM(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, boolean z, boolean z2, boolean z3, String str12) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
C14957gcv.e(str10, "");
C14957gcv.e(str11, "");
C14957gcv.e(str12, "");
this.f8097o = str;
this.a = str2;
this.c = str3;
this.i = str4;
this.f = str5;
this.j = str6;
this.m = str7;
this.n = str8;
this.g = str9;
this.l = str10;
this.k = str11;
this.e = z;
this.d = z2;
this.h = z3;
this.b = str12;
}
public final String toString() {
String str = this.f8097o;
String str2 = this.a;
String str3 = this.c;
String str4 = this.i;
String str5 = this.f;
String str6 = this.j;
String str7 = this.m;
String str8 = this.n;
String str9 = this.g;
String str10 = this.l;
String str11 = this.k;
boolean z = this.e;
boolean z2 = this.d;
boolean z3 = this.h;
String str12 = this.b;
StringBuilder sb = new StringBuilder("SingleFormRegistrationsOtp(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(z);
sb.append(", isOpenOMSuccess=");
sb.append(z2);
sb.append(", isOpenSCBSSuccess=");
sb.append(z3);
sb.append(", email=");
sb.append(str12);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.f8097o.hashCode();
int hashCode2 = this.a.hashCode();
int hashCode3 = this.c.hashCode();
int hashCode4 = this.i.hashCode();
int hashCode5 = this.f.hashCode();
int hashCode6 = this.j.hashCode();
int hashCode7 = this.m.hashCode();
int hashCode8 = this.n.hashCode();
int hashCode9 = this.g.hashCode();
int hashCode10 = this.l.hashCode();
int hashCode11 = this.k.hashCode();
boolean z = this.e;
int i = z;
if (z != 0) {
i = 1;
}
boolean z2 = this.d;
int i2 = z2;
if (z2 != 0) {
i2 = 1;
}
boolean z3 = this.h;
return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + i) * 31) + i2) * 31) + (z3 ? 1 : z3 ? 1 : 0)) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof ANM)) {
return false;
}
ANM anm = (ANM) obj;
return C14957gcv.b((Object) this.f8097o, (Object) anm.f8097o) && C14957gcv.b((Object) this.a, (Object) anm.a) && C14957gcv.b((Object) this.c, (Object) anm.c) && C14957gcv.b((Object) this.i, (Object) anm.i) && C14957gcv.b((Object) this.f, (Object) anm.f) && C14957gcv.b((Object) this.j, (Object) anm.j) && C14957gcv.b((Object) this.m, (Object) anm.m) && C14957gcv.b((Object) this.n, (Object) anm.n) && C14957gcv.b((Object) this.g, (Object) anm.g) && C14957gcv.b((Object) this.l, (Object) anm.l) && C14957gcv.b((Object) this.k, (Object) anm.k) && this.e == anm.e && this.d == anm.d && this.h == anm.h && C14957gcv.b((Object) this.b, (Object) anm.b);
}
}