package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.qUs, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16702qUs extends C16562pOe { @SerializedName("nextBusinessDay") public final String a; @SerializedName("isDisplayStmtOfHolding") public final Boolean b; @SerializedName("ltfConditionFlag") public final String c; @SerializedName("factSheetUrl") public final String d; @SerializedName("complexFundDisclaimer") public final List e; @SerializedName("omDisclaimer") public final KwX f; @SerializedName("notificationInfoList") public final List g; @SerializedName("riskType") public final String h; @SerializedName("paymentDetails") public final JZC i; @SerializedName("riskFormUrl") public final String j; @SerializedName("transactionToken") public final String k; @SerializedName("taxDisclaimerMessage") public final yzb l; @SerializedName("transactionDate") public final String m; @SerializedName("statementOfHolding") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("vulnerableDisclaimer") public final String f9248o; @SerializedName("vulnerableFlag") public final String s; public final String toString() { String str = this.k; String str2 = this.h; String str3 = this.m; JZC jzc = this.i; String str4 = this.n; String str5 = this.c; yzb yzbVar = this.l; String str6 = this.a; List list = this.e; String str7 = this.d; String str8 = this.j; String str9 = this.s; String str10 = this.f9248o; List list2 = this.g; Boolean bool = this.b; KwX kwX = this.f; StringBuilder sb = new StringBuilder("PurchaseVerifyFundEntity(transactionToken="); sb.append(str); sb.append(", riskType="); sb.append(str2); sb.append(", transactionDate="); sb.append(str3); sb.append(", paymentDetails="); sb.append(jzc); sb.append(", statementOfHolding="); sb.append(str4); sb.append(", ltfConditionFlag="); sb.append(str5); sb.append(", taxDisclaimerMessage="); sb.append(yzbVar); sb.append(", nextBusinessDay="); sb.append(str6); sb.append(", complexFundDisclaimer="); sb.append(list); sb.append(", factSheetUrl="); sb.append(str7); sb.append(", riskFormUrl="); sb.append(str8); sb.append(", vulnerableFlag="); sb.append(str9); sb.append(", vulnerableDisclaimer="); sb.append(str10); sb.append(", notificationInfoList="); sb.append(list2); sb.append(", isDisplayStmtOfHolding="); sb.append(bool); sb.append(", omnibusDisclaimer="); sb.append(kwX); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.k; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.h; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.m; int hashCode3 = str3 == null ? 0 : str3.hashCode(); JZC jzc = this.i; int hashCode4 = jzc == null ? 0 : jzc.hashCode(); String str4 = this.n; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.c; int hashCode6 = str5 == null ? 0 : str5.hashCode(); yzb yzbVar = this.l; int hashCode7 = yzbVar == null ? 0 : yzbVar.hashCode(); String str6 = this.a; int hashCode8 = str6 == null ? 0 : str6.hashCode(); List list = this.e; int hashCode9 = list == null ? 0 : list.hashCode(); String str7 = this.d; int hashCode10 = str7 == null ? 0 : str7.hashCode(); String str8 = this.j; int hashCode11 = str8 == null ? 0 : str8.hashCode(); String str9 = this.s; int hashCode12 = str9 == null ? 0 : str9.hashCode(); String str10 = this.f9248o; int hashCode13 = str10 == null ? 0 : str10.hashCode(); List list2 = this.g; int hashCode14 = list2 == null ? 0 : list2.hashCode(); Boolean bool = this.b; int hashCode15 = bool == null ? 0 : bool.hashCode(); KwX kwX = this.f; 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) + hashCode15) * 31) + (kwX != null ? kwX.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16702qUs)) { return false; } C16702qUs c16702qUs = (C16702qUs) obj; return C14957gcv.b((Object) this.k, (Object) c16702qUs.k) && C14957gcv.b((Object) this.h, (Object) c16702qUs.h) && C14957gcv.b((Object) this.m, (Object) c16702qUs.m) && C14957gcv.b(this.i, c16702qUs.i) && C14957gcv.b((Object) this.n, (Object) c16702qUs.n) && C14957gcv.b((Object) this.c, (Object) c16702qUs.c) && C14957gcv.b(this.l, c16702qUs.l) && C14957gcv.b((Object) this.a, (Object) c16702qUs.a) && C14957gcv.b(this.e, c16702qUs.e) && C14957gcv.b((Object) this.d, (Object) c16702qUs.d) && C14957gcv.b((Object) this.j, (Object) c16702qUs.j) && C14957gcv.b((Object) this.s, (Object) c16702qUs.s) && C14957gcv.b((Object) this.f9248o, (Object) c16702qUs.f9248o) && C14957gcv.b(this.g, c16702qUs.g) && C14957gcv.b(this.b, c16702qUs.b) && C14957gcv.b(this.f, c16702qUs.f); } }