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

114 lines
3.8 KiB
Java
Raw Permalink 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 org.bouncycastle.i18n.MessageBundle;
/* renamed from: o.fh, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13795fh {
@SerializedName(CommonConstant.KEY_COUNTRY_CODE)
private final String a;
@SerializedName("lastName")
private final String b;
@SerializedName("firstName")
private final String c;
@SerializedName("citizenId")
private final String d;
@SerializedName("countryDescription")
private final String e;
@SerializedName("passportNo")
private final String g;
@SerializedName("nationFlag")
private final String h;
@SerializedName("middleName")
private final String i;
@SerializedName(MessageBundle.TITLE_ENTRY)
private final String j;
public C13795fh(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
this.j = str;
this.c = str2;
this.b = str3;
this.h = str4;
this.i = str5;
this.d = str6;
this.g = str7;
this.a = str8;
this.e = str9;
}
public final String toString() {
String str = this.j;
String str2 = this.c;
String str3 = this.b;
String str4 = this.h;
String str5 = this.i;
String str6 = this.d;
String str7 = this.g;
String str8 = this.a;
String str9 = this.e;
StringBuilder sb = new StringBuilder("SpouseInfoRequest(title=");
sb.append(str);
sb.append(", firstName=");
sb.append(str2);
sb.append(", lastName=");
sb.append(str3);
sb.append(", nationFlag=");
sb.append(str4);
sb.append(", middleName=");
sb.append(str5);
sb.append(", citizenId=");
sb.append(str6);
sb.append(", passportNo=");
sb.append(str7);
sb.append(", countryCode=");
sb.append(str8);
sb.append(", countryDescription=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.j.hashCode();
int hashCode2 = this.c.hashCode();
int hashCode3 = this.b.hashCode();
int hashCode4 = this.h.hashCode();
String str = this.i;
int hashCode5 = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode6 = str2 == null ? 0 : str2.hashCode();
String str3 = this.g;
int hashCode7 = str3 == null ? 0 : str3.hashCode();
String str4 = this.a;
int hashCode8 = str4 == null ? 0 : str4.hashCode();
String str5 = this.e;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str5 != null ? str5.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C13795fh)) {
return false;
}
C13795fh c13795fh = (C13795fh) obj;
return C14957gcv.b((Object) this.j, (Object) c13795fh.j) && C14957gcv.b((Object) this.c, (Object) c13795fh.c) && C14957gcv.b((Object) this.b, (Object) c13795fh.b) && C14957gcv.b((Object) this.h, (Object) c13795fh.h) && C14957gcv.b((Object) this.i, (Object) c13795fh.i) && C14957gcv.b((Object) this.d, (Object) c13795fh.d) && C14957gcv.b((Object) this.g, (Object) c13795fh.g) && C14957gcv.b((Object) this.a, (Object) c13795fh.a) && C14957gcv.b((Object) this.e, (Object) c13795fh.e);
}
}