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

152 lines
5.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class SnZ {
@SerializedName("dateOfBirth")
private final String a;
@SerializedName("citizenId")
private final HzE b;
@SerializedName("email")
private final String c;
@SerializedName("mobileNo")
public final String d;
@SerializedName("educationLevel")
private final C0722NYw e;
@SerializedName("engFirstName")
private final String f;
@SerializedName("engLastName")
private final String g;
@SerializedName("homeAddress")
private final C0306Dtd h;
@SerializedName("income")
private final String i;
@SerializedName("mailingAddress")
private final C0306Dtd j;
@SerializedName("thaiTitle")
private final String k;
@SerializedName("residentType")
private final C0722NYw l;
@SerializedName("maritalStatus")
private final C0722NYw m;
@SerializedName("thaiFirstName")
private final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("thaiLastName")
private final String f8368o;
public SnZ(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, C0306Dtd c0306Dtd, C0306Dtd c0306Dtd2, C0722NYw c0722NYw, C0722NYw c0722NYw2, C0722NYw c0722NYw3, String str9, HzE hzE) {
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(c0306Dtd, "");
C14957gcv.e(c0306Dtd2, "");
C14957gcv.e(c0722NYw, "");
C14957gcv.e(c0722NYw2, "");
C14957gcv.e(c0722NYw3, "");
C14957gcv.e(str9, "");
C14957gcv.e(hzE, "");
this.k = str;
this.n = str2;
this.f8368o = str3;
this.f = str4;
this.g = str5;
this.a = str6;
this.d = str7;
this.c = str8;
this.h = c0306Dtd;
this.j = c0306Dtd2;
this.m = c0722NYw;
this.l = c0722NYw2;
this.e = c0722NYw3;
this.i = str9;
this.b = hzE;
}
public final String toString() {
String str = this.k;
String str2 = this.n;
String str3 = this.f8368o;
String str4 = this.f;
String str5 = this.g;
String str6 = this.a;
String str7 = this.d;
String str8 = this.c;
C0306Dtd c0306Dtd = this.h;
C0306Dtd c0306Dtd2 = this.j;
C0722NYw c0722NYw = this.m;
C0722NYw c0722NYw2 = this.l;
C0722NYw c0722NYw3 = this.e;
String str9 = this.i;
HzE hzE = this.b;
StringBuilder sb = new StringBuilder("NTBCustomerContactInfoRequest(thaiTitle=");
sb.append(str);
sb.append(", thaiFirstName=");
sb.append(str2);
sb.append(", thaiLastName=");
sb.append(str3);
sb.append(", engFirstName=");
sb.append(str4);
sb.append(", engLastName=");
sb.append(str5);
sb.append(", dateOfBirth=");
sb.append(str6);
sb.append(", mobileNo=");
sb.append(str7);
sb.append(", email=");
sb.append(str8);
sb.append(", homeAddress=");
sb.append(c0306Dtd);
sb.append(", mailingAddress=");
sb.append(c0306Dtd2);
sb.append(", maritalStatus=");
sb.append(c0722NYw);
sb.append(", residentType=");
sb.append(c0722NYw2);
sb.append(", educationLevel=");
sb.append(c0722NYw3);
sb.append(", income=");
sb.append(str9);
sb.append(", citizenId=");
sb.append(hzE);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((((((((((((this.k.hashCode() * 31) + this.n.hashCode()) * 31) + this.f8368o.hashCode()) * 31) + this.f.hashCode()) * 31) + this.g.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.h.hashCode()) * 31) + this.j.hashCode()) * 31) + this.m.hashCode()) * 31) + this.l.hashCode()) * 31) + this.e.hashCode()) * 31) + this.i.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof SnZ)) {
return false;
}
SnZ snZ = (SnZ) obj;
return C14957gcv.b((Object) this.k, (Object) snZ.k) && C14957gcv.b((Object) this.n, (Object) snZ.n) && C14957gcv.b((Object) this.f8368o, (Object) snZ.f8368o) && C14957gcv.b((Object) this.f, (Object) snZ.f) && C14957gcv.b((Object) this.g, (Object) snZ.g) && C14957gcv.b((Object) this.a, (Object) snZ.a) && C14957gcv.b((Object) this.d, (Object) snZ.d) && C14957gcv.b((Object) this.c, (Object) snZ.c) && C14957gcv.b(this.h, snZ.h) && C14957gcv.b(this.j, snZ.j) && C14957gcv.b(this.m, snZ.m) && C14957gcv.b(this.l, snZ.l) && C14957gcv.b(this.e, snZ.e) && C14957gcv.b((Object) this.i, (Object) snZ.i) && C14957gcv.b(this.b, snZ.b);
}
}