package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.dLc, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C8444dLc { @SerializedName("interestRate") public final Double a; @SerializedName("listCoin") public final List b; @SerializedName("coinsValue") public final Double c; @SerializedName("loanAmtTotal") public final double d; @SerializedName("billDay") public final String e; @SerializedName("loanAmtWithoutCoins") public final Double f; @SerializedName("loanAmtWithCoins") public final Double g; @SerializedName("rpymDay") public final String h; @SerializedName("monthInstRate") public final Double i; @SerializedName("mainList") public final List j; @SerializedName("totalPeriods") public final Integer l; @SerializedName("totalMonthlyInstallment") public final Double m; @SerializedName("totalInterest") public final Double n; public final String toString() { double d = this.d; Double d2 = this.m; Double d3 = this.n; Double d4 = this.g; Double d5 = this.f; Double d6 = this.i; Double d7 = this.a; Double d8 = this.c; Integer num = this.l; List list = this.j; List list2 = this.b; String str = this.h; String str2 = this.e; StringBuilder sb = new StringBuilder("BillPaymentLoanInstallmentReviewDataEntity(loanAmtTotal="); sb.append(d); sb.append(", totalMonthlyInstallment="); sb.append(d2); sb.append(", totalInterest="); sb.append(d3); sb.append(", loanAmtWithCoins="); sb.append(d4); sb.append(", loanAmtWithoutCoins="); sb.append(d5); sb.append(", monthInstRate="); sb.append(d6); sb.append(", interestRate="); sb.append(d7); sb.append(", coinsValue="); sb.append(d8); sb.append(", totalPeriods="); sb.append(num); sb.append(", mainList="); sb.append(list); sb.append(", listCoin="); sb.append(list2); sb.append(", rpymDay="); sb.append(str); sb.append(", billDay="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Double.hashCode(this.d); Double d = this.m; int hashCode2 = d == null ? 0 : d.hashCode(); Double d2 = this.n; int hashCode3 = d2 == null ? 0 : d2.hashCode(); Double d3 = this.g; int hashCode4 = d3 == null ? 0 : d3.hashCode(); Double d4 = this.f; int hashCode5 = d4 == null ? 0 : d4.hashCode(); Double d5 = this.i; int hashCode6 = d5 == null ? 0 : d5.hashCode(); Double d6 = this.a; int hashCode7 = d6 == null ? 0 : d6.hashCode(); Double d7 = this.c; int hashCode8 = d7 == null ? 0 : d7.hashCode(); Integer num = this.l; int hashCode9 = num == null ? 0 : num.hashCode(); List list = this.j; int hashCode10 = list == null ? 0 : list.hashCode(); List list2 = this.b; int hashCode11 = list2 == null ? 0 : list2.hashCode(); String str = this.h; int hashCode12 = str == null ? 0 : str.hashCode(); String str2 = this.e; 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) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C8444dLc)) { return false; } C8444dLc c8444dLc = (C8444dLc) obj; return Double.compare(this.d, c8444dLc.d) == 0 && C14957gcv.b(this.m, c8444dLc.m) && C14957gcv.b(this.n, c8444dLc.n) && C14957gcv.b(this.g, c8444dLc.g) && C14957gcv.b(this.f, c8444dLc.f) && C14957gcv.b(this.i, c8444dLc.i) && C14957gcv.b(this.a, c8444dLc.a) && C14957gcv.b(this.c, c8444dLc.c) && C14957gcv.b(this.l, c8444dLc.l) && C14957gcv.b(this.j, c8444dLc.j) && C14957gcv.b(this.b, c8444dLc.b) && C14957gcv.b((Object) this.h, (Object) c8444dLc.h) && C14957gcv.b((Object) this.e, (Object) c8444dLc.e); } }