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

107 lines
3.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class AiG {
@SerializedName("firstNameEN")
public final String a;
@SerializedName("citizenId")
public final String b;
@SerializedName("firstNameTH")
public final String c;
@SerializedName("expiryDate")
public final String d;
@SerializedName("birthDate")
public final String e;
@SerializedName("nationality")
public final String f;
@SerializedName("issueDate")
public final String g;
@SerializedName("lastNameEN")
public final String h;
@SerializedName("thaiFullTitle")
public final String i;
@SerializedName("lastNameTH")
public final String j;
public final String toString() {
String str = this.i;
String str2 = this.c;
String str3 = this.j;
String str4 = this.a;
String str5 = this.h;
String str6 = this.b;
String str7 = this.f;
String str8 = this.e;
String str9 = this.g;
String str10 = this.d;
StringBuilder sb = new StringBuilder("CustInfoEntity(thaiFullTitle=");
sb.append(str);
sb.append(", firstNameTH=");
sb.append(str2);
sb.append(", lastNameTH=");
sb.append(str3);
sb.append(", firstNameEN=");
sb.append(str4);
sb.append(", lastNameEN=");
sb.append(str5);
sb.append(", citizenId=");
sb.append(str6);
sb.append(", nationality=");
sb.append(str7);
sb.append(", birthDate=");
sb.append(str8);
sb.append(", issueDate=");
sb.append(str9);
sb.append(", expiryDate=");
sb.append(str10);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.i;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.j;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.a;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.h;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.b;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.f;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.e;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.g;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.d;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str10 != null ? str10.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof AiG)) {
return false;
}
AiG aiG = (AiG) obj;
return C14957gcv.b((Object) this.i, (Object) aiG.i) && C14957gcv.b((Object) this.c, (Object) aiG.c) && C14957gcv.b((Object) this.j, (Object) aiG.j) && C14957gcv.b((Object) this.a, (Object) aiG.a) && C14957gcv.b((Object) this.h, (Object) aiG.h) && C14957gcv.b((Object) this.b, (Object) aiG.b) && C14957gcv.b((Object) this.f, (Object) aiG.f) && C14957gcv.b((Object) this.e, (Object) aiG.e) && C14957gcv.b((Object) this.g, (Object) aiG.g) && C14957gcv.b((Object) this.d, (Object) aiG.d);
}
}