package o; import java.util.List; /* loaded from: classes3.dex */ public final class aKU { public final String a; public final boolean b; public final List c; public final List d; public final String e; public final shl g; public final String h; public final String j; public aKU(String str, String str2, String str3, String str4, List list, List list2, shl shlVar, boolean z) { this.h = str; this.j = str2; this.e = str3; this.a = str4; this.d = list; this.c = list2; this.g = shlVar; this.b = z; } public final String toString() { String str = this.h; String str2 = this.j; String str3 = this.e; String str4 = this.a; List list = this.d; List list2 = this.c; shl shlVar = this.g; boolean z = this.b; StringBuilder sb = new StringBuilder("SecuritiesSummary(unrealizedAmt="); sb.append(str); sb.append(", unrealizedPercent="); sb.append(str2); sb.append(", marketValue="); sb.append(str3); sb.append(", asOfDate="); sb.append(str4); sb.append(", accountList="); sb.append(list); sb.append(", pieChart="); sb.append(list2); sb.append(", tradeNow="); sb.append(shlVar); sb.append(", singleAppFlag="); sb.append(z); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { String str = this.h; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.j; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.e; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.a; int hashCode4 = str4 == null ? 0 : str4.hashCode(); List list = this.d; int hashCode5 = list == null ? 0 : list.hashCode(); List list2 = this.c; int hashCode6 = list2 == null ? 0 : list2.hashCode(); shl shlVar = this.g; int hashCode7 = shlVar != null ? shlVar.hashCode() : 0; boolean z = this.b; int i = z; if (z != 0) { i = 1; } return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i; } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof aKU)) { return false; } aKU aku = (aKU) obj; return C14957gcv.b((Object) this.h, (Object) aku.h) && C14957gcv.b((Object) this.j, (Object) aku.j) && C14957gcv.b((Object) this.e, (Object) aku.e) && C14957gcv.b((Object) this.a, (Object) aku.a) && C14957gcv.b(this.d, aku.d) && C14957gcv.b(this.c, aku.c) && C14957gcv.b(this.g, aku.g) && this.b == aku.b; } }