package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; /* loaded from: classes3.dex */ public final class JmR { @SerializedName("productId") public final String a; @SerializedName("accountNo") public final String b; @SerializedName("accountNoMask") public final String c; @SerializedName("loanType") public final FeA d; @SerializedName("productGroup") public final String e; @SerializedName("accountStatus") private final String f; @SerializedName("skipValidate") public final Boolean g; @SerializedName(CommonConstant.KEY_STATUS) public final FeA h; @SerializedName("sortSequence") public final int j; public final String toString() { int i = this.j; String str = this.b; Boolean bool = this.g; FeA feA = this.h; FeA feA2 = this.d; String str2 = this.f; String str3 = this.c; String str4 = this.e; String str5 = this.a; StringBuilder sb = new StringBuilder("UnregisteredLoanEntity(sortSequence="); sb.append(i); sb.append(", accountNo="); sb.append(str); sb.append(", skipValidate="); sb.append(bool); sb.append(", status="); sb.append(feA); sb.append(", loanType="); sb.append(feA2); sb.append(", accountStatus="); sb.append(str2); sb.append(", accountNoMask="); sb.append(str3); sb.append(", productGroup="); sb.append(str4); sb.append(", productId="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Integer.hashCode(this.j); int hashCode2 = this.b.hashCode(); Boolean bool = this.g; int hashCode3 = bool == null ? 0 : bool.hashCode(); FeA feA = this.h; int hashCode4 = feA == null ? 0 : feA.hashCode(); int hashCode5 = this.d.hashCode(); int hashCode6 = this.f.hashCode(); String str = this.c; int hashCode7 = str == null ? 0 : str.hashCode(); String str2 = this.e; int hashCode8 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof JmR)) { return false; } JmR jmR = (JmR) obj; return this.j == jmR.j && C14957gcv.b((Object) this.b, (Object) jmR.b) && C14957gcv.b(this.g, jmR.g) && C14957gcv.b(this.h, jmR.h) && C14957gcv.b(this.d, jmR.d) && C14957gcv.b((Object) this.f, (Object) jmR.f) && C14957gcv.b((Object) this.c, (Object) jmR.c) && C14957gcv.b((Object) this.e, (Object) jmR.e) && C14957gcv.b((Object) this.a, (Object) jmR.a); } }