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

211 lines
7.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.xrA, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17570xrA {
@SerializedName("amountCurrency")
public final String a;
@SerializedName("amount")
public final String b;
@SerializedName("availableBalanceCurrency")
public final String c;
@SerializedName("dueDate")
public final String d;
@SerializedName("availableBalance")
public final String e;
@SerializedName("fee")
public final String f;
@SerializedName("payeeName")
public final String g;
@SerializedName("payeeProxyId")
public final String h;
@SerializedName("note")
public final String i;
@SerializedName("feeCurrency")
public final String j;
@SerializedName("payerProxyId")
public final String k;
@SerializedName("payeeProxyType")
public final String l;
@SerializedName("payerProxyType")
public final String m;
@SerializedName("redirectURL")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("payerName")
public final String f9315o;
@SerializedName("transactionToken")
public final String p;
@SerializedName("warningHeader")
public final String q;
@SerializedName("transferType")
public final String r;
@SerializedName("warningMsg")
public final String t;
private C17570xrA(byte b) {
this.p = null;
this.g = null;
this.f9315o = null;
this.k = null;
this.m = null;
this.h = null;
this.l = null;
this.b = null;
this.a = null;
this.d = null;
this.i = null;
this.f = null;
this.j = null;
this.e = null;
this.c = null;
this.r = null;
this.q = null;
this.t = null;
this.n = null;
}
private /* synthetic */ C17570xrA(char c) {
this((byte) 0);
}
public final String toString() {
String str = this.p;
String str2 = this.g;
String str3 = this.f9315o;
String str4 = this.k;
String str5 = this.m;
String str6 = this.h;
String str7 = this.l;
String str8 = this.b;
String str9 = this.a;
String str10 = this.d;
String str11 = this.i;
String str12 = this.f;
String str13 = this.j;
String str14 = this.e;
String str15 = this.c;
String str16 = this.r;
String str17 = this.q;
String str18 = this.t;
String str19 = this.n;
StringBuilder sb = new StringBuilder("ReviewPayerDataEntity(transactionToken=");
sb.append(str);
sb.append(", payeeName=");
sb.append(str2);
sb.append(", payerName=");
sb.append(str3);
sb.append(", payerProxyId=");
sb.append(str4);
sb.append(", payerProxyType=");
sb.append(str5);
sb.append(", payeeProxyId=");
sb.append(str6);
sb.append(", payeeProxyType=");
sb.append(str7);
sb.append(", amount=");
sb.append(str8);
sb.append(", amountCurrency=");
sb.append(str9);
sb.append(", dueDate=");
sb.append(str10);
sb.append(", note=");
sb.append(str11);
sb.append(", fee=");
sb.append(str12);
sb.append(", feeCurrency=");
sb.append(str13);
sb.append(", availableBalance=");
sb.append(str14);
sb.append(", availableBalanceCurrency=");
sb.append(str15);
sb.append(", transferType=");
sb.append(str16);
sb.append(", warningHeader=");
sb.append(str17);
sb.append(", warningMsg=");
sb.append(str18);
sb.append(", redirectURL=");
sb.append(str19);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.p;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.g;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f9315o;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.k;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.m;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.h;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.l;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.b;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.a;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.d;
int hashCode10 = str10 == null ? 0 : str10.hashCode();
String str11 = this.i;
int hashCode11 = str11 == null ? 0 : str11.hashCode();
String str12 = this.f;
int hashCode12 = str12 == null ? 0 : str12.hashCode();
String str13 = this.j;
int hashCode13 = str13 == null ? 0 : str13.hashCode();
String str14 = this.e;
int hashCode14 = str14 == null ? 0 : str14.hashCode();
String str15 = this.c;
int hashCode15 = str15 == null ? 0 : str15.hashCode();
String str16 = this.r;
int hashCode16 = str16 == null ? 0 : str16.hashCode();
String str17 = this.q;
int hashCode17 = str17 == null ? 0 : str17.hashCode();
String str18 = this.t;
int hashCode18 = str18 == null ? 0 : str18.hashCode();
String str19 = this.n;
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) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + (str19 != null ? str19.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17570xrA)) {
return false;
}
C17570xrA c17570xrA = (C17570xrA) obj;
return C14957gcv.b((Object) this.p, (Object) c17570xrA.p) && C14957gcv.b((Object) this.g, (Object) c17570xrA.g) && C14957gcv.b((Object) this.f9315o, (Object) c17570xrA.f9315o) && C14957gcv.b((Object) this.k, (Object) c17570xrA.k) && C14957gcv.b((Object) this.m, (Object) c17570xrA.m) && C14957gcv.b((Object) this.h, (Object) c17570xrA.h) && C14957gcv.b((Object) this.l, (Object) c17570xrA.l) && C14957gcv.b((Object) this.b, (Object) c17570xrA.b) && C14957gcv.b((Object) this.a, (Object) c17570xrA.a) && C14957gcv.b((Object) this.d, (Object) c17570xrA.d) && C14957gcv.b((Object) this.i, (Object) c17570xrA.i) && C14957gcv.b((Object) this.f, (Object) c17570xrA.f) && C14957gcv.b((Object) this.j, (Object) c17570xrA.j) && C14957gcv.b((Object) this.e, (Object) c17570xrA.e) && C14957gcv.b((Object) this.c, (Object) c17570xrA.c) && C14957gcv.b((Object) this.r, (Object) c17570xrA.r) && C14957gcv.b((Object) this.q, (Object) c17570xrA.q) && C14957gcv.b((Object) this.t, (Object) c17570xrA.t) && C14957gcv.b((Object) this.n, (Object) c17570xrA.n);
}
public C17570xrA() {
this((char) 0);
}
}