234 lines
7.5 KiB
Java
234 lines
7.5 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.math.BigDecimal;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class qTG extends Pag {
|
|
|
|
@SerializedName("accountToBankCode")
|
|
public String a;
|
|
|
|
@SerializedName("accountFrom")
|
|
public String b;
|
|
|
|
@SerializedName("accountTo")
|
|
public String c;
|
|
|
|
@SerializedName("accountFromType")
|
|
public String d;
|
|
|
|
@SerializedName("ebillSource")
|
|
public String f;
|
|
|
|
@SerializedName("groupId")
|
|
public String g;
|
|
|
|
@SerializedName("billerId")
|
|
public int h;
|
|
|
|
@SerializedName("depAcctIdFrom")
|
|
public String i;
|
|
|
|
@SerializedName("amount")
|
|
public BigDecimal j;
|
|
|
|
@SerializedName("note")
|
|
public String k;
|
|
|
|
@SerializedName("payBy")
|
|
public String l;
|
|
|
|
@SerializedName("ownList")
|
|
public List<YYM> m;
|
|
|
|
@SerializedName("otherList")
|
|
public List<YYM> n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("pmtAmt")
|
|
public BigDecimal f9247o;
|
|
|
|
@SerializedName("scbList")
|
|
public List<YYM> p;
|
|
|
|
@SerializedName("referenceNo1")
|
|
public String q;
|
|
|
|
@SerializedName("referenceNo3")
|
|
public String r;
|
|
|
|
@SerializedName("referenceNo2")
|
|
public String s;
|
|
|
|
@SerializedName("serviceNumber")
|
|
public String t;
|
|
|
|
@SerializedName("verificationSchedule")
|
|
public NHc w;
|
|
|
|
@SerializedName("transferType")
|
|
public String y;
|
|
|
|
public qTG(String str, String str2, String str3, String str4, BigDecimal bigDecimal, String str5, NHc nHc, int i, String str6, String str7, BigDecimal bigDecimal2, String str8, String str9, String str10, String str11, String str12, String str13, String str14, List<YYM> list, List<YYM> list2, List<YYM> list3) {
|
|
this.b = str;
|
|
this.d = str2;
|
|
this.c = str3;
|
|
this.a = str4;
|
|
this.j = bigDecimal;
|
|
this.y = str5;
|
|
this.w = nHc;
|
|
this.h = i;
|
|
this.i = str6;
|
|
this.k = str7;
|
|
this.f9247o = bigDecimal2;
|
|
this.t = str8;
|
|
this.f = str9;
|
|
this.l = str10;
|
|
this.q = str11;
|
|
this.s = str12;
|
|
this.r = str13;
|
|
this.g = str14;
|
|
this.m = list;
|
|
this.p = list2;
|
|
this.n = list3;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
qTG qtg = (qTG) obj;
|
|
if (this.h != qtg.h) {
|
|
return false;
|
|
}
|
|
String str = this.b;
|
|
if (str == null ? qtg.b != null : !str.equals(qtg.b)) {
|
|
return false;
|
|
}
|
|
String str2 = this.d;
|
|
if (str2 == null ? qtg.d != null : !str2.equals(qtg.d)) {
|
|
return false;
|
|
}
|
|
String str3 = this.c;
|
|
if (str3 == null ? qtg.c != null : !str3.equals(qtg.c)) {
|
|
return false;
|
|
}
|
|
String str4 = this.a;
|
|
if (str4 == null ? qtg.a != null : !str4.equals(qtg.a)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal = this.j;
|
|
if (bigDecimal == null ? qtg.j != null : !bigDecimal.equals(qtg.j)) {
|
|
return false;
|
|
}
|
|
String str5 = this.y;
|
|
if (str5 == null ? qtg.y != null : !str5.equals(qtg.y)) {
|
|
return false;
|
|
}
|
|
NHc nHc = this.w;
|
|
if (nHc == null ? qtg.w != null : !nHc.equals(qtg.w)) {
|
|
return false;
|
|
}
|
|
String str6 = this.i;
|
|
if (str6 == null ? qtg.i != null : !str6.equals(qtg.i)) {
|
|
return false;
|
|
}
|
|
String str7 = this.k;
|
|
if (str7 == null ? qtg.k != null : !str7.equals(qtg.k)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal2 = this.f9247o;
|
|
if (bigDecimal2 == null ? qtg.f9247o != null : !bigDecimal2.equals(qtg.f9247o)) {
|
|
return false;
|
|
}
|
|
String str8 = this.t;
|
|
if (str8 == null ? qtg.t != null : !str8.equals(qtg.t)) {
|
|
return false;
|
|
}
|
|
String str9 = this.f;
|
|
if (str9 == null ? qtg.f != null : !str9.equals(qtg.f)) {
|
|
return false;
|
|
}
|
|
String str10 = this.l;
|
|
if (str10 == null ? qtg.l != null : !str10.equals(qtg.l)) {
|
|
return false;
|
|
}
|
|
String str11 = this.q;
|
|
if (str11 == null ? qtg.q != null : !str11.equals(qtg.q)) {
|
|
return false;
|
|
}
|
|
String str12 = this.s;
|
|
if (str12 == null ? qtg.s != null : !str12.equals(qtg.s)) {
|
|
return false;
|
|
}
|
|
String str13 = this.r;
|
|
if (str13 == null ? qtg.r != null : !str13.equals(qtg.r)) {
|
|
return false;
|
|
}
|
|
String str14 = this.g;
|
|
if (str14 == null ? qtg.g != null : !str14.equals(qtg.g)) {
|
|
return false;
|
|
}
|
|
List<YYM> list = this.m;
|
|
if (list == null ? qtg.m != null : !list.equals(qtg.m)) {
|
|
return false;
|
|
}
|
|
List<YYM> list2 = this.p;
|
|
if (list2 == null ? qtg.p != null : !list2.equals(qtg.p)) {
|
|
return false;
|
|
}
|
|
List<YYM> list3 = this.n;
|
|
List<YYM> list4 = qtg.n;
|
|
return list3 != null ? list3.equals(list4) : list4 == null;
|
|
}
|
|
|
|
public int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.d;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
String str3 = this.c;
|
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
|
String str4 = this.a;
|
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
|
BigDecimal bigDecimal = this.j;
|
|
int hashCode5 = bigDecimal != null ? bigDecimal.hashCode() : 0;
|
|
String str5 = this.y;
|
|
int hashCode6 = str5 != null ? str5.hashCode() : 0;
|
|
NHc nHc = this.w;
|
|
int hashCode7 = nHc != null ? nHc.hashCode() : 0;
|
|
int i = this.h;
|
|
String str6 = this.i;
|
|
int hashCode8 = str6 != null ? str6.hashCode() : 0;
|
|
String str7 = this.k;
|
|
int hashCode9 = str7 != null ? str7.hashCode() : 0;
|
|
BigDecimal bigDecimal2 = this.f9247o;
|
|
int hashCode10 = bigDecimal2 != null ? bigDecimal2.hashCode() : 0;
|
|
String str8 = this.t;
|
|
int hashCode11 = str8 != null ? str8.hashCode() : 0;
|
|
String str9 = this.f;
|
|
int hashCode12 = str9 != null ? str9.hashCode() : 0;
|
|
String str10 = this.l;
|
|
int hashCode13 = str10 != null ? str10.hashCode() : 0;
|
|
String str11 = this.q;
|
|
int hashCode14 = str11 != null ? str11.hashCode() : 0;
|
|
String str12 = this.s;
|
|
int hashCode15 = str12 != null ? str12.hashCode() : 0;
|
|
String str13 = this.r;
|
|
int hashCode16 = str13 != null ? str13.hashCode() : 0;
|
|
String str14 = this.g;
|
|
int hashCode17 = str14 != null ? str14.hashCode() : 0;
|
|
List<YYM> list = this.m;
|
|
int hashCode18 = list != null ? list.hashCode() : 0;
|
|
List<YYM> list2 = this.p;
|
|
int hashCode19 = list2 != null ? list2.hashCode() : 0;
|
|
List<YYM> list3 = this.n;
|
|
return (((((((((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i) * 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) + (list3 != null ? list3.hashCode() : 0);
|
|
}
|
|
}
|