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

125 lines
4.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class tHP {
@SerializedName("dateOfBirth")
public final String a;
@SerializedName("engName")
public final String b;
@SerializedName("citizenId")
public final lbI c;
@SerializedName("educationLevel")
public final String d;
@SerializedName("email")
public final String e;
@SerializedName("engTitle")
public final String f;
@SerializedName("maritalStatus")
public final String g;
@SerializedName("mailingAddress")
public final List<String> h;
@SerializedName("homeAddress")
public final List<String> i;
@SerializedName("income")
public final String j;
@SerializedName("thaiName")
public final String k;
@SerializedName("mobileNo")
public final String l;
@SerializedName("residentType")
public final String m;
/* renamed from: o, reason: collision with root package name */
@SerializedName("thaiTitle")
public final String f9274o;
public final String toString() {
String str = this.f9274o;
String str2 = this.f;
String str3 = this.k;
String str4 = this.b;
String str5 = this.l;
String str6 = this.a;
String str7 = this.e;
String str8 = this.j;
List<String> list = this.h;
List<String> list2 = this.i;
String str9 = this.g;
String str10 = this.m;
String str11 = this.d;
lbI lbi = this.c;
StringBuilder sb = new StringBuilder("HmlCustomerContactEntity(thaiTitle=");
sb.append(str);
sb.append(", engTitle=");
sb.append(str2);
sb.append(", thaiName=");
sb.append(str3);
sb.append(", engName=");
sb.append(str4);
sb.append(", mobileNo=");
sb.append(str5);
sb.append(", dateOfBirth=");
sb.append(str6);
sb.append(", email=");
sb.append(str7);
sb.append(", income=");
sb.append(str8);
sb.append(", mailingAddress=");
sb.append(list);
sb.append(", homeAddress=");
sb.append(list2);
sb.append(", maritalStatus=");
sb.append(str9);
sb.append(", residentType=");
sb.append(str10);
sb.append(", educationLevel=");
sb.append(str11);
sb.append(", citizenId=");
sb.append(lbi);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.f9274o.hashCode();
int hashCode2 = this.f.hashCode();
int hashCode3 = this.k.hashCode();
String str = this.b;
int hashCode4 = str == null ? 0 : str.hashCode();
int hashCode5 = this.l.hashCode();
int hashCode6 = this.a.hashCode();
int hashCode7 = this.e.hashCode();
int hashCode8 = this.j.hashCode();
int hashCode9 = this.h.hashCode();
List<String> list = this.i;
return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (list != null ? list.hashCode() : 0)) * 31) + this.g.hashCode()) * 31) + this.m.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof tHP)) {
return false;
}
tHP thp = (tHP) obj;
return C14957gcv.b((Object) this.f9274o, (Object) thp.f9274o) && C14957gcv.b((Object) this.f, (Object) thp.f) && C14957gcv.b((Object) this.k, (Object) thp.k) && C14957gcv.b((Object) this.b, (Object) thp.b) && C14957gcv.b((Object) this.l, (Object) thp.l) && C14957gcv.b((Object) this.a, (Object) thp.a) && C14957gcv.b((Object) this.e, (Object) thp.e) && C14957gcv.b((Object) this.j, (Object) thp.j) && C14957gcv.b(this.h, thp.h) && C14957gcv.b(this.i, thp.i) && C14957gcv.b((Object) this.g, (Object) thp.g) && C14957gcv.b((Object) this.m, (Object) thp.m) && C14957gcv.b((Object) this.d, (Object) thp.d) && C14957gcv.b(this.c, thp.c);
}
}