package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class rAh { @SerializedName("collateralAddress") public final String a; @SerializedName("dueAmount") public final Double b; @SerializedName("dueDate") public final String c; @SerializedName("carLicenseNo") public final String d; @SerializedName("carRepairType") public final String e; @SerializedName("effectiveDate") public final String f; @SerializedName("endDate") public final String g; @SerializedName("isDisplayPaymentSection") public final Boolean h; @SerializedName("isAllowPolicyDocCopy") public final Boolean i; @SerializedName("insAcctId") public final String j; @SerializedName("paymentDisclaimer") public final String k; @SerializedName("productName") public final String l; @SerializedName("premiumAmount") public final Double m; @SerializedName("policyNo") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("paymentPlan") public final String f9253o; @SerializedName("renewalProductName") public final String p; @SerializedName("renewalPolicyDisclaimer") public final String q; @SerializedName("productTypeIconUrl") public final String r; @SerializedName("productType") public final String s; @SerializedName("productTypeName") public final String t; @SerializedName("sumAssured") public final Double x; @SerializedName("renewalSumAssured") public final Double y; public final String toString() { String str = this.j; String str2 = this.n; String str3 = this.l; Double d = this.x; Double d2 = this.m; String str4 = this.f; String str5 = this.g; String str6 = this.f9253o; String str7 = this.d; String str8 = this.a; String str9 = this.s; String str10 = this.t; String str11 = this.r; String str12 = this.e; String str13 = this.c; Double d3 = this.b; String str14 = this.p; Double d4 = this.y; String str15 = this.q; Boolean bool = this.h; String str16 = this.k; Boolean bool2 = this.i; StringBuilder sb = new StringBuilder("PolicyInfoEntity(insAcctId="); sb.append(str); sb.append(", policyNo="); sb.append(str2); sb.append(", productName="); sb.append(str3); sb.append(", sumAssured="); sb.append(d); sb.append(", premiumAmount="); sb.append(d2); sb.append(", effectiveDate="); sb.append(str4); sb.append(", endDate="); sb.append(str5); sb.append(", paymentPlan="); sb.append(str6); sb.append(", carLicenseNo="); sb.append(str7); sb.append(", collateralAddress="); sb.append(str8); sb.append(", productType="); sb.append(str9); sb.append(", productTypeName="); sb.append(str10); sb.append(", productTypeIconUrl="); sb.append(str11); sb.append(", carRepairType="); sb.append(str12); sb.append(", dueDate="); sb.append(str13); sb.append(", dueAmount="); sb.append(d3); sb.append(", renewalProductName="); sb.append(str14); sb.append(", renewalSumAssured="); sb.append(d4); sb.append(", renewalPolicyDisclaimer="); sb.append(str15); sb.append(", isDisplayPaymentSection="); sb.append(bool); sb.append(", paymentDisclaimer="); sb.append(str16); sb.append(", isAllowPolicyDocCopy="); sb.append(bool2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.j; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.n; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.l; int hashCode3 = str3 == null ? 0 : str3.hashCode(); Double d = this.x; int hashCode4 = d == null ? 0 : d.hashCode(); Double d2 = this.m; int hashCode5 = d2 == null ? 0 : d2.hashCode(); String str4 = this.f; int hashCode6 = str4 == null ? 0 : str4.hashCode(); String str5 = this.g; int hashCode7 = str5 == null ? 0 : str5.hashCode(); String str6 = this.f9253o; int hashCode8 = str6 == null ? 0 : str6.hashCode(); String str7 = this.d; int hashCode9 = str7 == null ? 0 : str7.hashCode(); String str8 = this.a; int hashCode10 = str8 == null ? 0 : str8.hashCode(); String str9 = this.s; int hashCode11 = str9 == null ? 0 : str9.hashCode(); String str10 = this.t; int hashCode12 = str10 == null ? 0 : str10.hashCode(); String str11 = this.r; int hashCode13 = str11 == null ? 0 : str11.hashCode(); String str12 = this.e; int hashCode14 = str12 == null ? 0 : str12.hashCode(); String str13 = this.c; int hashCode15 = str13 == null ? 0 : str13.hashCode(); Double d3 = this.b; int hashCode16 = d3 == null ? 0 : d3.hashCode(); String str14 = this.p; int hashCode17 = str14 == null ? 0 : str14.hashCode(); Double d4 = this.y; int hashCode18 = d4 == null ? 0 : d4.hashCode(); String str15 = this.q; int hashCode19 = str15 == null ? 0 : str15.hashCode(); Boolean bool = this.h; int hashCode20 = bool == null ? 0 : bool.hashCode(); String str16 = this.k; int hashCode21 = str16 == null ? 0 : str16.hashCode(); Boolean bool2 = this.i; 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) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + hashCode19) * 31) + hashCode20) * 31) + hashCode21) * 31) + (bool2 != null ? bool2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof rAh)) { return false; } rAh rah = (rAh) obj; return C14957gcv.b((Object) this.j, (Object) rah.j) && C14957gcv.b((Object) this.n, (Object) rah.n) && C14957gcv.b((Object) this.l, (Object) rah.l) && C14957gcv.b(this.x, rah.x) && C14957gcv.b(this.m, rah.m) && C14957gcv.b((Object) this.f, (Object) rah.f) && C14957gcv.b((Object) this.g, (Object) rah.g) && C14957gcv.b((Object) this.f9253o, (Object) rah.f9253o) && C14957gcv.b((Object) this.d, (Object) rah.d) && C14957gcv.b((Object) this.a, (Object) rah.a) && C14957gcv.b((Object) this.s, (Object) rah.s) && C14957gcv.b((Object) this.t, (Object) rah.t) && C14957gcv.b((Object) this.r, (Object) rah.r) && C14957gcv.b((Object) this.e, (Object) rah.e) && C14957gcv.b((Object) this.c, (Object) rah.c) && C14957gcv.b(this.b, rah.b) && C14957gcv.b((Object) this.p, (Object) rah.p) && C14957gcv.b(this.y, rah.y) && C14957gcv.b((Object) this.q, (Object) rah.q) && C14957gcv.b(this.h, rah.h) && C14957gcv.b((Object) this.k, (Object) rah.k) && C14957gcv.b(this.i, rah.i); } }