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

132 lines
4.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class wXP {
@SerializedName("imageURL")
public final String a;
@SerializedName("descriptionTh")
public final String b;
@SerializedName("nameEn")
public final String c;
@SerializedName("descriptionEn")
public final String d;
@SerializedName("cardType")
public final String e;
@SerializedName("priority")
public final String f;
@SerializedName("preapprovedCreditLimitType")
public final String g;
@SerializedName("productType")
public final String h;
@SerializedName("productCode")
public final String i;
@SerializedName("nameTh")
public final String j;
@SerializedName("rank")
public final String k;
@SerializedName("sortSequence")
public final Integer l;
/* renamed from: o, reason: collision with root package name */
@SerializedName("subProductCode")
public final String f9301o;
public final String toString() {
Integer num = this.l;
String str = this.h;
String str2 = this.i;
String str3 = this.f9301o;
String str4 = this.k;
String str5 = this.f;
String str6 = this.g;
String str7 = this.a;
String str8 = this.c;
String str9 = this.j;
String str10 = this.d;
String str11 = this.b;
String str12 = this.e;
StringBuilder sb = new StringBuilder("CardXCardEntity(sortSequence=");
sb.append(num);
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() {
Integer num = this.l;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.h;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.i;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f9301o;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.k;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.g;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
String str7 = this.a;
int hashCode8 = str7 == null ? 0 : str7.hashCode();
String str8 = this.c;
int hashCode9 = str8 == null ? 0 : str8.hashCode();
String str9 = this.j;
int hashCode10 = str9 == null ? 0 : str9.hashCode();
String str10 = this.d;
int hashCode11 = str10 == null ? 0 : str10.hashCode();
String str11 = this.b;
int hashCode12 = str11 == null ? 0 : str11.hashCode();
String str12 = this.e;
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) + (str12 != null ? str12.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof wXP)) {
return false;
}
wXP wxp = (wXP) obj;
return C14957gcv.b(this.l, wxp.l) && C14957gcv.b((Object) this.h, (Object) wxp.h) && C14957gcv.b((Object) this.i, (Object) wxp.i) && C14957gcv.b((Object) this.f9301o, (Object) wxp.f9301o) && C14957gcv.b((Object) this.k, (Object) wxp.k) && C14957gcv.b((Object) this.f, (Object) wxp.f) && C14957gcv.b((Object) this.g, (Object) wxp.g) && C14957gcv.b((Object) this.a, (Object) wxp.a) && C14957gcv.b((Object) this.c, (Object) wxp.c) && C14957gcv.b((Object) this.j, (Object) wxp.j) && C14957gcv.b((Object) this.d, (Object) wxp.d) && C14957gcv.b((Object) this.b, (Object) wxp.b) && C14957gcv.b((Object) this.e, (Object) wxp.e);
}
}