package o; import java.util.List; import org.threeten.bp.OffsetDateTime; /* loaded from: classes3.dex */ public final class yrx { public final boolean a; public final String b; public final boolean c; public final C16355ngL d; public final List e; public final OffsetDateTime f; public final List g; public final HVQ h; public final IoH i; public final String j; public final String k; public final String l; public final String m; public final String n; /* renamed from: o, reason: collision with root package name */ public final String f9332o; public final OffsetDateTime p; public final String q; public final String r; public final String t; public yrx(boolean z, C16355ngL c16355ngL, String str, String str2, OffsetDateTime offsetDateTime, HVQ hvq, String str3, String str4, String str5, String str6, OffsetDateTime offsetDateTime2, List list, String str7, String str8, String str9, String str10, List list2, boolean z2, IoH ioH) { C14957gcv.e(str2, ""); C14957gcv.e(offsetDateTime, ""); C14957gcv.e(hvq, ""); C14957gcv.e(str3, ""); C14957gcv.e(str7, ""); C14957gcv.e(ioH, ""); this.c = z; this.d = c16355ngL; this.q = str; this.k = str2; this.p = offsetDateTime; this.h = hvq; this.f9332o = str3; this.j = str4; this.n = str5; this.m = str6; this.f = offsetDateTime2; this.e = list; this.b = str7; this.l = str8; this.t = str9; this.r = str10; this.g = list2; this.a = z2; this.i = ioH; } public final String toString() { boolean z = this.c; C16355ngL c16355ngL = this.d; String str = this.q; String str2 = this.k; OffsetDateTime offsetDateTime = this.p; HVQ hvq = this.h; String str3 = this.f9332o; String str4 = this.j; String str5 = this.n; String str6 = this.m; OffsetDateTime offsetDateTime2 = this.f; List list = this.e; String str7 = this.b; String str8 = this.l; String str9 = this.t; String str10 = this.r; List list2 = this.g; boolean z2 = this.a; IoH ioH = this.i; StringBuilder sb = new StringBuilder("PurchaseVerifyFund(isNextDayTransaction="); sb.append(z); sb.append(", emptyStatus="); sb.append(c16355ngL); sb.append(", transactionToken="); sb.append(str); sb.append(", riskType="); sb.append(str2); sb.append(", transactionDate="); sb.append(offsetDateTime); sb.append(", paymentDetails="); sb.append(hvq); sb.append(", statementOfHolding="); sb.append(str3); sb.append(", ltfConditionFlag="); sb.append(str4); sb.append(", taxDisclaimerMessageDescription="); sb.append(str5); sb.append(", taxDisclaimerMessageCode="); sb.append(str6); sb.append(", nextBusinessDay="); sb.append(offsetDateTime2); 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(", notificationList="); sb.append(list2); sb.append(", isDisplayStmtOfHolding="); sb.append(z2); sb.append(", omnibusDisclaimer="); sb.append(ioH); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ /* JADX WARN: Type inference failed for: r1v1, types: [int] */ /* JADX WARN: Type inference failed for: r1v38 */ /* JADX WARN: Type inference failed for: r1v39 */ public final int hashCode() { boolean z = this.c; ?? r1 = z; if (z) { r1 = 1; } C16355ngL c16355ngL = this.d; int hashCode = c16355ngL == null ? 0 : c16355ngL.hashCode(); String str = this.q; int hashCode2 = str == null ? 0 : str.hashCode(); int hashCode3 = this.k.hashCode(); int hashCode4 = this.p.hashCode(); int hashCode5 = this.h.hashCode(); int hashCode6 = this.f9332o.hashCode(); String str2 = this.j; int hashCode7 = str2 == null ? 0 : str2.hashCode(); String str3 = this.n; int hashCode8 = str3 == null ? 0 : str3.hashCode(); String str4 = this.m; int hashCode9 = str4 == null ? 0 : str4.hashCode(); OffsetDateTime offsetDateTime = this.f; int hashCode10 = offsetDateTime == null ? 0 : offsetDateTime.hashCode(); List list = this.e; int hashCode11 = list == null ? 0 : list.hashCode(); int hashCode12 = this.b.hashCode(); String str5 = this.l; int hashCode13 = str5 == null ? 0 : str5.hashCode(); String str6 = this.t; int hashCode14 = str6 == null ? 0 : str6.hashCode(); String str7 = this.r; int hashCode15 = str7 == null ? 0 : str7.hashCode(); List list2 = this.g; int hashCode16 = list2 != null ? list2.hashCode() : 0; boolean z2 = this.a; return (((((((((((((((((((((((((((((((((((r1 * 31) + 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) + hashCode16) * 31) + (!z2 ? z2 ? 1 : 0 : 1)) * 31) + this.i.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof yrx)) { return false; } yrx yrxVar = (yrx) obj; return this.c == yrxVar.c && C14957gcv.b(this.d, yrxVar.d) && C14957gcv.b((Object) this.q, (Object) yrxVar.q) && C14957gcv.b((Object) this.k, (Object) yrxVar.k) && C14957gcv.b(this.p, yrxVar.p) && C14957gcv.b(this.h, yrxVar.h) && C14957gcv.b((Object) this.f9332o, (Object) yrxVar.f9332o) && C14957gcv.b((Object) this.j, (Object) yrxVar.j) && C14957gcv.b((Object) this.n, (Object) yrxVar.n) && C14957gcv.b((Object) this.m, (Object) yrxVar.m) && C14957gcv.b(this.f, yrxVar.f) && C14957gcv.b(this.e, yrxVar.e) && C14957gcv.b((Object) this.b, (Object) yrxVar.b) && C14957gcv.b((Object) this.l, (Object) yrxVar.l) && C14957gcv.b((Object) this.t, (Object) yrxVar.t) && C14957gcv.b((Object) this.r, (Object) yrxVar.r) && C14957gcv.b(this.g, yrxVar.g) && this.a == yrxVar.a && C14957gcv.b(this.i, yrxVar.i); } }