package o; /* renamed from: o.Qm, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0873Qm { public final String a; public final String b; public final int 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 boolean j; public final String k; public final String l; public final String m; public final int n; /* renamed from: o, reason: collision with root package name */ public final String f8331o; public C0873Qm(String str, String str2, String str3, String str4, String str5, int i, int i2, String str6, String str7, String str8, String str9, String str10, String str11, String str12, boolean z) { C14957gcv.e(str6, ""); this.e = str; this.b = str2; this.d = str3; this.f8331o = str4; this.m = str5; this.n = i; this.c = i2; this.k = str6; this.a = str7; this.h = str8; this.i = str9; this.g = str10; this.l = str11; this.f = str12; this.j = z; } public final String toString() { String str = this.e; String str2 = this.b; String str3 = this.d; String str4 = this.f8331o; String str5 = this.m; int i = this.n; int i2 = this.c; String str6 = this.k; String str7 = this.a; String str8 = this.h; String str9 = this.i; String str10 = this.g; String str11 = this.l; String str12 = this.f; boolean z = this.j; StringBuilder sb = new StringBuilder("ScbsAccountDisplay(assetType="); sb.append(str); sb.append(", accountNumber="); sb.append(str2); sb.append(", accountType="); sb.append(str3); sb.append(", marketValue="); sb.append(str4); sb.append(", percentString="); sb.append(str5); sb.append(", percentColor="); sb.append(i); sb.append(", arrowImage="); sb.append(i2); sb.append(", quantityString="); sb.append(str6); sb.append(", cash="); sb.append(str7); sb.append(", label="); sb.append(str8); sb.append(", disclaimer="); sb.append(str9); sb.append(", color="); sb.append(str10); sb.append(", totalText="); sb.append(str11); sb.append(", cashText="); sb.append(str12); sb.append(", isNextArrowVisible="); sb.append(z); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { String str = this.e; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.b; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.f8331o; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.m; int hashCode5 = str5 == null ? 0 : str5.hashCode(); int hashCode6 = Integer.hashCode(this.n); int hashCode7 = Integer.hashCode(this.c); int hashCode8 = this.k.hashCode(); String str6 = this.a; int hashCode9 = str6 == null ? 0 : str6.hashCode(); String str7 = this.h; int hashCode10 = str7 == null ? 0 : str7.hashCode(); String str8 = this.i; int hashCode11 = str8 == null ? 0 : str8.hashCode(); String str9 = this.g; int hashCode12 = str9 == null ? 0 : str9.hashCode(); String str10 = this.l; int hashCode13 = str10 == null ? 0 : str10.hashCode(); String str11 = this.f; int hashCode14 = str11 != null ? str11.hashCode() : 0; boolean z = this.j; int i = z; if (z != 0) { i = 1; } 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) + i; } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0873Qm)) { return false; } C0873Qm c0873Qm = (C0873Qm) obj; return C14957gcv.b((Object) this.e, (Object) c0873Qm.e) && C14957gcv.b((Object) this.b, (Object) c0873Qm.b) && C14957gcv.b((Object) this.d, (Object) c0873Qm.d) && C14957gcv.b((Object) this.f8331o, (Object) c0873Qm.f8331o) && C14957gcv.b((Object) this.m, (Object) c0873Qm.m) && this.n == c0873Qm.n && this.c == c0873Qm.c && C14957gcv.b((Object) this.k, (Object) c0873Qm.k) && C14957gcv.b((Object) this.a, (Object) c0873Qm.a) && C14957gcv.b((Object) this.h, (Object) c0873Qm.h) && C14957gcv.b((Object) this.i, (Object) c0873Qm.i) && C14957gcv.b((Object) this.g, (Object) c0873Qm.g) && C14957gcv.b((Object) this.l, (Object) c0873Qm.l) && C14957gcv.b((Object) this.f, (Object) c0873Qm.f) && this.j == c0873Qm.j; } }