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

165 lines
5.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
import java.util.List;
/* loaded from: classes3.dex */
public final class pbz {
@SerializedName("email")
public final String a;
@SerializedName("citizenId")
public final String b;
@SerializedName("currentAddress")
public final List<String> c;
@SerializedName("dateOfBirth")
public final String d;
@SerializedName("account")
public final cQE e;
@SerializedName("maritalStatus")
public final String f;
@SerializedName("mailingAddress")
public final List<String> g;
@SerializedName("mobile")
public final String h;
@SerializedName(CommonConstant.KEY_GENDER)
public final suj i;
@SerializedName("homeAddress")
public final List<String> j;
@SerializedName("position")
public final String k;
@SerializedName("officeAddress")
public final List<String> l;
@SerializedName("occupation")
public final String m;
@SerializedName("name")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("nationality")
public final String f9241o;
@SerializedName("workPlaceName")
public final String p;
@SerializedName("typeOfBusiness")
public final String q;
@SerializedName("salary")
public final String r;
@SerializedName("spouseInfo")
public final Jmx s;
public final String toString() {
String str = this.n;
cQE cqe = this.e;
suj sujVar = this.i;
String str2 = this.f9241o;
String str3 = this.d;
String str4 = this.b;
String str5 = this.a;
String str6 = this.h;
String str7 = this.m;
String str8 = this.q;
List<String> list = this.l;
String str9 = this.p;
String str10 = this.k;
String str11 = this.r;
List<String> list2 = this.j;
List<String> list3 = this.c;
List<String> list4 = this.g;
String str12 = this.f;
Jmx jmx = this.s;
StringBuilder sb = new StringBuilder("PersonalInfoReviewEntity(name=");
sb.append(str);
sb.append(", account=");
sb.append(cqe);
sb.append(", gender=");
sb.append(sujVar);
sb.append(", nationality=");
sb.append(str2);
sb.append(", dateOfBirth=");
sb.append(str3);
sb.append(", citizenId=");
sb.append(str4);
sb.append(", email=");
sb.append(str5);
sb.append(", mobile=");
sb.append(str6);
sb.append(", occupation=");
sb.append(str7);
sb.append(", typeOfBusiness=");
sb.append(str8);
sb.append(", officeAddress=");
sb.append(list);
sb.append(", workPlaceName=");
sb.append(str9);
sb.append(", position=");
sb.append(str10);
sb.append(", salary=");
sb.append(str11);
sb.append(", homeAddress=");
sb.append(list2);
sb.append(", currentAddress=");
sb.append(list3);
sb.append(", mailingAddress=");
sb.append(list4);
sb.append(", maritalStatus=");
sb.append(str12);
sb.append(", spouseInfo=");
sb.append(jmx);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.n.hashCode();
int hashCode2 = this.e.hashCode();
int hashCode3 = this.i.hashCode();
int hashCode4 = this.f9241o.hashCode();
int hashCode5 = this.d.hashCode();
int hashCode6 = this.b.hashCode();
int hashCode7 = this.a.hashCode();
int hashCode8 = this.h.hashCode();
int hashCode9 = this.m.hashCode();
String str = this.q;
int hashCode10 = str == null ? 0 : str.hashCode();
int hashCode11 = this.l.hashCode();
int hashCode12 = this.p.hashCode();
int hashCode13 = this.k.hashCode();
int hashCode14 = this.r.hashCode();
int hashCode15 = this.j.hashCode();
int hashCode16 = this.c.hashCode();
int hashCode17 = this.g.hashCode();
int hashCode18 = this.f.hashCode();
Jmx jmx = this.s;
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) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + (jmx != null ? jmx.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof pbz)) {
return false;
}
pbz pbzVar = (pbz) obj;
return C14957gcv.b((Object) this.n, (Object) pbzVar.n) && C14957gcv.b(this.e, pbzVar.e) && C14957gcv.b(this.i, pbzVar.i) && C14957gcv.b((Object) this.f9241o, (Object) pbzVar.f9241o) && C14957gcv.b((Object) this.d, (Object) pbzVar.d) && C14957gcv.b((Object) this.b, (Object) pbzVar.b) && C14957gcv.b((Object) this.a, (Object) pbzVar.a) && C14957gcv.b((Object) this.h, (Object) pbzVar.h) && C14957gcv.b((Object) this.m, (Object) pbzVar.m) && C14957gcv.b((Object) this.q, (Object) pbzVar.q) && C14957gcv.b(this.l, pbzVar.l) && C14957gcv.b((Object) this.p, (Object) pbzVar.p) && C14957gcv.b((Object) this.k, (Object) pbzVar.k) && C14957gcv.b((Object) this.r, (Object) pbzVar.r) && C14957gcv.b(this.j, pbzVar.j) && C14957gcv.b(this.c, pbzVar.c) && C14957gcv.b(this.g, pbzVar.g) && C14957gcv.b((Object) this.f, (Object) pbzVar.f) && C14957gcv.b(this.s, pbzVar.s);
}
}