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

236 lines
8.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.math.BigDecimal;
/* renamed from: o.ixA, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C15837ixA extends C16562pOe {
@SerializedName("installmentAmount")
public BigDecimal a;
@SerializedName("accountStatusIconUrl")
public String b;
@SerializedName("accountNo")
public String c;
@SerializedName("currency")
public String d;
@SerializedName("accountName")
public String e;
@SerializedName("interestRate")
public BigDecimal f;
@SerializedName("longDisclaimer")
public String g;
@SerializedName("latePaymentNumber")
public int h;
@SerializedName("middleLabel")
public String i;
@SerializedName("paidAmountDueFlag")
public String j;
@SerializedName("paidOffFlag")
public String k;
@SerializedName("paidOffCalculatedAmount")
public BigDecimal l;
@SerializedName("paidOffStatusDescription")
public String m;
@SerializedName("paidPrincipal")
public BigDecimal n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("paidLabel")
public String f9177o;
@SerializedName("paymentDueAmount")
public BigDecimal p;
@SerializedName("shortDisclaimer")
public String q;
@SerializedName("productIconUrl")
public String r;
@SerializedName("remainingBalance")
public BigDecimal s;
@SerializedName("paymentDueDate")
public String t;
@SerializedName("tenor")
public int u;
@SerializedName("totalLabel")
public String v;
@SerializedName("productOwnerIconUrl")
private String w;
@SerializedName("sortSequence")
public int x;
@SerializedName("totalPrincipal")
public BigDecimal y;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C15837ixA c15837ixA = (C15837ixA) obj;
if (this.x != c15837ixA.x || this.u != c15837ixA.u || this.h != c15837ixA.h) {
return false;
}
String str = this.c;
if (str == null ? c15837ixA.c != null : !str.equals(c15837ixA.c)) {
return false;
}
String str2 = this.e;
if (str2 == null ? c15837ixA.e != null : !str2.equals(c15837ixA.e)) {
return false;
}
BigDecimal bigDecimal = this.f;
if (bigDecimal == null ? c15837ixA.f != null : !bigDecimal.equals(c15837ixA.f)) {
return false;
}
String str3 = this.d;
if (str3 == null ? c15837ixA.d != null : !str3.equals(c15837ixA.d)) {
return false;
}
BigDecimal bigDecimal2 = this.n;
if (bigDecimal2 == null ? c15837ixA.n != null : !bigDecimal2.equals(c15837ixA.n)) {
return false;
}
BigDecimal bigDecimal3 = this.y;
if (bigDecimal3 == null ? c15837ixA.y != null : !bigDecimal3.equals(c15837ixA.y)) {
return false;
}
BigDecimal bigDecimal4 = this.s;
if (bigDecimal4 == null ? c15837ixA.s != null : !bigDecimal4.equals(c15837ixA.s)) {
return false;
}
BigDecimal bigDecimal5 = this.a;
if (bigDecimal5 == null ? c15837ixA.a != null : !bigDecimal5.equals(c15837ixA.a)) {
return false;
}
BigDecimal bigDecimal6 = this.p;
if (bigDecimal6 == null ? c15837ixA.p != null : !bigDecimal6.equals(c15837ixA.p)) {
return false;
}
String str4 = this.t;
if (str4 == null ? c15837ixA.t != null : !str4.equals(c15837ixA.t)) {
return false;
}
String str5 = this.k;
if (str5 == null ? c15837ixA.k != null : !str5.equals(c15837ixA.k)) {
return false;
}
String str6 = this.m;
if (str6 == null ? c15837ixA.m != null : !str6.equals(c15837ixA.m)) {
return false;
}
String str7 = this.j;
if (str7 == null ? c15837ixA.j != null : !str7.equals(c15837ixA.j)) {
return false;
}
BigDecimal bigDecimal7 = this.l;
if (bigDecimal7 == null ? c15837ixA.l != null : !bigDecimal7.equals(c15837ixA.l)) {
return false;
}
String str8 = this.r;
if (str8 == null ? c15837ixA.r != null : !str8.equals(c15837ixA.r)) {
return false;
}
String str9 = this.f9177o;
if (str9 == null ? c15837ixA.f9177o != null : !str9.equals(c15837ixA.f9177o)) {
return false;
}
String str10 = this.v;
if (str10 == null ? c15837ixA.v != null : !str10.equals(c15837ixA.v)) {
return false;
}
String str11 = this.i;
if (str11 == null ? c15837ixA.i != null : !str11.equals(c15837ixA.i)) {
return false;
}
String str12 = this.b;
if (str12 == null ? c15837ixA.b != null : !str12.equals(c15837ixA.b)) {
return false;
}
String str13 = this.q;
if (str13 == null ? c15837ixA.q != null : !str13.equals(c15837ixA.q)) {
return false;
}
String str14 = this.w;
if (str14 == null ? c15837ixA.w != null : !str14.equals(c15837ixA.w)) {
return false;
}
String str15 = this.g;
String str16 = c15837ixA.g;
return str15 != null ? str15.equals(str16) : str16 == null;
}
public int hashCode() {
int i = this.x;
String str = this.c;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.e;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
BigDecimal bigDecimal = this.f;
int hashCode3 = bigDecimal != null ? bigDecimal.hashCode() : 0;
int i2 = this.u;
String str3 = this.d;
int hashCode4 = str3 != null ? str3.hashCode() : 0;
BigDecimal bigDecimal2 = this.n;
int hashCode5 = bigDecimal2 != null ? bigDecimal2.hashCode() : 0;
BigDecimal bigDecimal3 = this.y;
int hashCode6 = bigDecimal3 != null ? bigDecimal3.hashCode() : 0;
BigDecimal bigDecimal4 = this.s;
int hashCode7 = bigDecimal4 != null ? bigDecimal4.hashCode() : 0;
BigDecimal bigDecimal5 = this.a;
int hashCode8 = bigDecimal5 != null ? bigDecimal5.hashCode() : 0;
BigDecimal bigDecimal6 = this.p;
int hashCode9 = bigDecimal6 != null ? bigDecimal6.hashCode() : 0;
String str4 = this.t;
int hashCode10 = str4 != null ? str4.hashCode() : 0;
int i3 = this.h;
String str5 = this.k;
int hashCode11 = str5 != null ? str5.hashCode() : 0;
String str6 = this.m;
int hashCode12 = str6 != null ? str6.hashCode() : 0;
String str7 = this.j;
int hashCode13 = str7 != null ? str7.hashCode() : 0;
BigDecimal bigDecimal7 = this.l;
int hashCode14 = bigDecimal7 != null ? bigDecimal7.hashCode() : 0;
String str8 = this.r;
int hashCode15 = str8 != null ? str8.hashCode() : 0;
String str9 = this.f9177o;
int hashCode16 = str9 != null ? str9.hashCode() : 0;
String str10 = this.v;
int hashCode17 = str10 != null ? str10.hashCode() : 0;
String str11 = this.i;
int hashCode18 = str11 != null ? str11.hashCode() : 0;
String str12 = this.b;
int hashCode19 = str12 != null ? str12.hashCode() : 0;
String str13 = this.q;
int hashCode20 = str13 != null ? str13.hashCode() : 0;
String str14 = this.g;
int hashCode21 = str14 != null ? str14.hashCode() : 0;
String str15 = this.w;
return (((((((((((((((((((((((((((((((((((((((((((((((i * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + i2) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + i3) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + hashCode19) * 31) + hashCode20) * 31) + hashCode21) * 31) + (str15 != null ? str15.hashCode() : 0);
}
}