what-the-bank/sources/o/C16270mpP.java

106 lines
3.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.mpP, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16270mpP {
public final String a;
public final Integer b;
public final String c;
public final String d;
public final Double e;
public final String f;
public final Integer g;
public final String h;
public final String i;
public final String j;
private final String l;
public C16270mpP(Integer num, String str, String str2, String str3, String str4, Double d, Integer num2, String str5, String str6, String str7, String str8) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
this.g = num;
this.d = str;
this.h = str2;
this.f = str3;
this.c = str4;
this.e = d;
this.b = num2;
this.l = str5;
this.a = str6;
this.j = str7;
this.i = str8;
}
public final String toString() {
Integer num = this.g;
String str = this.d;
String str2 = this.h;
String str3 = this.f;
String str4 = this.c;
Double d = this.e;
Integer num2 = this.b;
String str5 = this.l;
String str6 = this.a;
String str7 = this.j;
String str8 = this.i;
StringBuilder sb = new StringBuilder("LoanAccountInfo(sortSequence=");
sb.append(num);
sb.append(", accountNo=");
sb.append(str);
sb.append(", productNameEn=");
sb.append(str2);
sb.append(", productNameTh=");
sb.append(str3);
sb.append(", accountNickName=");
sb.append(str4);
sb.append(", displayRemainingBalance=");
sb.append(d);
sb.append(", maxAllowedTenor=");
sb.append(num2);
sb.append(", prodPackageId=");
sb.append(str5);
sb.append(", accountStatus=");
sb.append(str6);
sb.append(", productIconURL1=");
sb.append(str7);
sb.append(", productIconURL2=");
sb.append(str8);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.g;
int hashCode = num == null ? 0 : num.hashCode();
int hashCode2 = this.d.hashCode();
int hashCode3 = this.h.hashCode();
int hashCode4 = this.f.hashCode();
String str = this.c;
int hashCode5 = str == null ? 0 : str.hashCode();
Double d = this.e;
int hashCode6 = d == null ? 0 : d.hashCode();
Integer num2 = this.b;
int hashCode7 = num2 == null ? 0 : num2.hashCode();
int hashCode8 = this.l.hashCode();
int hashCode9 = this.a.hashCode();
String str2 = this.j;
int hashCode10 = str2 == null ? 0 : str2.hashCode();
String str3 = this.i;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16270mpP)) {
return false;
}
C16270mpP c16270mpP = (C16270mpP) obj;
return C14957gcv.b(this.g, c16270mpP.g) && C14957gcv.b((Object) this.d, (Object) c16270mpP.d) && C14957gcv.b((Object) this.h, (Object) c16270mpP.h) && C14957gcv.b((Object) this.f, (Object) c16270mpP.f) && C14957gcv.b((Object) this.c, (Object) c16270mpP.c) && C14957gcv.b(this.e, c16270mpP.e) && C14957gcv.b(this.b, c16270mpP.b) && C14957gcv.b((Object) this.l, (Object) c16270mpP.l) && C14957gcv.b((Object) this.a, (Object) c16270mpP.a) && C14957gcv.b((Object) this.j, (Object) c16270mpP.j) && C14957gcv.b((Object) this.i, (Object) c16270mpP.i);
}
}