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

327 lines
11 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class SBO {
public static final Sts b = new Sts(0);
@SerializedName("schedule")
public NZv A;
@SerializedName("sourceType")
public String B;
@SerializedName("sofType")
public String C;
@SerializedName("tileVersion")
public String D;
@SerializedName("tilesVersion")
public String E;
@SerializedName("annotation")
public final C15387gp<String> a;
@SerializedName("amount")
public String c;
@SerializedName("accountFrom")
public String d;
@SerializedName("accountTo")
public String e;
@SerializedName("callBackUrl")
public String f;
@SerializedName("coinsValue")
public int g;
@SerializedName("coinsExchangeRuleCode")
public String h;
@SerializedName("deeplinkId")
public String i;
@SerializedName("ebillSource")
public String j;
@SerializedName("partnerName")
public String k;
@SerializedName("glPartnerId")
public String l;
@SerializedName("partnerId")
public String m;
@SerializedName("loanTenor")
public String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("merchantMetaData")
public KMh f8355o;
@SerializedName("paymentServiceType")
public String p;
@SerializedName("partnerTransactionId")
public String q;
@SerializedName("partnerType")
public String r;
@SerializedName("partnerSubType")
public String s;
@SerializedName("payBy")
public String t;
@SerializedName("point")
public C6543cW u;
@SerializedName("referenceNo3")
public String v;
@SerializedName("referenceNo1")
public String w;
@SerializedName("prodPackageId")
public String x;
@SerializedName("referenceNo2")
public String y;
@SerializedName("scanToken")
public String z;
private SBO(C15387gp<String> c15387gp) {
C14957gcv.e(c15387gp, "");
this.d = null;
this.e = null;
this.c = null;
this.t = null;
this.w = null;
this.y = null;
this.v = null;
this.j = null;
this.A = null;
this.z = null;
this.m = null;
this.k = null;
this.q = null;
this.r = null;
this.s = null;
this.f8355o = null;
this.f = null;
this.a = c15387gp;
this.C = null;
this.u = null;
this.B = null;
this.x = null;
this.l = null;
this.i = null;
this.D = null;
this.E = null;
this.p = null;
this.g = 0;
this.h = null;
this.n = null;
}
public /* synthetic */ SBO(byte b2) {
this((C15387gp<String>) new C15387gp());
}
/* loaded from: classes3.dex */
public static final class Sts {
private Sts() {
}
public /* synthetic */ Sts(byte b) {
this();
}
}
public static final SBO c() {
return new SBO((byte) 0);
}
public static final String c(MBB mbb) {
return mbb == MBB.SCAN ? "S" : "P";
}
public final String toString() {
String str = this.d;
String str2 = this.e;
String str3 = this.c;
String str4 = this.t;
String str5 = this.w;
String str6 = this.y;
String str7 = this.v;
String str8 = this.j;
NZv nZv = this.A;
String str9 = this.z;
String str10 = this.m;
String str11 = this.k;
String str12 = this.q;
String str13 = this.r;
String str14 = this.s;
KMh kMh = this.f8355o;
String str15 = this.f;
C15387gp<String> c15387gp = this.a;
String str16 = this.C;
C6543cW c6543cW = this.u;
String str17 = this.B;
String str18 = this.x;
String str19 = this.l;
String str20 = this.i;
String str21 = this.D;
String str22 = this.E;
String str23 = this.p;
int i = this.g;
String str24 = this.h;
String str25 = this.n;
StringBuilder sb = new StringBuilder("BillPaymentReviewRequest(accountFrom=");
sb.append(str);
sb.append(", accountTo=");
sb.append(str2);
sb.append(", amount=");
sb.append(str3);
sb.append(", payBy=");
sb.append(str4);
sb.append(", referenceNo1=");
sb.append(str5);
sb.append(", referenceNo2=");
sb.append(str6);
sb.append(", referenceNo3=");
sb.append(str7);
sb.append(", ebillSource=");
sb.append(str8);
sb.append(", schedule=");
sb.append(nZv);
sb.append(", scanToken=");
sb.append(str9);
sb.append(", partnerId=");
sb.append(str10);
sb.append(", partnerName=");
sb.append(str11);
sb.append(", partnerTransactionId=");
sb.append(str12);
sb.append(", partnerType=");
sb.append(str13);
sb.append(", partnerSubType=");
sb.append(str14);
sb.append(", merchantMetaData=");
sb.append(kMh);
sb.append(", callBackUrl=");
sb.append(str15);
sb.append(", annotation=");
sb.append(c15387gp);
sb.append(", sofType=");
sb.append(str16);
sb.append(", point=");
sb.append(c6543cW);
sb.append(", sourceType=");
sb.append(str17);
sb.append(", prodPackageId=");
sb.append(str18);
sb.append(", glPartnerId=");
sb.append(str19);
sb.append(", deeplinkId=");
sb.append(str20);
sb.append(", tileVersion=");
sb.append(str21);
sb.append(", tilesVersion=");
sb.append(str22);
sb.append(", paymentServiceType=");
sb.append(str23);
sb.append(", coinsValue=");
sb.append(i);
sb.append(", coinsExchangeRuleCode=");
sb.append(str24);
sb.append(", loanTenor=");
sb.append(str25);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.t;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.w;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.y;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.v;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.j;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
NZv nZv = this.A;
int hashCode9 = nZv == null ? 0 : nZv.hashCode();
String str9 = this.z;
int hashCode10 = str9 == null ? 0 : str9.hashCode();
String str10 = this.m;
int hashCode11 = str10 == null ? 0 : str10.hashCode();
String str11 = this.k;
int hashCode12 = str11 == null ? 0 : str11.hashCode();
String str12 = this.q;
int hashCode13 = str12 == null ? 0 : str12.hashCode();
String str13 = this.r;
int hashCode14 = str13 == null ? 0 : str13.hashCode();
String str14 = this.s;
int hashCode15 = str14 == null ? 0 : str14.hashCode();
KMh kMh = this.f8355o;
int hashCode16 = kMh == null ? 0 : kMh.hashCode();
String str15 = this.f;
int hashCode17 = str15 == null ? 0 : str15.hashCode();
int hashCode18 = this.a.hashCode();
String str16 = this.C;
int hashCode19 = str16 == null ? 0 : str16.hashCode();
C6543cW c6543cW = this.u;
int hashCode20 = c6543cW == null ? 0 : c6543cW.hashCode();
String str17 = this.B;
int hashCode21 = str17 == null ? 0 : str17.hashCode();
String str18 = this.x;
int hashCode22 = str18 == null ? 0 : str18.hashCode();
String str19 = this.l;
int hashCode23 = str19 == null ? 0 : str19.hashCode();
String str20 = this.i;
int hashCode24 = str20 == null ? 0 : str20.hashCode();
String str21 = this.D;
int hashCode25 = str21 == null ? 0 : str21.hashCode();
String str22 = this.E;
int hashCode26 = str22 == null ? 0 : str22.hashCode();
String str23 = this.p;
int hashCode27 = str23 == null ? 0 : str23.hashCode();
int hashCode28 = Integer.hashCode(this.g);
String str24 = this.h;
int hashCode29 = str24 == null ? 0 : str24.hashCode();
String str25 = 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) + hashCode19) * 31) + hashCode20) * 31) + hashCode21) * 31) + hashCode22) * 31) + hashCode23) * 31) + hashCode24) * 31) + hashCode25) * 31) + hashCode26) * 31) + hashCode27) * 31) + hashCode28) * 31) + hashCode29) * 31) + (str25 != null ? str25.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof SBO)) {
return false;
}
SBO sbo = (SBO) obj;
return C14957gcv.b((Object) this.d, (Object) sbo.d) && C14957gcv.b((Object) this.e, (Object) sbo.e) && C14957gcv.b((Object) this.c, (Object) sbo.c) && C14957gcv.b((Object) this.t, (Object) sbo.t) && C14957gcv.b((Object) this.w, (Object) sbo.w) && C14957gcv.b((Object) this.y, (Object) sbo.y) && C14957gcv.b((Object) this.v, (Object) sbo.v) && C14957gcv.b((Object) this.j, (Object) sbo.j) && C14957gcv.b(this.A, sbo.A) && C14957gcv.b((Object) this.z, (Object) sbo.z) && C14957gcv.b((Object) this.m, (Object) sbo.m) && C14957gcv.b((Object) this.k, (Object) sbo.k) && C14957gcv.b((Object) this.q, (Object) sbo.q) && C14957gcv.b((Object) this.r, (Object) sbo.r) && C14957gcv.b((Object) this.s, (Object) sbo.s) && C14957gcv.b(this.f8355o, sbo.f8355o) && C14957gcv.b((Object) this.f, (Object) sbo.f) && C14957gcv.b(this.a, sbo.a) && C14957gcv.b((Object) this.C, (Object) sbo.C) && C14957gcv.b(this.u, sbo.u) && C14957gcv.b((Object) this.B, (Object) sbo.B) && C14957gcv.b((Object) this.x, (Object) sbo.x) && C14957gcv.b((Object) this.l, (Object) sbo.l) && C14957gcv.b((Object) this.i, (Object) sbo.i) && C14957gcv.b((Object) this.D, (Object) sbo.D) && C14957gcv.b((Object) this.E, (Object) sbo.E) && C14957gcv.b((Object) this.p, (Object) sbo.p) && this.g == sbo.g && C14957gcv.b((Object) this.h, (Object) sbo.h) && C14957gcv.b((Object) this.n, (Object) sbo.n);
}
public SBO() {
this((byte) 0);
}
}