package o; /* renamed from: o.Xf, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1177Xf { public final String a; public final Double b; public final double c; public final String d; public final double e; private final String f; public final JZY h; public C1177Xf(JZY jzy, Double d, double d2, double d3, String str, String str2, String str3) { this.h = jzy; this.b = d; this.c = d2; this.e = d3; this.a = str; this.d = str2; this.f = str3; } public final String toString() { JZY jzy = this.h; Double d = this.b; double d2 = this.c; double d3 = this.e; String str = this.a; String str2 = this.d; String str3 = this.f; StringBuilder sb = new StringBuilder("DepositAdditionalLimitDisplay(status="); sb.append(jzy); sb.append(", creditLimit="); sb.append(d); sb.append(", creditUsed="); sb.append(d2); sb.append(", availableCredit="); sb.append(d3); sb.append(", cardRefNo="); sb.append(str); sb.append(", limitLabel="); sb.append(str2); sb.append(", availableLimitLabel="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { JZY jzy = this.h; int hashCode = jzy == null ? 0 : jzy.hashCode(); Double d = this.b; int hashCode2 = d == null ? 0 : d.hashCode(); int hashCode3 = Double.hashCode(this.c); int hashCode4 = Double.hashCode(this.e); String str = this.a; int hashCode5 = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode6 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f; return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1177Xf)) { return false; } C1177Xf c1177Xf = (C1177Xf) obj; return C14957gcv.b(this.h, c1177Xf.h) && C14957gcv.b(this.b, c1177Xf.b) && Double.compare(this.c, c1177Xf.c) == 0 && Double.compare(this.e, c1177Xf.e) == 0 && C14957gcv.b((Object) this.a, (Object) c1177Xf.a) && C14957gcv.b((Object) this.d, (Object) c1177Xf.d) && C14957gcv.b((Object) this.f, (Object) c1177Xf.f); } }