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

109 lines
3.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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 UuX {
@SerializedName("citizenId")
public final String a;
@SerializedName("email")
public final String b;
@SerializedName("cardIdExpireDate")
public final String c;
@SerializedName("dateOfBirth")
public final String d;
@SerializedName("cardLifetimeFlag")
public final Boolean e;
@SerializedName("name")
public final String f;
@SerializedName(CommonConstant.KEY_GENDER)
public final yzb g;
@SerializedName("nationality")
public final String h;
@SerializedName("mobile")
public final List<BDL> i;
@SerializedName("mobileNo")
public final String j;
public final String toString() {
String str = this.f;
yzb yzbVar = this.g;
String str2 = this.h;
String str3 = this.d;
String str4 = this.a;
String str5 = this.c;
String str6 = this.b;
List<BDL> list = this.i;
String str7 = this.j;
Boolean bool = this.e;
StringBuilder sb = new StringBuilder("SingleFormPersonalInfoEntity(name=");
sb.append(str);
sb.append(", gender=");
sb.append(yzbVar);
sb.append(", nationality=");
sb.append(str2);
sb.append(", dateOfBirth=");
sb.append(str3);
sb.append(", citizenId=");
sb.append(str4);
sb.append(", cardIdExpireDate=");
sb.append(str5);
sb.append(", email=");
sb.append(str6);
sb.append(", mobiles=");
sb.append(list);
sb.append(", mobileNo=");
sb.append(str7);
sb.append(", cardLifetimeFlag=");
sb.append(bool);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.f;
int hashCode = str == null ? 0 : str.hashCode();
yzb yzbVar = this.g;
int hashCode2 = yzbVar == null ? 0 : yzbVar.hashCode();
String str2 = this.h;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.a;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.c;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.b;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
List<BDL> list = this.i;
int hashCode8 = list == null ? 0 : list.hashCode();
String str7 = this.j;
int hashCode9 = str7 == null ? 0 : str7.hashCode();
Boolean bool = this.e;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (bool != null ? bool.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof UuX)) {
return false;
}
UuX uuX = (UuX) obj;
return C14957gcv.b((Object) this.f, (Object) uuX.f) && C14957gcv.b(this.g, uuX.g) && C14957gcv.b((Object) this.h, (Object) uuX.h) && C14957gcv.b((Object) this.d, (Object) uuX.d) && C14957gcv.b((Object) this.a, (Object) uuX.a) && C14957gcv.b((Object) this.c, (Object) uuX.c) && C14957gcv.b((Object) this.b, (Object) uuX.b) && C14957gcv.b(this.i, uuX.i) && C14957gcv.b((Object) this.j, (Object) uuX.j) && C14957gcv.b(this.e, uuX.e);
}
}