package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes3.dex */ public final class PD implements Parcelable { public static final Parcelable.Creator CREATOR = new IeS(); public final String a; public final String b; public final String c; public final String d; public final String e; public final String g; public final Double i; private final int j; @Override // android.os.Parcelable public final int describeContents() { return 0; } public PD(int i, String str, String str2, String str3, String str4, String str5, String str6, Double d) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); this.j = i; this.b = str; this.g = str2; this.a = str3; this.d = str4; this.c = str5; this.e = str6; this.i = d; } /* loaded from: classes3.dex */ public static final class IeS implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ PD createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new PD(parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() == 0 ? null : Double.valueOf(parcel.readDouble())); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ PD[] newArray(int i) { return new PD[i]; } } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeInt(this.j); parcel.writeString(this.b); parcel.writeString(this.g); parcel.writeString(this.a); parcel.writeString(this.d); parcel.writeString(this.c); parcel.writeString(this.e); Double d = this.i; if (d == null) { parcel.writeInt(0); } else { parcel.writeInt(1); parcel.writeDouble(d.doubleValue()); } } public final String toString() { int i = this.j; String str = this.b; String str2 = this.g; String str3 = this.a; String str4 = this.d; String str5 = this.c; String str6 = this.e; Double d = this.i; StringBuilder sb = new StringBuilder("SwitchInSearchFundDisplay(sortSequence="); sb.append(i); sb.append(", fundCode="); sb.append(str); sb.append(", switchInFullFundCode="); sb.append(str2); sb.append(", fundDescription="); sb.append(str3); sb.append(", fundType="); sb.append(str4); sb.append(", frontEndFee="); sb.append(str5); sb.append(", fundClass="); sb.append(str6); sb.append(", yield="); sb.append(d); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Integer.hashCode(this.j); int hashCode2 = this.b.hashCode(); int hashCode3 = this.g.hashCode(); int hashCode4 = this.a.hashCode(); int hashCode5 = this.d.hashCode(); int hashCode6 = this.c.hashCode(); int hashCode7 = this.e.hashCode(); Double d = this.i; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (d == null ? 0 : d.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof PD)) { return false; } PD pd = (PD) obj; return this.j == pd.j && C14957gcv.b((Object) this.b, (Object) pd.b) && C14957gcv.b((Object) this.g, (Object) pd.g) && C14957gcv.b((Object) this.a, (Object) pd.a) && C14957gcv.b((Object) this.d, (Object) pd.d) && C14957gcv.b((Object) this.c, (Object) pd.c) && C14957gcv.b((Object) this.e, (Object) pd.e) && C14957gcv.b(this.i, pd.i); } }