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

169 lines
5.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 GIt extends C16562pOe {
@SerializedName("claimedAmount")
public BigDecimal a;
@SerializedName("letterAmount")
public int b;
@SerializedName("accountStatusIconUrl")
public String c;
@SerializedName("accountNo")
public String d;
@SerializedName("availableLgLimit")
public BigDecimal e;
@SerializedName("middleLabel")
public String f;
@SerializedName("longDisclaimer")
public String g;
@SerializedName("lgLimit")
public BigDecimal h;
@SerializedName("paidLabel")
public String i;
@SerializedName("letterList")
public List<Fbr> j;
@SerializedName("productIconUrl")
public String k;
@SerializedName("shortDisclaimer")
public String l;
@SerializedName("totalLabel")
public String m;
@SerializedName("totalLgAmount")
public BigDecimal n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("sortSequence")
public int f8178o;
@SerializedName("totalLgAndClaimed")
public BigDecimal q;
@SerializedName("productOwnerIconUrl")
private String r;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
GIt gIt = (GIt) obj;
if (this.f8178o != gIt.f8178o || this.b != gIt.b) {
return false;
}
String str = this.d;
if (str == null ? gIt.d != null : !str.equals(gIt.d)) {
return false;
}
BigDecimal bigDecimal = this.n;
if (bigDecimal == null ? gIt.n != null : !bigDecimal.equals(gIt.n)) {
return false;
}
BigDecimal bigDecimal2 = this.a;
if (bigDecimal2 == null ? gIt.a != null : !bigDecimal2.equals(gIt.a)) {
return false;
}
BigDecimal bigDecimal3 = this.q;
if (bigDecimal3 == null ? gIt.q != null : !bigDecimal3.equals(gIt.q)) {
return false;
}
BigDecimal bigDecimal4 = this.e;
if (bigDecimal4 == null ? gIt.e != null : !bigDecimal4.equals(gIt.e)) {
return false;
}
BigDecimal bigDecimal5 = this.h;
if (bigDecimal5 == null ? gIt.h != null : !bigDecimal5.equals(gIt.h)) {
return false;
}
List<Fbr> list = this.j;
if (list == null ? gIt.j != null : !list.equals(gIt.j)) {
return false;
}
String str2 = this.k;
if (str2 == null ? gIt.k != null : !str2.equals(gIt.k)) {
return false;
}
String str3 = this.i;
if (str3 == null ? gIt.i != null : !str3.equals(gIt.i)) {
return false;
}
String str4 = this.m;
if (str4 == null ? gIt.m != null : !str4.equals(gIt.m)) {
return false;
}
String str5 = this.f;
if (str5 == null ? gIt.f != null : !str5.equals(gIt.f)) {
return false;
}
String str6 = this.c;
if (str6 == null ? gIt.c != null : !str6.equals(gIt.c)) {
return false;
}
String str7 = this.l;
if (str7 == null ? gIt.l != null : !str7.equals(gIt.l)) {
return false;
}
String str8 = this.r;
if (str8 == null ? gIt.r != null : !str8.equals(gIt.r)) {
return false;
}
String str9 = this.g;
String str10 = gIt.g;
return str9 != null ? str9.equals(str10) : str10 == null;
}
public int hashCode() {
int i = this.f8178o;
String str = this.d;
int hashCode = str != null ? str.hashCode() : 0;
BigDecimal bigDecimal = this.n;
int hashCode2 = bigDecimal != null ? bigDecimal.hashCode() : 0;
BigDecimal bigDecimal2 = this.a;
int hashCode3 = bigDecimal2 != null ? bigDecimal2.hashCode() : 0;
BigDecimal bigDecimal3 = this.q;
int hashCode4 = bigDecimal3 != null ? bigDecimal3.hashCode() : 0;
BigDecimal bigDecimal4 = this.e;
int hashCode5 = bigDecimal4 != null ? bigDecimal4.hashCode() : 0;
BigDecimal bigDecimal5 = this.h;
int hashCode6 = bigDecimal5 != null ? bigDecimal5.hashCode() : 0;
int i2 = this.b;
List<Fbr> list = this.j;
int hashCode7 = list != null ? list.hashCode() : 0;
String str2 = this.k;
int hashCode8 = str2 != null ? str2.hashCode() : 0;
String str3 = this.i;
int hashCode9 = str3 != null ? str3.hashCode() : 0;
String str4 = this.m;
int hashCode10 = str4 != null ? str4.hashCode() : 0;
String str5 = this.f;
int hashCode11 = str5 != null ? str5.hashCode() : 0;
String str6 = this.c;
int hashCode12 = str6 != null ? str6.hashCode() : 0;
String str7 = this.l;
int hashCode13 = str7 != null ? str7.hashCode() : 0;
String str8 = this.g;
int hashCode14 = str8 != null ? str8.hashCode() : 0;
String str9 = this.r;
return (((((((((((((((((((((((((((((((i * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + i2) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (str9 != null ? str9.hashCode() : 0);
}
}