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

110 lines
3.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class mbH {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String g;
public final String h;
public final String i;
public final String j;
public final String k;
public final String l;
public mbH(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
C14957gcv.e(str11, "");
C14957gcv.e(str12, "");
this.k = str;
this.g = str2;
this.b = str3;
this.f = str4;
this.d = str5;
this.e = str6;
this.h = str7;
this.a = str8;
this.i = str9;
this.l = str10;
this.c = str11;
this.j = str12;
}
public final String toString() {
String str = this.k;
String str2 = this.g;
String str3 = this.b;
String str4 = this.f;
String str5 = this.d;
String str6 = this.e;
String str7 = this.h;
String str8 = this.a;
String str9 = this.i;
String str10 = this.l;
String str11 = this.c;
String str12 = this.j;
StringBuilder sb = new StringBuilder("CreditPowerProduct(sortSequence=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(", enable=");
sb.append(str3);
sb.append(", minimumCreditLimit=");
sb.append(str4);
sb.append(", maximumCreditLimit=");
sb.append(str5);
sb.append(", loanAmount=");
sb.append(str6);
sb.append(", sliderInterval=");
sb.append(str7);
sb.append(", interestRate=");
sb.append(str8);
sb.append(", monthlyPayment=");
sb.append(str9);
sb.append(", tenor=");
sb.append(str10);
sb.append(", logo=");
sb.append(str11);
sb.append(", productName=");
sb.append(str12);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.k.hashCode();
int hashCode2 = this.g.hashCode();
int hashCode3 = this.b.hashCode();
int hashCode4 = this.f.hashCode();
int hashCode5 = this.d.hashCode();
int hashCode6 = this.e.hashCode();
int hashCode7 = this.h.hashCode();
int hashCode8 = this.a.hashCode();
int hashCode9 = this.i.hashCode();
String str = this.l;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.c.hashCode()) * 31) + this.j.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof mbH)) {
return false;
}
mbH mbh = (mbH) obj;
return C14957gcv.b((Object) this.k, (Object) mbh.k) && C14957gcv.b((Object) this.g, (Object) mbh.g) && C14957gcv.b((Object) this.b, (Object) mbh.b) && C14957gcv.b((Object) this.f, (Object) mbh.f) && C14957gcv.b((Object) this.d, (Object) mbh.d) && C14957gcv.b((Object) this.e, (Object) mbh.e) && C14957gcv.b((Object) this.h, (Object) mbh.h) && C14957gcv.b((Object) this.a, (Object) mbh.a) && C14957gcv.b((Object) this.i, (Object) mbh.i) && C14957gcv.b((Object) this.l, (Object) mbh.l) && C14957gcv.b((Object) this.c, (Object) mbh.c) && C14957gcv.b((Object) this.j, (Object) mbh.j);
}
}