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

152 lines
5.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.math.BigDecimal;
import java.util.List;
/* renamed from: o.ajV, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C2696ajV extends C16562pOe {
@SerializedName("middleLabel")
public String a;
@SerializedName("accountNo")
public String b;
@SerializedName("accountStatusIconUrl")
public String c;
@SerializedName("availablePnLimit")
public BigDecimal d;
@SerializedName("longDisclaimer")
public String e;
@SerializedName("noteAmount")
public int f;
@SerializedName("paidLabel")
public String g;
@SerializedName("pnLimit")
public BigDecimal h;
@SerializedName("productIconUrl")
public String i;
@SerializedName("noteList")
public List<bTP> j;
@SerializedName("shortDisclaimer")
public String k;
@SerializedName("totalPnPrincipal")
public BigDecimal l;
@SerializedName("sortSequence")
public int m;
@SerializedName("totalLabel")
public String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("productOwnerIconUrl")
private String f8520o;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C2696ajV c2696ajV = (C2696ajV) obj;
if (this.m != c2696ajV.m || this.f != c2696ajV.f) {
return false;
}
String str = this.b;
if (str == null ? c2696ajV.b != null : !str.equals(c2696ajV.b)) {
return false;
}
BigDecimal bigDecimal = this.l;
if (bigDecimal == null ? c2696ajV.l != null : !bigDecimal.equals(c2696ajV.l)) {
return false;
}
BigDecimal bigDecimal2 = this.d;
if (bigDecimal2 == null ? c2696ajV.d != null : !bigDecimal2.equals(c2696ajV.d)) {
return false;
}
BigDecimal bigDecimal3 = this.h;
if (bigDecimal3 == null ? c2696ajV.h != null : !bigDecimal3.equals(c2696ajV.h)) {
return false;
}
List<bTP> list = this.j;
if (list == null ? c2696ajV.j != null : !list.equals(c2696ajV.j)) {
return false;
}
String str2 = this.i;
if (str2 == null ? c2696ajV.i != null : !str2.equals(c2696ajV.i)) {
return false;
}
String str3 = this.g;
if (str3 == null ? c2696ajV.g != null : !str3.equals(c2696ajV.g)) {
return false;
}
String str4 = this.n;
if (str4 == null ? c2696ajV.n != null : !str4.equals(c2696ajV.n)) {
return false;
}
String str5 = this.a;
if (str5 == null ? c2696ajV.a != null : !str5.equals(c2696ajV.a)) {
return false;
}
String str6 = this.c;
if (str6 == null ? c2696ajV.c != null : !str6.equals(c2696ajV.c)) {
return false;
}
String str7 = this.k;
if (str7 == null ? c2696ajV.k != null : !str7.equals(c2696ajV.k)) {
return false;
}
String str8 = this.f8520o;
if (str8 == null ? c2696ajV.f8520o != null : !str8.equals(c2696ajV.f8520o)) {
return false;
}
String str9 = this.e;
String str10 = c2696ajV.e;
return str9 != null ? str9.equals(str10) : str10 == null;
}
public int hashCode() {
int i = this.m;
String str = this.b;
int hashCode = str != null ? str.hashCode() : 0;
BigDecimal bigDecimal = this.l;
int hashCode2 = bigDecimal != null ? bigDecimal.hashCode() : 0;
BigDecimal bigDecimal2 = this.d;
int hashCode3 = bigDecimal2 != null ? bigDecimal2.hashCode() : 0;
BigDecimal bigDecimal3 = this.h;
int hashCode4 = bigDecimal3 != null ? bigDecimal3.hashCode() : 0;
int i2 = this.f;
List<bTP> list = this.j;
int hashCode5 = list != null ? list.hashCode() : 0;
String str2 = this.i;
int hashCode6 = str2 != null ? str2.hashCode() : 0;
String str3 = this.g;
int hashCode7 = str3 != null ? str3.hashCode() : 0;
String str4 = this.n;
int hashCode8 = str4 != null ? str4.hashCode() : 0;
String str5 = this.a;
int hashCode9 = str5 != null ? str5.hashCode() : 0;
String str6 = this.c;
int hashCode10 = str6 != null ? str6.hashCode() : 0;
String str7 = this.k;
int hashCode11 = str7 != null ? str7.hashCode() : 0;
String str8 = this.e;
int hashCode12 = str8 != null ? str8.hashCode() : 0;
String str9 = this.f8520o;
return (((((((((((((((((((((((((((i * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i2) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str9 != null ? str9.hashCode() : 0);
}
}