package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class QII { @SerializedName("fundType") public final String a; @SerializedName("fund") public final yzb b; @SerializedName("fullFundCode") public final String c; @SerializedName("fee") public final Double d; @SerializedName("fundClass") public final String e; @SerializedName("isOthers") public final String f; @SerializedName("isOmnibusFund") public final Boolean g; @SerializedName("isIPO") public final String h; @SerializedName("isDepositAccountAllowed") public final String i; @SerializedName("isCreditCardAllowed") public final String j; @SerializedName("isSSF") public final String k; @SerializedName("isPurchased") public final String l; @SerializedName("sortSequence") public final Integer m; @SerializedName("omnibusType") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("isTesg") public final String f8322o; private QII(Double d) { this.m = null; this.b = null; this.c = null; this.a = null; this.l = null; this.f = null; this.h = null; this.k = null; this.f8322o = null; this.j = null; this.i = null; this.d = d; this.e = null; this.g = null; this.n = null; } private /* synthetic */ QII(byte b) { this(Double.valueOf(0.0d)); } public final String toString() { Integer num = this.m; yzb yzbVar = this.b; String str = this.c; String str2 = this.a; String str3 = this.l; String str4 = this.f; String str5 = this.h; String str6 = this.k; String str7 = this.f8322o; String str8 = this.j; String str9 = this.i; Double d = this.d; String str10 = this.e; Boolean bool = this.g; String str11 = this.n; StringBuilder sb = new StringBuilder("PurchaseSearchFundEntity(sortSequence="); sb.append(num); sb.append(", fund="); sb.append(yzbVar); sb.append(", fullFundCode="); sb.append(str); sb.append(", fundType="); sb.append(str2); sb.append(", isPurchased="); sb.append(str3); sb.append(", isOthers="); sb.append(str4); sb.append(", isIPO="); sb.append(str5); sb.append(", isSSF="); sb.append(str6); sb.append(", isTesg="); sb.append(str7); sb.append(", isCreditCardAllowed="); sb.append(str8); sb.append(", isDepositAccountAllowed="); sb.append(str9); sb.append(", fee="); sb.append(d); sb.append(", fundClass="); sb.append(str10); sb.append(", isOmnibusFund="); sb.append(bool); sb.append(", omnibusType="); sb.append(str11); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.m; int hashCode = num == null ? 0 : num.hashCode(); yzb yzbVar = this.b; int hashCode2 = yzbVar == null ? 0 : yzbVar.hashCode(); String str = this.c; int hashCode3 = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode4 = str2 == null ? 0 : str2.hashCode(); String str3 = this.l; int hashCode5 = str3 == null ? 0 : str3.hashCode(); String str4 = this.f; int hashCode6 = str4 == null ? 0 : str4.hashCode(); String str5 = this.h; int hashCode7 = str5 == null ? 0 : str5.hashCode(); String str6 = this.k; int hashCode8 = str6 == null ? 0 : str6.hashCode(); String str7 = this.f8322o; int hashCode9 = str7 == null ? 0 : str7.hashCode(); String str8 = this.j; int hashCode10 = str8 == null ? 0 : str8.hashCode(); String str9 = this.i; int hashCode11 = str9 == null ? 0 : str9.hashCode(); Double d = this.d; int hashCode12 = d == null ? 0 : d.hashCode(); String str10 = this.e; int hashCode13 = str10 == null ? 0 : str10.hashCode(); Boolean bool = this.g; int hashCode14 = bool == null ? 0 : bool.hashCode(); String str11 = this.n; 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) + (str11 != null ? str11.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof QII)) { return false; } QII qii = (QII) obj; return C14957gcv.b(this.m, qii.m) && C14957gcv.b(this.b, qii.b) && C14957gcv.b((Object) this.c, (Object) qii.c) && C14957gcv.b((Object) this.a, (Object) qii.a) && C14957gcv.b((Object) this.l, (Object) qii.l) && C14957gcv.b((Object) this.f, (Object) qii.f) && C14957gcv.b((Object) this.h, (Object) qii.h) && C14957gcv.b((Object) this.k, (Object) qii.k) && C14957gcv.b((Object) this.f8322o, (Object) qii.f8322o) && C14957gcv.b((Object) this.j, (Object) qii.j) && C14957gcv.b((Object) this.i, (Object) qii.i) && C14957gcv.b(this.d, qii.d) && C14957gcv.b((Object) this.e, (Object) qii.e) && C14957gcv.b(this.g, qii.g) && C14957gcv.b((Object) this.n, (Object) qii.n); } public QII() { this((byte) 0); } }