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

113 lines
3.8 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 ZUQ {
@SerializedName("income")
public final String a;
@SerializedName("educationLevel")
public final C12858fJb b;
@SerializedName("citizenId")
public final ReT c;
@SerializedName("email")
public final String d;
@SerializedName("mailingAddress")
public final C1789aOf e;
@SerializedName("maritalStatus")
public final C12858fJb f;
@SerializedName("name")
public final String g;
@SerializedName("residentType")
public final C12858fJb h;
@SerializedName("mobileNo")
public final String i;
@SerializedName("thaiFirstName")
public final String j;
@SerializedName("thaiLastName")
public final String k;
public final String toString() {
String str = this.g;
String str2 = this.j;
String str3 = this.k;
String str4 = this.i;
String str5 = this.d;
String str6 = this.a;
C1789aOf c1789aOf = this.e;
C12858fJb c12858fJb = this.f;
C12858fJb c12858fJb2 = this.h;
C12858fJb c12858fJb3 = this.b;
ReT reT = this.c;
StringBuilder sb = new StringBuilder("CustomerContactEntity(name=");
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(c1789aOf);
sb.append(", maritalStatus=");
sb.append(c12858fJb);
sb.append(", residentType=");
sb.append(c12858fJb2);
sb.append(", educationLevel=");
sb.append(c12858fJb3);
sb.append(", citizenId=");
sb.append(reT);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.g.hashCode();
String str = this.j;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.k;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
int hashCode4 = this.i.hashCode();
String str3 = this.d;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
String str4 = this.a;
int hashCode6 = str4 == null ? 0 : str4.hashCode();
C1789aOf c1789aOf = this.e;
int hashCode7 = c1789aOf == null ? 0 : c1789aOf.hashCode();
C12858fJb c12858fJb = this.f;
int hashCode8 = c12858fJb == null ? 0 : c12858fJb.hashCode();
C12858fJb c12858fJb2 = this.h;
int hashCode9 = c12858fJb2 == null ? 0 : c12858fJb2.hashCode();
C12858fJb c12858fJb3 = this.b;
int hashCode10 = c12858fJb3 == null ? 0 : c12858fJb3.hashCode();
ReT reT = this.c;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (reT != null ? reT.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof ZUQ)) {
return false;
}
ZUQ zuq = (ZUQ) obj;
return C14957gcv.b((Object) this.g, (Object) zuq.g) && C14957gcv.b((Object) this.j, (Object) zuq.j) && C14957gcv.b((Object) this.k, (Object) zuq.k) && C14957gcv.b((Object) this.i, (Object) zuq.i) && C14957gcv.b((Object) this.d, (Object) zuq.d) && C14957gcv.b((Object) this.a, (Object) zuq.a) && C14957gcv.b(this.e, zuq.e) && C14957gcv.b(this.f, zuq.f) && C14957gcv.b(this.h, zuq.h) && C14957gcv.b(this.b, zuq.b) && C14957gcv.b(this.c, zuq.c);
}
}