package o; /* loaded from: classes3.dex */ public final class Bup { public final String a; public final String b; public final String c; public final String d; public final String e; public final String g; public final String h; public final String j; public /* synthetic */ Bup(byte b) { this("", "", "", "", "", "", "", ""); } public Bup(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); this.g = str; this.c = str2; this.a = str3; this.d = str4; this.j = str5; this.e = str6; this.b = str7; this.h = str8; } public final String toString() { String str = this.g; String str2 = this.c; String str3 = this.a; String str4 = this.d; String str5 = this.j; String str6 = this.e; String str7 = this.b; String str8 = this.h; StringBuilder sb = new StringBuilder("SpouseInfo(title="); sb.append(str); sb.append(", firstName="); sb.append(str2); sb.append(", middleName="); sb.append(str3); sb.append(", lastName="); sb.append(str4); sb.append(", nationFlag="); sb.append(str5); sb.append(", countryCode="); sb.append(str6); sb.append(", countryDescription="); sb.append(str7); sb.append(", passportNo="); sb.append(str8); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((this.g.hashCode() * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.j.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.h.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Bup)) { return false; } Bup bup = (Bup) obj; return C14957gcv.b((Object) this.g, (Object) bup.g) && C14957gcv.b((Object) this.c, (Object) bup.c) && C14957gcv.b((Object) this.a, (Object) bup.a) && C14957gcv.b((Object) this.d, (Object) bup.d) && C14957gcv.b((Object) this.j, (Object) bup.j) && C14957gcv.b((Object) this.e, (Object) bup.e) && C14957gcv.b((Object) this.b, (Object) bup.b) && C14957gcv.b((Object) this.h, (Object) bup.h); } public Bup() { this((byte) 0); } }