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

120 lines
4.7 KiB
Java

package o;
/* renamed from: o.gXD, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C14842gXD {
public final EnumC3141ars a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String g;
public final String h;
public final String i;
public final String j;
private final String l;
public final String m;
public final String n;
public C14842gXD(EnumC3141ars enumC3141ars, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12) {
this.a = enumC3141ars;
this.e = str;
this.b = str2;
this.m = str3;
this.n = str4;
this.g = str5;
this.i = str6;
this.d = str7;
this.j = str8;
this.f = str9;
this.h = str10;
this.l = str11;
this.c = str12;
}
public final String toString() {
EnumC3141ars enumC3141ars = this.a;
String str = this.e;
String str2 = this.b;
String str3 = this.m;
String str4 = this.n;
String str5 = this.g;
String str6 = this.i;
String str7 = this.d;
String str8 = this.j;
String str9 = this.f;
String str10 = this.h;
String str11 = this.l;
String str12 = this.c;
StringBuilder sb = new StringBuilder("SecuritiesAccount(assetType=");
sb.append(enumC3141ars);
sb.append(", accountNumber=");
sb.append(str);
sb.append(", accountType=");
sb.append(str2);
sb.append(", unrealizedAmt=");
sb.append(str3);
sb.append(", unrealizedPercent=");
sb.append(str4);
sb.append(", marketValue=");
sb.append(str5);
sb.append(", quantity=");
sb.append(str6);
sb.append(", cash=");
sb.append(str7);
sb.append(", label=");
sb.append(str8);
sb.append(", unit=");
sb.append(str9);
sb.append(", disclaimer=");
sb.append(str10);
sb.append(", sortSequence=");
sb.append(str11);
sb.append(", color=");
sb.append(str12);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
EnumC3141ars enumC3141ars = this.a;
int hashCode = enumC3141ars == null ? 0 : enumC3141ars.hashCode();
String str = this.e;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.b;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.m;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.n;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.i;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
String str7 = this.d;
int hashCode8 = str7 == null ? 0 : str7.hashCode();
String str8 = this.j;
int hashCode9 = str8 == null ? 0 : str8.hashCode();
String str9 = this.f;
int hashCode10 = str9 == null ? 0 : str9.hashCode();
String str10 = this.h;
int hashCode11 = str10 == null ? 0 : str10.hashCode();
String str11 = this.l;
int hashCode12 = str11 == null ? 0 : str11.hashCode();
String str12 = this.c;
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) + (str12 != null ? str12.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C14842gXD)) {
return false;
}
C14842gXD c14842gXD = (C14842gXD) obj;
return this.a == c14842gXD.a && C14957gcv.b((Object) this.e, (Object) c14842gXD.e) && C14957gcv.b((Object) this.b, (Object) c14842gXD.b) && C14957gcv.b((Object) this.m, (Object) c14842gXD.m) && C14957gcv.b((Object) this.n, (Object) c14842gXD.n) && C14957gcv.b((Object) this.g, (Object) c14842gXD.g) && C14957gcv.b((Object) this.i, (Object) c14842gXD.i) && C14957gcv.b((Object) this.d, (Object) c14842gXD.d) && C14957gcv.b((Object) this.j, (Object) c14842gXD.j) && C14957gcv.b((Object) this.f, (Object) c14842gXD.f) && C14957gcv.b((Object) this.h, (Object) c14842gXD.h) && C14957gcv.b((Object) this.l, (Object) c14842gXD.l) && C14957gcv.b((Object) this.c, (Object) c14842gXD.c);
}
}