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

140 lines
4.9 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class nEM {
@SerializedName("assetType")
public final String a;
@SerializedName("color")
public final String b;
@SerializedName("cash")
public final String c;
@SerializedName("accountNumber")
public final String d;
@SerializedName("accountType")
public final String e;
@SerializedName("marketValue")
public final String f;
@SerializedName("label")
public final String g;
@SerializedName("sortSequence")
public final String h;
@SerializedName("disclaimer")
public final String i;
@SerializedName("quantity")
public final String j;
@SerializedName("unrealizedAmt")
public final String k;
@SerializedName("asOfDate")
private final String l;
@SerializedName("unit")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("unrealizedPercent")
public final String f9220o;
public final String toString() {
String str = this.a;
String str2 = this.d;
String str3 = this.e;
String str4 = this.k;
String str5 = this.f9220o;
String str6 = this.f;
String str7 = this.j;
String str8 = this.c;
String str9 = this.g;
String str10 = this.n;
String str11 = this.i;
String str12 = this.l;
String str13 = this.h;
String str14 = this.b;
StringBuilder sb = new StringBuilder("SecuritiesAccountEntity(assetType=");
sb.append(str);
sb.append(", accountNumber=");
sb.append(str2);
sb.append(", accountType=");
sb.append(str3);
sb.append(", unrealizedAmt=");
sb.append(str4);
sb.append(", unrealizedPercent=");
sb.append(str5);
sb.append(", marketValue=");
sb.append(str6);
sb.append(", quantity=");
sb.append(str7);
sb.append(", cash=");
sb.append(str8);
sb.append(", label=");
sb.append(str9);
sb.append(", unit=");
sb.append(str10);
sb.append(", disclaimer=");
sb.append(str11);
sb.append(", asOfDate=");
sb.append(str12);
sb.append(", sortSequence=");
sb.append(str13);
sb.append(", color=");
sb.append(str14);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.e;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.k;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f9220o;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.f;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.j;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.c;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.g;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.n;
int hashCode10 = str10 == null ? 0 : str10.hashCode();
String str11 = this.i;
int hashCode11 = str11 == null ? 0 : str11.hashCode();
String str12 = this.l;
int hashCode12 = str12 == null ? 0 : str12.hashCode();
String str13 = this.h;
int hashCode13 = str13 == null ? 0 : str13.hashCode();
String str14 = this.b;
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) + (str14 != null ? str14.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof nEM)) {
return false;
}
nEM nem = (nEM) obj;
return C14957gcv.b((Object) this.a, (Object) nem.a) && C14957gcv.b((Object) this.d, (Object) nem.d) && C14957gcv.b((Object) this.e, (Object) nem.e) && C14957gcv.b((Object) this.k, (Object) nem.k) && C14957gcv.b((Object) this.f9220o, (Object) nem.f9220o) && C14957gcv.b((Object) this.f, (Object) nem.f) && C14957gcv.b((Object) this.j, (Object) nem.j) && C14957gcv.b((Object) this.c, (Object) nem.c) && C14957gcv.b((Object) this.g, (Object) nem.g) && C14957gcv.b((Object) this.n, (Object) nem.n) && C14957gcv.b((Object) this.i, (Object) nem.i) && C14957gcv.b((Object) this.l, (Object) nem.l) && C14957gcv.b((Object) this.h, (Object) nem.h) && C14957gcv.b((Object) this.b, (Object) nem.b);
}
}