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

119 lines
4.3 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.rWs, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16819rWs {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String g;
public iJI h;
public final String i;
private final String j;
public /* synthetic */ C16819rWs(String str, String str2, int i) {
this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, null, null, null, null, null, null, null, null);
}
public C16819rWs(String str, String str2, iJI iji, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
this.i = str;
this.f = str2;
this.h = iji;
this.a = str3;
this.b = str4;
this.g = str5;
this.j = str6;
this.e = str7;
this.d = str8;
this.c = str9;
}
public final String toString() {
String str = this.i;
String str2 = this.f;
iJI iji = this.h;
String str3 = this.a;
String str4 = this.b;
String str5 = this.g;
String str6 = this.j;
String str7 = this.e;
String str8 = this.d;
String str9 = this.c;
StringBuilder sb = new StringBuilder("PayNowConfirmation(transactionDateTime=");
sb.append(str);
sb.append(", transactionId=");
sb.append(str2);
sb.append(", status=");
sb.append(iji);
sb.append(", function=");
sb.append(str3);
sb.append(", enrollType=");
sb.append(str4);
sb.append(", validateFaceType=");
sb.append(str5);
sb.append(", limitAmount=");
sb.append(str6);
sb.append(", accountFrom=");
sb.append(str7);
sb.append(", accountTo=");
sb.append(str8);
sb.append(", amount=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.i;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.f;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
iJI iji = this.h;
int hashCode3 = iji == null ? 0 : iji.hashCode();
String str3 = this.a;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.b;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.j;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
String str7 = this.e;
int hashCode8 = str7 == null ? 0 : str7.hashCode();
String str8 = this.d;
int hashCode9 = str8 == null ? 0 : str8.hashCode();
String str9 = this.c;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str9 != null ? str9.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16819rWs)) {
return false;
}
C16819rWs c16819rWs = (C16819rWs) obj;
return C14957gcv.b((Object) this.i, (Object) c16819rWs.i) && C14957gcv.b((Object) this.f, (Object) c16819rWs.f) && C14957gcv.b(this.h, c16819rWs.h) && C14957gcv.b((Object) this.a, (Object) c16819rWs.a) && C14957gcv.b((Object) this.b, (Object) c16819rWs.b) && C14957gcv.b((Object) this.g, (Object) c16819rWs.g) && C14957gcv.b((Object) this.j, (Object) c16819rWs.j) && C14957gcv.b((Object) this.e, (Object) c16819rWs.e) && C14957gcv.b((Object) this.d, (Object) c16819rWs.d) && C14957gcv.b((Object) this.c, (Object) c16819rWs.c);
}
/* JADX WARN: Illegal instructions before constructor call */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public C16819rWs() {
/*
r2 = this;
r0 = 0
r1 = 1023(0x3ff, float:1.434E-42)
r2.<init>(r0, r0, r1)
return
*/
throw new UnsupportedOperationException("Method not decompiled: o.C16819rWs.<init>():void");
}
}