package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.gka, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C15214gka extends C16562pOe { @SerializedName("asOfDate") public final String a; @SerializedName("unrealizedAmt") public final String b; @SerializedName("iconUrl") public final String c; @SerializedName("cardTitle") public final String d; @SerializedName("marketValue") public final String e; @SerializedName("unrealizedPercent") public final String i; public final String toString() { String str = this.d; String str2 = this.c; String str3 = this.b; String str4 = this.i; String str5 = this.e; String str6 = this.a; StringBuilder sb = new StringBuilder("SecuritiesEntity(cardTitle="); sb.append(str); sb.append(", iconUrl="); sb.append(str2); sb.append(", unrealizedAmt="); sb.append(str3); sb.append(", unrealizedPercent="); sb.append(str4); sb.append(", marketValue="); sb.append(str5); sb.append(", asOfDate="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.i; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.e; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.a; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str6 != null ? str6.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C15214gka)) { return false; } C15214gka c15214gka = (C15214gka) obj; return C14957gcv.b((Object) this.d, (Object) c15214gka.d) && C14957gcv.b((Object) this.c, (Object) c15214gka.c) && C14957gcv.b((Object) this.b, (Object) c15214gka.b) && C14957gcv.b((Object) this.i, (Object) c15214gka.i) && C14957gcv.b((Object) this.e, (Object) c15214gka.e) && C14957gcv.b((Object) this.a, (Object) c15214gka.a); } }