package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.xKC, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17497xKC { @SerializedName("accountList") public final List a; @SerializedName("marketValue") public final String b; @SerializedName("singleAppFlag") public final String c; @SerializedName("asOfDate") public final String d; @SerializedName("pieChart") public final List e; @SerializedName("unrealizedPercent") public final String f; @SerializedName("tradeNow") public final IcE h; @SerializedName("unrealizedAmt") public final String j; public final String toString() { String str = this.j; String str2 = this.f; String str3 = this.b; String str4 = this.d; List list = this.a; List list2 = this.e; IcE icE = this.h; String str5 = this.c; StringBuilder sb = new StringBuilder("SecuritiesSummaryEntity(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(icE); sb.append(", singleAppFlag="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.j; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.f; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.d; int hashCode4 = str4 == null ? 0 : str4.hashCode(); List list = this.a; int hashCode5 = list == null ? 0 : list.hashCode(); List list2 = this.e; int hashCode6 = list2 == null ? 0 : list2.hashCode(); IcE icE = this.h; int hashCode7 = icE == null ? 0 : icE.hashCode(); String str5 = this.c; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str5 != null ? str5.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17497xKC)) { return false; } C17497xKC c17497xKC = (C17497xKC) obj; return C14957gcv.b((Object) this.j, (Object) c17497xKC.j) && C14957gcv.b((Object) this.f, (Object) c17497xKC.f) && C14957gcv.b((Object) this.b, (Object) c17497xKC.b) && C14957gcv.b((Object) this.d, (Object) c17497xKC.d) && C14957gcv.b(this.a, c17497xKC.a) && C14957gcv.b(this.e, c17497xKC.e) && C14957gcv.b(this.h, c17497xKC.h) && C14957gcv.b((Object) this.c, (Object) c17497xKC.c); } }