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

125 lines
4.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class CmE {
public final boolean a;
public final BSe b;
public final String c;
public final FMM d;
public final String e;
public final String f;
public final sJm g;
public final String h;
public final String i;
public final String j;
public final String m;
public final String n;
/* renamed from: o, reason: collision with root package name */
private final String f8124o;
public CmE(String str, FMM fmm, BSe bSe, sJm sjm, String str2, String str3, String str4, boolean z, String str5, String str6, String str7, String str8, String str9) {
C14957gcv.e(str, "");
C14957gcv.e(fmm, "");
C14957gcv.e(bSe, "");
C14957gcv.e(sjm, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
this.h = str;
this.d = fmm;
this.b = bSe;
this.g = sjm;
this.f8124o = str2;
this.i = str3;
this.c = str4;
this.a = z;
this.f = str5;
this.e = str6;
this.j = str7;
this.n = str8;
this.m = str9;
}
public /* synthetic */ CmE(FMM fmm, BSe bSe, sJm sjm, String str) {
this("", fmm, bSe, sjm, "", "", str, false, "", "", "", "", "");
}
public final String toString() {
String str = this.h;
FMM fmm = this.d;
BSe bSe = this.b;
sJm sjm = this.g;
String str2 = this.f8124o;
String str3 = this.i;
String str4 = this.c;
boolean z = this.a;
String str5 = this.f;
String str6 = this.e;
String str7 = this.j;
String str8 = this.n;
String str9 = this.m;
StringBuilder sb = new StringBuilder("PayNowVerification(transactionToken=");
sb.append(str);
sb.append(", accountFrom=");
sb.append(fmm);
sb.append(", accountTo=");
sb.append(bSe);
sb.append(", txnDetails=");
sb.append(sjm);
sb.append(", transactionDateTime=");
sb.append(str2);
sb.append(", rateExpiredTime=");
sb.append(str3);
sb.append(", annotation=");
sb.append(str4);
sb.append(", duplicateTransaction=");
sb.append(z);
sb.append(", header=");
sb.append(str5);
sb.append(", description=");
sb.append(str6);
sb.append(", transferType=");
sb.append(str7);
sb.append(", warningMsgHeader=");
sb.append(str8);
sb.append(", warningMsg=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.h.hashCode();
int hashCode2 = this.d.hashCode();
int hashCode3 = this.b.hashCode();
int hashCode4 = this.g.hashCode();
int hashCode5 = this.f8124o.hashCode();
int hashCode6 = this.i.hashCode();
int hashCode7 = this.c.hashCode();
boolean z = this.a;
int i = z;
if (z != 0) {
i = 1;
}
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i) * 31) + this.f.hashCode()) * 31) + this.e.hashCode()) * 31) + this.j.hashCode()) * 31) + this.n.hashCode()) * 31) + this.m.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof CmE)) {
return false;
}
CmE cmE = (CmE) obj;
return C14957gcv.b((Object) this.h, (Object) cmE.h) && C14957gcv.b(this.d, cmE.d) && C14957gcv.b(this.b, cmE.b) && C14957gcv.b(this.g, cmE.g) && C14957gcv.b((Object) this.f8124o, (Object) cmE.f8124o) && C14957gcv.b((Object) this.i, (Object) cmE.i) && C14957gcv.b((Object) this.c, (Object) cmE.c) && this.a == cmE.a && C14957gcv.b((Object) this.f, (Object) cmE.f) && C14957gcv.b((Object) this.e, (Object) cmE.e) && C14957gcv.b((Object) this.j, (Object) cmE.j) && C14957gcv.b((Object) this.n, (Object) cmE.n) && C14957gcv.b((Object) this.m, (Object) cmE.m);
}
}