package o; /* loaded from: classes3.dex */ public final class MNB { public final Double a; public final String b; private final Double c; private final Double d; private final String e; private final String f; private final Double g; private final Double h; private final String i; private final Double j; private final Double k; private final Double l; private final Double m; private final Double n; /* renamed from: o, reason: collision with root package name */ private final String f8267o; public MNB(String str, String str2, Double d, Double d2, Double d3, Double d4, Double d5, String str3, String str4, Double d6, Double d7, Double d8, Double d9, Double d10, String str5) { this.f = str; this.f8267o = str2; this.a = d; this.k = d2; this.n = d3; this.l = d4; this.m = d5; this.b = str3; this.i = str4; this.h = d6; this.g = d7; this.c = d8; this.d = d9; this.j = d10; this.e = str5; } public final String toString() { String str = this.f; String str2 = this.f8267o; Double d = this.a; Double d2 = this.k; Double d3 = this.n; Double d4 = this.l; Double d5 = this.m; String str3 = this.b; String str4 = this.i; Double d6 = this.h; Double d7 = this.g; Double d8 = this.c; Double d9 = this.d; Double d10 = this.j; String str5 = this.e; StringBuilder sb = new StringBuilder("BillPaymentCoinSummary(igAcctNo="); sb.append(str); sb.append(", openAcctDate="); sb.append(str2); sb.append(", availablePoints="); sb.append(d); sb.append(", invalidPoints="); sb.append(d2); sb.append(", usedPoints="); sb.append(d3); sb.append(", totalPoints="); sb.append(d4); sb.append(", pendingExpiryPoints="); sb.append(d5); sb.append(", exchRuleCode="); sb.append(str3); sb.append(", exchType="); sb.append(str4); sb.append(", igUnitPoints="); sb.append(d6); sb.append(", exchUnitValue="); sb.append(d7); sb.append(", exchRatio="); sb.append(d8); sb.append(", exchPoints="); sb.append(d9); sb.append(", exchValue="); sb.append(d10); sb.append(", exchProd="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.f; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.f8267o; int hashCode2 = str2 == null ? 0 : str2.hashCode(); Double d = this.a; int hashCode3 = d == null ? 0 : d.hashCode(); Double d2 = this.k; int hashCode4 = d2 == null ? 0 : d2.hashCode(); Double d3 = this.n; int hashCode5 = d3 == null ? 0 : d3.hashCode(); Double d4 = this.l; int hashCode6 = d4 == null ? 0 : d4.hashCode(); Double d5 = this.m; int hashCode7 = d5 == null ? 0 : d5.hashCode(); String str3 = this.b; int hashCode8 = str3 == null ? 0 : str3.hashCode(); String str4 = this.i; int hashCode9 = str4 == null ? 0 : str4.hashCode(); Double d6 = this.h; int hashCode10 = d6 == null ? 0 : d6.hashCode(); Double d7 = this.g; int hashCode11 = d7 == null ? 0 : d7.hashCode(); Double d8 = this.c; int hashCode12 = d8 == null ? 0 : d8.hashCode(); Double d9 = this.d; int hashCode13 = d9 == null ? 0 : d9.hashCode(); Double d10 = this.j; int hashCode14 = d10 == null ? 0 : d10.hashCode(); String str5 = 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) + hashCode13) * 31) + hashCode14) * 31) + (str5 != null ? str5.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof MNB)) { return false; } MNB mnb = (MNB) obj; return C14957gcv.b((Object) this.f, (Object) mnb.f) && C14957gcv.b((Object) this.f8267o, (Object) mnb.f8267o) && C14957gcv.b(this.a, mnb.a) && C14957gcv.b(this.k, mnb.k) && C14957gcv.b(this.n, mnb.n) && C14957gcv.b(this.l, mnb.l) && C14957gcv.b(this.m, mnb.m) && C14957gcv.b((Object) this.b, (Object) mnb.b) && C14957gcv.b((Object) this.i, (Object) mnb.i) && C14957gcv.b(this.h, mnb.h) && C14957gcv.b(this.g, mnb.g) && C14957gcv.b(this.c, mnb.c) && C14957gcv.b(this.d, mnb.d) && C14957gcv.b(this.j, mnb.j) && C14957gcv.b((Object) this.e, (Object) mnb.e); } }