package o; /* renamed from: o.Xd, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1173Xd { public final Double a; public final String b; public final String c; public final String d; public final String e; public final Integer f; public final String g; public final String h; public final String i; public final String j; public Boolean m; private final Integer n; /* renamed from: o, reason: collision with root package name */ private final String f8447o; public C1173Xd(Integer num, String str, String str2, String str3, String str4, String str5, Double d, Integer num2, String str6, String str7, String str8, String str9, Boolean bool) { this.n = num; this.c = str; this.d = str2; this.i = str3; this.h = str4; this.e = str5; this.a = d; this.f = num2; this.g = str6; this.b = str7; this.j = str8; this.f8447o = str9; this.m = bool; } public final String toString() { Integer num = this.n; String str = this.c; String str2 = this.d; String str3 = this.i; String str4 = this.h; String str5 = this.e; Double d = this.a; Integer num2 = this.f; String str6 = this.g; String str7 = this.b; String str8 = this.j; String str9 = this.f8447o; Boolean bool = this.m; StringBuilder sb = new StringBuilder("BNPLAccountDisplay(sortSequence="); sb.append(num); sb.append(", accountNo="); sb.append(str); sb.append(", accountNoMask="); sb.append(str2); sb.append(", productNameEn="); sb.append(str3); sb.append(", productNameTh="); sb.append(str4); sb.append(", accountNickName="); sb.append(str5); sb.append(", displayRemainingBalance="); sb.append(d); sb.append(", maxAllowedTenor="); sb.append(num2); sb.append(", prodPackageId="); sb.append(str6); sb.append(", accountStatus="); sb.append(str7); sb.append(", productIconURL1="); sb.append(str8); sb.append(", productIconURL2="); sb.append(str9); sb.append(", repaymentSelected="); sb.append(bool); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.n; int hashCode = num == null ? 0 : num.hashCode(); String str = this.c; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.i; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.h; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.e; int hashCode6 = str5 == null ? 0 : str5.hashCode(); Double d = this.a; int hashCode7 = d == null ? 0 : d.hashCode(); Integer num2 = this.f; int hashCode8 = num2 == null ? 0 : num2.hashCode(); String str6 = this.g; int hashCode9 = str6 == null ? 0 : str6.hashCode(); String str7 = this.b; int hashCode10 = str7 == null ? 0 : str7.hashCode(); String str8 = this.j; int hashCode11 = str8 == null ? 0 : str8.hashCode(); String str9 = this.f8447o; int hashCode12 = str9 == null ? 0 : str9.hashCode(); Boolean bool = this.m; 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) + (bool != null ? bool.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1173Xd)) { return false; } C1173Xd c1173Xd = (C1173Xd) obj; return C14957gcv.b(this.n, c1173Xd.n) && C14957gcv.b((Object) this.c, (Object) c1173Xd.c) && C14957gcv.b((Object) this.d, (Object) c1173Xd.d) && C14957gcv.b((Object) this.i, (Object) c1173Xd.i) && C14957gcv.b((Object) this.h, (Object) c1173Xd.h) && C14957gcv.b((Object) this.e, (Object) c1173Xd.e) && C14957gcv.b(this.a, c1173Xd.a) && C14957gcv.b(this.f, c1173Xd.f) && C14957gcv.b((Object) this.g, (Object) c1173Xd.g) && C14957gcv.b((Object) this.b, (Object) c1173Xd.b) && C14957gcv.b((Object) this.j, (Object) c1173Xd.j) && C14957gcv.b((Object) this.f8447o, (Object) c1173Xd.f8447o) && C14957gcv.b(this.m, c1173Xd.m); } }