457 lines
16 KiB
Java
457 lines
16 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
|
import java.math.BigDecimal;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.caC, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C6687caC {
|
|
|
|
@SerializedName("ref2")
|
|
public String A;
|
|
|
|
@SerializedName("otherList")
|
|
public List<SingleDataEntity<C6282cOQ>> B;
|
|
|
|
@SerializedName("ref1")
|
|
public String C;
|
|
|
|
@SerializedName("pccTraceNo")
|
|
public String D;
|
|
|
|
@SerializedName("ref3")
|
|
public String E;
|
|
|
|
@SerializedName("ref5")
|
|
public String F;
|
|
|
|
@SerializedName("refNo1")
|
|
public String G;
|
|
|
|
@SerializedName("refNo2")
|
|
public String H;
|
|
|
|
@SerializedName("ref4")
|
|
public String I;
|
|
|
|
@SerializedName("refNo5")
|
|
public String J;
|
|
|
|
@SerializedName("repeatingFlag")
|
|
public String K;
|
|
|
|
@SerializedName("refNo3")
|
|
public String L;
|
|
|
|
@SerializedName("remainingBalance")
|
|
public BigDecimal M;
|
|
|
|
@SerializedName("refNo4")
|
|
public String N;
|
|
|
|
@SerializedName("totalAmount")
|
|
public String O;
|
|
|
|
@SerializedName("sequence")
|
|
public String P;
|
|
|
|
@SerializedName("scbFee")
|
|
public BigDecimal Q;
|
|
|
|
@SerializedName("terminalNo")
|
|
public String R;
|
|
|
|
@SerializedName("scbList")
|
|
public List<SingleDataEntity<C6282cOQ>> S;
|
|
|
|
@SerializedName("transferType")
|
|
public String U;
|
|
|
|
@SerializedName("totalFee")
|
|
public BigDecimal V;
|
|
|
|
@SerializedName("transactionToken")
|
|
public String W;
|
|
|
|
@SerializedName("accountFromName")
|
|
public String a;
|
|
|
|
@SerializedName("accountToBankCode")
|
|
public String b;
|
|
|
|
@SerializedName("accountTo")
|
|
public String c;
|
|
|
|
@SerializedName("accountToDisplayName")
|
|
public String d;
|
|
|
|
@SerializedName("accountToName")
|
|
public String e;
|
|
|
|
@SerializedName("additionalInfoLabel3")
|
|
public String f;
|
|
|
|
@SerializedName("additionalInfoLabel1")
|
|
public String g;
|
|
|
|
@SerializedName("additionalInfoLabel2")
|
|
public String h;
|
|
|
|
@SerializedName("accountToType")
|
|
public String i;
|
|
|
|
@SerializedName("additionalInfoLabel4")
|
|
public String j;
|
|
|
|
@SerializedName("additionalInfoLabel5")
|
|
public String k;
|
|
|
|
@SerializedName("additionalInfoValue4")
|
|
public String l;
|
|
|
|
@SerializedName("additionalInfoValue3")
|
|
public String m;
|
|
|
|
@SerializedName("additionalInfoValue1")
|
|
public String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("additionalInfoValue2")
|
|
public String f8630o;
|
|
|
|
@SerializedName("additionalInfoValue5")
|
|
public String p;
|
|
|
|
@SerializedName("botFee")
|
|
public BigDecimal q;
|
|
|
|
@SerializedName("amountType")
|
|
public String r;
|
|
|
|
@SerializedName("amount")
|
|
public String s;
|
|
|
|
@SerializedName("additionalInformation")
|
|
public String t;
|
|
|
|
@SerializedName("fee")
|
|
public BigDecimal u;
|
|
|
|
@SerializedName("feeType")
|
|
public String v;
|
|
|
|
@SerializedName("groupId")
|
|
public String w;
|
|
|
|
@SerializedName("channelFee")
|
|
public BigDecimal x;
|
|
|
|
@SerializedName("groupName")
|
|
public String y;
|
|
|
|
@SerializedName("ownList")
|
|
public List<SingleDataEntity<C6282cOQ>> z;
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C6687caC c6687caC = (C6687caC) obj;
|
|
BigDecimal bigDecimal = this.V;
|
|
if (bigDecimal == null ? c6687caC.V != null : !bigDecimal.equals(c6687caC.V)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal2 = this.Q;
|
|
if (bigDecimal2 == null ? c6687caC.Q != null : !bigDecimal2.equals(c6687caC.Q)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal3 = this.q;
|
|
if (bigDecimal3 == null ? c6687caC.q != null : !bigDecimal3.equals(c6687caC.q)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal4 = this.x;
|
|
if (bigDecimal4 == null ? c6687caC.x != null : !bigDecimal4.equals(c6687caC.x)) {
|
|
return false;
|
|
}
|
|
String str = this.a;
|
|
if (str == null ? c6687caC.a != null : !str.equals(c6687caC.a)) {
|
|
return false;
|
|
}
|
|
String str2 = this.c;
|
|
if (str2 == null ? c6687caC.c != null : !str2.equals(c6687caC.c)) {
|
|
return false;
|
|
}
|
|
String str3 = this.e;
|
|
if (str3 == null ? c6687caC.e != null : !str3.equals(c6687caC.e)) {
|
|
return false;
|
|
}
|
|
String str4 = this.i;
|
|
if (str4 == null ? c6687caC.i != null : !str4.equals(c6687caC.i)) {
|
|
return false;
|
|
}
|
|
String str5 = this.d;
|
|
if (str5 == null ? c6687caC.d != null : !str5.equals(c6687caC.d)) {
|
|
return false;
|
|
}
|
|
String str6 = this.b;
|
|
if (str6 == null ? c6687caC.b != null : !str6.equals(c6687caC.b)) {
|
|
return false;
|
|
}
|
|
String str7 = this.D;
|
|
if (str7 == null ? c6687caC.D != null : !str7.equals(c6687caC.D)) {
|
|
return false;
|
|
}
|
|
String str8 = this.U;
|
|
if (str8 == null ? c6687caC.U != null : !str8.equals(c6687caC.U)) {
|
|
return false;
|
|
}
|
|
String str9 = this.v;
|
|
if (str9 == null ? c6687caC.v != null : !str9.equals(c6687caC.v)) {
|
|
return false;
|
|
}
|
|
String str10 = this.R;
|
|
if (str10 == null ? c6687caC.R != null : !str10.equals(c6687caC.R)) {
|
|
return false;
|
|
}
|
|
String str11 = this.P;
|
|
if (str11 == null ? c6687caC.P != null : !str11.equals(c6687caC.P)) {
|
|
return false;
|
|
}
|
|
String str12 = this.W;
|
|
if (str12 == null ? c6687caC.W != null : !str12.equals(c6687caC.W)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal5 = this.u;
|
|
if (bigDecimal5 == null ? c6687caC.u != null : !bigDecimal5.equals(c6687caC.u)) {
|
|
return false;
|
|
}
|
|
String str13 = this.G;
|
|
if (str13 == null ? c6687caC.G != null : !str13.equals(c6687caC.G)) {
|
|
return false;
|
|
}
|
|
String str14 = this.H;
|
|
if (str14 == null ? c6687caC.H != null : !str14.equals(c6687caC.H)) {
|
|
return false;
|
|
}
|
|
String str15 = this.L;
|
|
if (str15 == null ? c6687caC.L != null : !str15.equals(c6687caC.L)) {
|
|
return false;
|
|
}
|
|
String str16 = this.N;
|
|
if (str16 == null ? c6687caC.N != null : !str16.equals(c6687caC.N)) {
|
|
return false;
|
|
}
|
|
String str17 = this.J;
|
|
if (str17 == null ? c6687caC.J != null : !str17.equals(c6687caC.J)) {
|
|
return false;
|
|
}
|
|
String str18 = this.t;
|
|
if (str18 == null ? c6687caC.t != null : !str18.equals(c6687caC.t)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal6 = this.M;
|
|
if (bigDecimal6 == null ? c6687caC.M != null : !bigDecimal6.equals(c6687caC.M)) {
|
|
return false;
|
|
}
|
|
String str19 = this.C;
|
|
if (str19 == null ? c6687caC.C != null : !str19.equals(c6687caC.C)) {
|
|
return false;
|
|
}
|
|
String str20 = this.A;
|
|
if (str20 == null ? c6687caC.A != null : !str20.equals(c6687caC.A)) {
|
|
return false;
|
|
}
|
|
String str21 = this.E;
|
|
if (str21 == null ? c6687caC.E != null : !str21.equals(c6687caC.E)) {
|
|
return false;
|
|
}
|
|
String str22 = this.I;
|
|
if (str22 == null ? c6687caC.I != null : !str22.equals(c6687caC.I)) {
|
|
return false;
|
|
}
|
|
String str23 = this.F;
|
|
if (str23 == null ? c6687caC.F != null : !str23.equals(c6687caC.F)) {
|
|
return false;
|
|
}
|
|
String str24 = this.g;
|
|
if (str24 == null ? c6687caC.g != null : !str24.equals(c6687caC.g)) {
|
|
return false;
|
|
}
|
|
String str25 = this.h;
|
|
if (str25 == null ? c6687caC.h != null : !str25.equals(c6687caC.h)) {
|
|
return false;
|
|
}
|
|
String str26 = this.f;
|
|
if (str26 == null ? c6687caC.f != null : !str26.equals(c6687caC.f)) {
|
|
return false;
|
|
}
|
|
String str27 = this.j;
|
|
if (str27 == null ? c6687caC.j != null : !str27.equals(c6687caC.j)) {
|
|
return false;
|
|
}
|
|
String str28 = this.k;
|
|
if (str28 == null ? c6687caC.k != null : !str28.equals(c6687caC.k)) {
|
|
return false;
|
|
}
|
|
String str29 = this.n;
|
|
if (str29 == null ? c6687caC.n != null : !str29.equals(c6687caC.n)) {
|
|
return false;
|
|
}
|
|
String str30 = this.f8630o;
|
|
if (str30 == null ? c6687caC.f8630o != null : !str30.equals(c6687caC.f8630o)) {
|
|
return false;
|
|
}
|
|
String str31 = this.m;
|
|
if (str31 == null ? c6687caC.m != null : !str31.equals(c6687caC.m)) {
|
|
return false;
|
|
}
|
|
String str32 = this.l;
|
|
if (str32 == null ? c6687caC.l != null : !str32.equals(c6687caC.l)) {
|
|
return false;
|
|
}
|
|
String str33 = this.p;
|
|
if (str33 == null ? c6687caC.p != null : !str33.equals(c6687caC.p)) {
|
|
return false;
|
|
}
|
|
String str34 = this.r;
|
|
if (str34 == null ? c6687caC.r != null : !str34.equals(c6687caC.r)) {
|
|
return false;
|
|
}
|
|
String str35 = this.K;
|
|
if (str35 == null ? c6687caC.K != null : !str35.equals(c6687caC.K)) {
|
|
return false;
|
|
}
|
|
String str36 = this.w;
|
|
if (str36 == null ? c6687caC.w != null : !str36.equals(c6687caC.w)) {
|
|
return false;
|
|
}
|
|
String str37 = this.y;
|
|
if (str37 == null ? c6687caC.y != null : !str37.equals(c6687caC.y)) {
|
|
return false;
|
|
}
|
|
String str38 = this.s;
|
|
if (str38 == null ? c6687caC.s != null : !str38.equals(c6687caC.s)) {
|
|
return false;
|
|
}
|
|
String str39 = this.O;
|
|
if (str39 == null ? c6687caC.O != null : !str39.equals(c6687caC.O)) {
|
|
return false;
|
|
}
|
|
List<SingleDataEntity<C6282cOQ>> list = this.z;
|
|
if (list == null ? c6687caC.z != null : !list.equals(c6687caC.z)) {
|
|
return false;
|
|
}
|
|
List<SingleDataEntity<C6282cOQ>> list2 = this.B;
|
|
if (list2 == null ? c6687caC.B != null : !list2.equals(c6687caC.B)) {
|
|
return false;
|
|
}
|
|
List<SingleDataEntity<C6282cOQ>> list3 = this.S;
|
|
List<SingleDataEntity<C6282cOQ>> list4 = c6687caC.S;
|
|
return list3 != null ? list3.equals(list4) : list4 == null;
|
|
}
|
|
|
|
public int hashCode() {
|
|
BigDecimal bigDecimal = this.V;
|
|
int hashCode = bigDecimal != null ? bigDecimal.hashCode() : 0;
|
|
BigDecimal bigDecimal2 = this.Q;
|
|
int hashCode2 = bigDecimal2 != null ? bigDecimal2.hashCode() : 0;
|
|
BigDecimal bigDecimal3 = this.q;
|
|
int hashCode3 = bigDecimal3 != null ? bigDecimal3.hashCode() : 0;
|
|
BigDecimal bigDecimal4 = this.x;
|
|
int hashCode4 = bigDecimal4 != null ? bigDecimal4.hashCode() : 0;
|
|
String str = this.a;
|
|
int hashCode5 = str != null ? str.hashCode() : 0;
|
|
String str2 = this.c;
|
|
int hashCode6 = str2 != null ? str2.hashCode() : 0;
|
|
String str3 = this.e;
|
|
int hashCode7 = str3 != null ? str3.hashCode() : 0;
|
|
String str4 = this.i;
|
|
int hashCode8 = str4 != null ? str4.hashCode() : 0;
|
|
String str5 = this.d;
|
|
int hashCode9 = str5 != null ? str5.hashCode() : 0;
|
|
String str6 = this.b;
|
|
int hashCode10 = str6 != null ? str6.hashCode() : 0;
|
|
String str7 = this.D;
|
|
int hashCode11 = str7 != null ? str7.hashCode() : 0;
|
|
String str8 = this.U;
|
|
int hashCode12 = str8 != null ? str8.hashCode() : 0;
|
|
String str9 = this.v;
|
|
int hashCode13 = str9 != null ? str9.hashCode() : 0;
|
|
String str10 = this.R;
|
|
int hashCode14 = str10 != null ? str10.hashCode() : 0;
|
|
String str11 = this.P;
|
|
int hashCode15 = str11 != null ? str11.hashCode() : 0;
|
|
String str12 = this.W;
|
|
int hashCode16 = str12 != null ? str12.hashCode() : 0;
|
|
BigDecimal bigDecimal5 = this.u;
|
|
int hashCode17 = bigDecimal5 != null ? bigDecimal5.hashCode() : 0;
|
|
String str13 = this.G;
|
|
int hashCode18 = str13 != null ? str13.hashCode() : 0;
|
|
String str14 = this.H;
|
|
int hashCode19 = str14 != null ? str14.hashCode() : 0;
|
|
String str15 = this.L;
|
|
int hashCode20 = str15 != null ? str15.hashCode() : 0;
|
|
String str16 = this.N;
|
|
int hashCode21 = str16 != null ? str16.hashCode() : 0;
|
|
String str17 = this.J;
|
|
int hashCode22 = str17 != null ? str17.hashCode() : 0;
|
|
String str18 = this.t;
|
|
int hashCode23 = str18 != null ? str18.hashCode() : 0;
|
|
BigDecimal bigDecimal6 = this.M;
|
|
int hashCode24 = bigDecimal6 != null ? bigDecimal6.hashCode() : 0;
|
|
String str19 = this.C;
|
|
int hashCode25 = str19 != null ? str19.hashCode() : 0;
|
|
String str20 = this.A;
|
|
int hashCode26 = str20 != null ? str20.hashCode() : 0;
|
|
String str21 = this.E;
|
|
int hashCode27 = str21 != null ? str21.hashCode() : 0;
|
|
String str22 = this.I;
|
|
int hashCode28 = str22 != null ? str22.hashCode() : 0;
|
|
String str23 = this.F;
|
|
int hashCode29 = str23 != null ? str23.hashCode() : 0;
|
|
String str24 = this.g;
|
|
int hashCode30 = str24 != null ? str24.hashCode() : 0;
|
|
String str25 = this.h;
|
|
int hashCode31 = str25 != null ? str25.hashCode() : 0;
|
|
String str26 = this.f;
|
|
int hashCode32 = str26 != null ? str26.hashCode() : 0;
|
|
String str27 = this.j;
|
|
int hashCode33 = str27 != null ? str27.hashCode() : 0;
|
|
String str28 = this.k;
|
|
int hashCode34 = str28 != null ? str28.hashCode() : 0;
|
|
String str29 = this.n;
|
|
int hashCode35 = str29 != null ? str29.hashCode() : 0;
|
|
String str30 = this.f8630o;
|
|
int hashCode36 = str30 != null ? str30.hashCode() : 0;
|
|
String str31 = this.m;
|
|
int hashCode37 = str31 != null ? str31.hashCode() : 0;
|
|
String str32 = this.l;
|
|
int hashCode38 = str32 != null ? str32.hashCode() : 0;
|
|
String str33 = this.p;
|
|
int hashCode39 = str33 != null ? str33.hashCode() : 0;
|
|
String str34 = this.r;
|
|
int hashCode40 = str34 != null ? str34.hashCode() : 0;
|
|
String str35 = this.K;
|
|
int hashCode41 = str35 != null ? str35.hashCode() : 0;
|
|
String str36 = this.w;
|
|
int hashCode42 = str36 != null ? str36.hashCode() : 0;
|
|
String str37 = this.y;
|
|
int hashCode43 = str37 != null ? str37.hashCode() : 0;
|
|
String str38 = this.s;
|
|
int hashCode44 = str38 != null ? str38.hashCode() : 0;
|
|
String str39 = this.O;
|
|
int hashCode45 = str39 != null ? str39.hashCode() : 0;
|
|
List<SingleDataEntity<C6282cOQ>> list = this.z;
|
|
int hashCode46 = list != null ? list.hashCode() : 0;
|
|
List<SingleDataEntity<C6282cOQ>> list2 = this.B;
|
|
int hashCode47 = list2 != null ? list2.hashCode() : 0;
|
|
List<SingleDataEntity<C6282cOQ>> list3 = this.S;
|
|
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) + hashCode30) * 31) + hashCode31) * 31) + hashCode32) * 31) + hashCode33) * 31) + hashCode34) * 31) + hashCode35) * 31) + hashCode36) * 31) + hashCode37) * 31) + hashCode38) * 31) + hashCode39) * 31) + hashCode40) * 31) + hashCode41) * 31) + hashCode42) * 31) + hashCode43) * 31) + hashCode44) * 31) + hashCode45) * 31) + hashCode46) * 31) + hashCode47) * 31) + (list3 != null ? list3.hashCode() : 0);
|
|
}
|
|
}
|