package o; import java.util.List; /* loaded from: classes3.dex */ public final class SeR { public final String a; public final String b; public final boolean c; public final List d; public final String e; public final String f; public final boolean h; public final List j; public SeR(String str, boolean z, String str2, boolean z2, String str3, String str4, List list, List list2) { this.b = str; this.h = z; this.f = str2; this.c = z2; this.e = str3; this.a = str4; this.d = list; this.j = list2; } public final String toString() { String str = this.b; boolean z = this.h; String str2 = this.f; boolean z2 = this.c; String str3 = this.e; String str4 = this.a; List list = this.d; List list2 = this.j; StringBuilder sb = new StringBuilder("SecuritiesAccountDetails(asOfDate="); sb.append(str); sb.append(", hasLiquidation="); sb.append(z); sb.append(", liquidationValue="); sb.append(str2); sb.append(", hasCashBalance="); sb.append(z2); sb.append(", cashBalance="); sb.append(str3); sb.append(", currency="); sb.append(str4); sb.append(", cashOffshore="); sb.append(list); sb.append(", products="); sb.append(list2); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); boolean z = this.h; int i = z; if (z != 0) { i = 1; } String str2 = this.f; int hashCode2 = str2 == null ? 0 : str2.hashCode(); boolean z2 = this.c; int i2 = z2 ? 1 : z2 ? 1 : 0; 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.j; return (((((((((((((hashCode * 31) + i) * 31) + hashCode2) * 31) + i2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (list2 != null ? list2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof SeR)) { return false; } SeR seR = (SeR) obj; return C14957gcv.b((Object) this.b, (Object) seR.b) && this.h == seR.h && C14957gcv.b((Object) this.f, (Object) seR.f) && this.c == seR.c && C14957gcv.b((Object) this.e, (Object) seR.e) && C14957gcv.b((Object) this.a, (Object) seR.a) && C14957gcv.b(this.d, seR.d) && C14957gcv.b(this.j, seR.j); } }