package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes.dex */ public final class PY implements Parcelable { public static final Parcelable.Creator CREATOR = new HBt(); public String a; public String b; public String c; public String d; public String e; public boolean f; public boolean g; public String h; public String i; public String j; public boolean k; public YS l; public boolean m; public boolean n; /* renamed from: o, reason: collision with root package name */ public boolean f8315o; int r; @Override // android.os.Parcelable public final int describeContents() { return 0; } public PY(int i, String str, String str2, String str3, String str4, boolean z, boolean z2, boolean z3, boolean z4, boolean z5, String str5, String str6, String str7, String str8, boolean z6, YS ys) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); this.r = i; this.e = str; this.a = str2; this.d = str3; this.i = str4; this.f8315o = z; this.f = z2; this.k = z3; this.m = z4; this.n = z5; this.h = str5; this.j = str6; this.b = str7; this.c = str8; this.g = z6; this.l = ys; } /* loaded from: classes.dex */ public static final class HBt implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ PY createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new PY(parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readInt() == 0 ? null : YS.valueOf(parcel.readString())); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ PY[] newArray(int i) { return new PY[i]; } } public /* synthetic */ PY() { } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeInt(this.r); parcel.writeString(this.e); parcel.writeString(this.a); parcel.writeString(this.d); parcel.writeString(this.i); parcel.writeInt(this.f8315o ? 1 : 0); parcel.writeInt(this.f ? 1 : 0); parcel.writeInt(this.k ? 1 : 0); parcel.writeInt(this.m ? 1 : 0); parcel.writeInt(this.n ? 1 : 0); parcel.writeString(this.h); parcel.writeString(this.j); parcel.writeString(this.b); parcel.writeString(this.c); parcel.writeInt(this.g ? 1 : 0); YS ys = this.l; if (ys == null) { parcel.writeInt(0); } else { parcel.writeInt(1); parcel.writeString(ys.name()); } } public final String toString() { int i = this.r; String str = this.e; String str2 = this.a; String str3 = this.d; String str4 = this.i; boolean z = this.f8315o; boolean z2 = this.f; boolean z3 = this.k; boolean z4 = this.m; boolean z5 = this.n; String str5 = this.h; String str6 = this.j; String str7 = this.b; String str8 = this.c; boolean z6 = this.g; YS ys = this.l; StringBuilder sb = new StringBuilder("PurchaseSearchFundDisplay(sortSequence="); sb.append(i); sb.append(", fundCode="); sb.append(str); sb.append(", fullFundCode="); sb.append(str2); sb.append(", fundDescription="); sb.append(str3); sb.append(", fundType="); sb.append(str4); sb.append(", isPurchased="); sb.append(z); sb.append(", isIPO="); sb.append(z2); sb.append(", isSSF="); sb.append(z3); sb.append(", isOthers="); sb.append(z4); sb.append(", isTesg="); sb.append(z5); sb.append(", isCreditCardAllowed="); sb.append(str5); sb.append(", isDepositAccountAllowed="); sb.append(str6); sb.append(", fee="); sb.append(str7); sb.append(", fundClass="); sb.append(str8); sb.append(", isOmnibusFund="); sb.append(z6); sb.append(", omnibusType="); sb.append(ys); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = Integer.hashCode(this.r); int hashCode2 = this.e.hashCode(); int hashCode3 = this.a.hashCode(); int hashCode4 = this.d.hashCode(); int hashCode5 = this.i.hashCode(); boolean z = this.f8315o; int i = z; if (z != 0) { i = 1; } boolean z2 = this.f; int i2 = z2; if (z2 != 0) { i2 = 1; } boolean z3 = this.k; int i3 = z3; if (z3 != 0) { i3 = 1; } boolean z4 = this.m; int i4 = z4; if (z4 != 0) { i4 = 1; } boolean z5 = this.n; int i5 = z5; if (z5 != 0) { i5 = 1; } int hashCode6 = this.h.hashCode(); int hashCode7 = this.j.hashCode(); int hashCode8 = this.b.hashCode(); int hashCode9 = this.c.hashCode(); boolean z6 = this.g; int i6 = !z6 ? z6 ? 1 : 0 : 1; YS ys = this.l; return (((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i) * 31) + i2) * 31) + i3) * 31) + i4) * 31) + i5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + i6) * 31) + (ys == null ? 0 : ys.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof PY)) { return false; } PY py = (PY) obj; return this.r == py.r && C14957gcv.b((Object) this.e, (Object) py.e) && C14957gcv.b((Object) this.a, (Object) py.a) && C14957gcv.b((Object) this.d, (Object) py.d) && C14957gcv.b((Object) this.i, (Object) py.i) && this.f8315o == py.f8315o && this.f == py.f && this.k == py.k && this.m == py.m && this.n == py.n && C14957gcv.b((Object) this.h, (Object) py.h) && C14957gcv.b((Object) this.j, (Object) py.j) && C14957gcv.b((Object) this.b, (Object) py.b) && C14957gcv.b((Object) this.c, (Object) py.c) && this.g == py.g && this.l == py.l; } }