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

108 lines
3.7 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.otZ, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16508otZ {
@SerializedName("transactionDateTime")
public final String a;
@SerializedName("accountFrom")
public final C16440oPZ b;
@SerializedName("annotation")
public final String c;
@SerializedName("rateExpiredTime")
public final String d;
@SerializedName("accountTo")
public final rwt e;
@SerializedName("warningMsgHeader")
public final String f;
@SerializedName("warningMsg")
public final String g;
@SerializedName("transferType")
public final String h;
@SerializedName("txnDetails")
public final FTF i;
@SerializedName("transactionToken")
public final String j;
public final String toString() {
String str = this.j;
C16440oPZ c16440oPZ = this.b;
rwt rwtVar = this.e;
FTF ftf = this.i;
String str2 = this.a;
String str3 = this.d;
String str4 = this.c;
String str5 = this.h;
String str6 = this.f;
String str7 = this.g;
StringBuilder sb = new StringBuilder("PayNowVerificationEntity(transactionToken=");
sb.append(str);
sb.append(", accountFromEntity=");
sb.append(c16440oPZ);
sb.append(", accountToEntity=");
sb.append(rwtVar);
sb.append(", txnDetailsEntity=");
sb.append(ftf);
sb.append(", transactionDateTime=");
sb.append(str2);
sb.append(", rateExpiredTime=");
sb.append(str3);
sb.append(", annotation=");
sb.append(str4);
sb.append(", transferType=");
sb.append(str5);
sb.append(", warningMsgHeader=");
sb.append(str6);
sb.append(", warningMsg=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.j;
int hashCode = str == null ? 0 : str.hashCode();
C16440oPZ c16440oPZ = this.b;
int hashCode2 = c16440oPZ == null ? 0 : c16440oPZ.hashCode();
rwt rwtVar = this.e;
int hashCode3 = rwtVar == null ? 0 : rwtVar.hashCode();
FTF ftf = this.i;
int hashCode4 = ftf == null ? 0 : ftf.hashCode();
String str2 = this.a;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode6 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
int hashCode7 = str4 == null ? 0 : str4.hashCode();
String str5 = this.h;
int hashCode8 = str5 == null ? 0 : str5.hashCode();
String str6 = this.f;
int hashCode9 = str6 == null ? 0 : str6.hashCode();
String str7 = this.g;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str7 != null ? str7.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16508otZ)) {
return false;
}
C16508otZ c16508otZ = (C16508otZ) obj;
return C14957gcv.b((Object) this.j, (Object) c16508otZ.j) && C14957gcv.b(this.b, c16508otZ.b) && C14957gcv.b(this.e, c16508otZ.e) && C14957gcv.b(this.i, c16508otZ.i) && C14957gcv.b((Object) this.a, (Object) c16508otZ.a) && C14957gcv.b((Object) this.d, (Object) c16508otZ.d) && C14957gcv.b((Object) this.c, (Object) c16508otZ.c) && C14957gcv.b((Object) this.h, (Object) c16508otZ.h) && C14957gcv.b((Object) this.f, (Object) c16508otZ.f) && C14957gcv.b((Object) this.g, (Object) c16508otZ.g);
}
}