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