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

121 lines
4.5 KiB
Java

package o;
/* renamed from: o.YfU, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1219YfU {
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 int l;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8467o;
public C1219YfU(int i, 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, "");
this.l = i;
this.g = str;
this.h = str2;
this.f8467o = str3;
this.n = str4;
this.j = str5;
this.i = str6;
this.c = str7;
this.a = str8;
this.f = str9;
this.d = str10;
this.e = str11;
this.b = str12;
}
public final String toString() {
int i = this.l;
String str = this.g;
String str2 = this.h;
String str3 = this.f8467o;
String str4 = this.n;
String str5 = this.j;
String str6 = this.i;
String str7 = this.c;
String str8 = this.a;
String str9 = this.f;
String str10 = this.d;
String str11 = this.e;
String str12 = this.b;
StringBuilder sb = new StringBuilder("CardXCard(sortSequence=");
sb.append(i);
sb.append(", productType=");
sb.append(str);
sb.append(", productCode=");
sb.append(str2);
sb.append(", subProductCode=");
sb.append(str3);
sb.append(", rank=");
sb.append(str4);
sb.append(", priority=");
sb.append(str5);
sb.append(", preApprovedCreditLimitType=");
sb.append(str6);
sb.append(", imageURL=");
sb.append(str7);
sb.append(", nameEn=");
sb.append(str8);
sb.append(", nameTh=");
sb.append(str9);
sb.append(", descriptionEn=");
sb.append(str10);
sb.append(", descriptionTh=");
sb.append(str11);
sb.append(", cardType=");
sb.append(str12);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.l);
int hashCode2 = this.g.hashCode();
int hashCode3 = this.h.hashCode();
int hashCode4 = this.f8467o.hashCode();
int hashCode5 = this.n.hashCode();
int hashCode6 = this.j.hashCode();
int hashCode7 = this.i.hashCode();
int hashCode8 = this.c.hashCode();
int hashCode9 = this.a.hashCode();
int hashCode10 = this.f.hashCode();
String str = this.d;
int hashCode11 = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode12 = str2 == null ? 0 : str2.hashCode();
String str3 = this.b;
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) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1219YfU)) {
return false;
}
C1219YfU c1219YfU = (C1219YfU) obj;
return this.l == c1219YfU.l && C14957gcv.b((Object) this.g, (Object) c1219YfU.g) && C14957gcv.b((Object) this.h, (Object) c1219YfU.h) && C14957gcv.b((Object) this.f8467o, (Object) c1219YfU.f8467o) && C14957gcv.b((Object) this.n, (Object) c1219YfU.n) && C14957gcv.b((Object) this.j, (Object) c1219YfU.j) && C14957gcv.b((Object) this.i, (Object) c1219YfU.i) && C14957gcv.b((Object) this.c, (Object) c1219YfU.c) && C14957gcv.b((Object) this.a, (Object) c1219YfU.a) && C14957gcv.b((Object) this.f, (Object) c1219YfU.f) && C14957gcv.b((Object) this.d, (Object) c1219YfU.d) && C14957gcv.b((Object) this.e, (Object) c1219YfU.e) && C14957gcv.b((Object) this.b, (Object) c1219YfU.b);
}
}