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

138 lines
4.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class OUX {
@SerializedName("educationLevel")
private final C0722NYw a;
@SerializedName("email")
private final String b;
@SerializedName("citizenId")
private final YAw c;
@SerializedName("income")
private final String d;
@SerializedName("applicationUuid")
private final String e;
@SerializedName("spouseInfo")
private SVt f;
@SerializedName("residentType")
private final C0722NYw g;
@SerializedName("mobileNo")
private final String h;
@SerializedName("maritalStatus")
private final C0722NYw i;
@SerializedName("mailingAddress")
private final C0306Dtd j;
@SerializedName("thaiLastName")
private final String k;
@SerializedName("thaiFirstName")
private final String l;
public OUX(String str, String str2, String str3, String str4, String str5, String str6, C0306Dtd c0306Dtd, C0722NYw c0722NYw, C0722NYw c0722NYw2, C0722NYw c0722NYw3, YAw yAw, SVt sVt) {
C14957gcv.e(str, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(c0306Dtd, "");
C14957gcv.e(c0722NYw, "");
C14957gcv.e(c0722NYw2, "");
C14957gcv.e(c0722NYw3, "");
C14957gcv.e(yAw, "");
this.e = str;
this.l = str2;
this.k = str3;
this.h = str4;
this.b = str5;
this.d = str6;
this.j = c0306Dtd;
this.i = c0722NYw;
this.g = c0722NYw2;
this.a = c0722NYw3;
this.c = yAw;
this.f = sVt;
}
public final String toString() {
String str = this.e;
String str2 = this.l;
String str3 = this.k;
String str4 = this.h;
String str5 = this.b;
String str6 = this.d;
C0306Dtd c0306Dtd = this.j;
C0722NYw c0722NYw = this.i;
C0722NYw c0722NYw2 = this.g;
C0722NYw c0722NYw3 = this.a;
YAw yAw = this.c;
SVt sVt = this.f;
StringBuilder sb = new StringBuilder("HmlBusinessOwnerCustomerContactInfoRequest(applicationUuid=");
sb.append(str);
sb.append(", thaiFirstName=");
sb.append(str2);
sb.append(", thaiLastName=");
sb.append(str3);
sb.append(", mobileNo=");
sb.append(str4);
sb.append(", email=");
sb.append(str5);
sb.append(", income=");
sb.append(str6);
sb.append(", mailingAddress=");
sb.append(c0306Dtd);
sb.append(", maritalStatus=");
sb.append(c0722NYw);
sb.append(", residentType=");
sb.append(c0722NYw2);
sb.append(", educationLevel=");
sb.append(c0722NYw3);
sb.append(", citizenId=");
sb.append(yAw);
sb.append(", spouseInfo=");
sb.append(sVt);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
String str = this.l;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.k;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
int hashCode4 = this.h.hashCode();
int hashCode5 = this.b.hashCode();
int hashCode6 = this.d.hashCode();
int hashCode7 = this.j.hashCode();
int hashCode8 = this.i.hashCode();
int hashCode9 = this.g.hashCode();
int hashCode10 = this.a.hashCode();
int hashCode11 = this.c.hashCode();
SVt sVt = this.f;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (sVt != null ? sVt.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof OUX)) {
return false;
}
OUX oux = (OUX) obj;
return C14957gcv.b((Object) this.e, (Object) oux.e) && C14957gcv.b((Object) this.l, (Object) oux.l) && C14957gcv.b((Object) this.k, (Object) oux.k) && C14957gcv.b((Object) this.h, (Object) oux.h) && C14957gcv.b((Object) this.b, (Object) oux.b) && C14957gcv.b((Object) this.d, (Object) oux.d) && C14957gcv.b(this.j, oux.j) && C14957gcv.b(this.i, oux.i) && C14957gcv.b(this.g, oux.g) && C14957gcv.b(this.a, oux.a) && C14957gcv.b(this.c, oux.c) && C14957gcv.b(this.f, oux.f);
}
}