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

174 lines
6.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
import java.util.List;
/* loaded from: classes3.dex */
public final class tMN {
@SerializedName("accountNo")
public final String a;
@SerializedName("acctOc")
public final String b;
@SerializedName("accountStatus")
public final C15104ghK c;
@SerializedName("allow")
public final List<String> d;
@SerializedName("accountName")
public final String e;
@SerializedName("currency")
public final String f;
@SerializedName("branchName")
public final String g;
@SerializedName("availableBalance")
public final Double h;
@SerializedName("branchRegion")
public final String i;
@SerializedName("branchId")
public final String j;
@SerializedName("nickname")
public final String k;
@SerializedName("productCode")
public final C15104ghK l;
@SerializedName("productType")
public final C15104ghK m;
@SerializedName("productSubType")
public final C15104ghK n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("productIconUrl")
public final String f9275o;
@SerializedName("sortSequence")
public final Integer p;
@SerializedName("txnList")
public final List<C7516cpm> q;
@SerializedName(CommonConstant.KEY_STATUS)
public final C15104ghK r;
public final String toString() {
Integer num = this.p;
C15104ghK c15104ghK = this.r;
String str = this.a;
C15104ghK c15104ghK2 = this.m;
C15104ghK c15104ghK3 = this.n;
C15104ghK c15104ghK4 = this.l;
String str2 = this.f;
String str3 = this.j;
String str4 = this.g;
String str5 = this.b;
String str6 = this.i;
Double d = this.h;
C15104ghK c15104ghK5 = this.c;
String str7 = this.e;
String str8 = this.f9275o;
List<String> list = this.d;
List<C7516cpm> list2 = this.q;
String str9 = this.k;
StringBuilder sb = new StringBuilder("DepositAccountEntity(sortSequence=");
sb.append(num);
sb.append(", status=");
sb.append(c15104ghK);
sb.append(", accountNo=");
sb.append(str);
sb.append(", productType=");
sb.append(c15104ghK2);
sb.append(", productSubType=");
sb.append(c15104ghK3);
sb.append(", productCode=");
sb.append(c15104ghK4);
sb.append(", currency=");
sb.append(str2);
sb.append(", branchId=");
sb.append(str3);
sb.append(", branchName=");
sb.append(str4);
sb.append(", acctOc=");
sb.append(str5);
sb.append(", branchRegion=");
sb.append(str6);
sb.append(", availableBalance=");
sb.append(d);
sb.append(", accountStatus=");
sb.append(c15104ghK5);
sb.append(", accountName=");
sb.append(str7);
sb.append(", productIconUrl=");
sb.append(str8);
sb.append(", allow=");
sb.append(list);
sb.append(", txnList=");
sb.append(list2);
sb.append(", nickname=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.p;
int hashCode = num == null ? 0 : num.hashCode();
C15104ghK c15104ghK = this.r;
int hashCode2 = c15104ghK == null ? 0 : c15104ghK.hashCode();
String str = this.a;
int hashCode3 = str == null ? 0 : str.hashCode();
C15104ghK c15104ghK2 = this.m;
int hashCode4 = c15104ghK2 == null ? 0 : c15104ghK2.hashCode();
C15104ghK c15104ghK3 = this.n;
int hashCode5 = c15104ghK3 == null ? 0 : c15104ghK3.hashCode();
C15104ghK c15104ghK4 = this.l;
int hashCode6 = c15104ghK4 == null ? 0 : c15104ghK4.hashCode();
String str2 = this.f;
int hashCode7 = str2 == null ? 0 : str2.hashCode();
String str3 = this.j;
int hashCode8 = str3 == null ? 0 : str3.hashCode();
String str4 = this.g;
int hashCode9 = str4 == null ? 0 : str4.hashCode();
String str5 = this.b;
int hashCode10 = str5 == null ? 0 : str5.hashCode();
String str6 = this.i;
int hashCode11 = str6 == null ? 0 : str6.hashCode();
Double d = this.h;
int hashCode12 = d == null ? 0 : d.hashCode();
C15104ghK c15104ghK5 = this.c;
int hashCode13 = c15104ghK5 == null ? 0 : c15104ghK5.hashCode();
String str7 = this.e;
int hashCode14 = str7 == null ? 0 : str7.hashCode();
String str8 = this.f9275o;
int hashCode15 = str8 == null ? 0 : str8.hashCode();
List<String> list = this.d;
int hashCode16 = list == null ? 0 : list.hashCode();
List<C7516cpm> list2 = this.q;
int hashCode17 = list2 == null ? 0 : list2.hashCode();
String str9 = this.k;
return (((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + (str9 != null ? str9.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof tMN)) {
return false;
}
tMN tmn = (tMN) obj;
return C14957gcv.b(this.p, tmn.p) && C14957gcv.b(this.r, tmn.r) && C14957gcv.b((Object) this.a, (Object) tmn.a) && C14957gcv.b(this.m, tmn.m) && C14957gcv.b(this.n, tmn.n) && C14957gcv.b(this.l, tmn.l) && C14957gcv.b((Object) this.f, (Object) tmn.f) && C14957gcv.b((Object) this.j, (Object) tmn.j) && C14957gcv.b((Object) this.g, (Object) tmn.g) && C14957gcv.b((Object) this.b, (Object) tmn.b) && C14957gcv.b((Object) this.i, (Object) tmn.i) && C14957gcv.b(this.h, tmn.h) && C14957gcv.b(this.c, tmn.c) && C14957gcv.b((Object) this.e, (Object) tmn.e) && C14957gcv.b((Object) this.f9275o, (Object) tmn.f9275o) && C14957gcv.b(this.d, tmn.d) && C14957gcv.b(this.q, tmn.q) && C14957gcv.b((Object) this.k, (Object) tmn.k);
}
}