package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; import org.bouncycastle.i18n.MessageBundle; /* renamed from: o.erU, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C12080erU { @SerializedName("middleName") public final String a; @SerializedName("countryDescription") public final String b; @SerializedName(CommonConstant.KEY_COUNTRY_CODE) public final String c; @SerializedName("firstName") public final String d; @SerializedName("lastName") public final String e; @SerializedName(MessageBundle.TITLE_ENTRY) public final String f; @SerializedName("nationFlag") public final String g; @SerializedName("passportNo") public final String j; public final String toString() { String str = this.f; String str2 = this.d; String str3 = this.a; String str4 = this.e; String str5 = this.g; String str6 = this.c; String str7 = this.b; String str8 = this.j; StringBuilder sb = new StringBuilder("SpouseInfoEntity(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() { String str = this.f; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.e; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.g; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.c; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.b; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.j; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str8 != null ? str8.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C12080erU)) { return false; } C12080erU c12080erU = (C12080erU) obj; return C14957gcv.b((Object) this.f, (Object) c12080erU.f) && C14957gcv.b((Object) this.d, (Object) c12080erU.d) && C14957gcv.b((Object) this.a, (Object) c12080erU.a) && C14957gcv.b((Object) this.e, (Object) c12080erU.e) && C14957gcv.b((Object) this.g, (Object) c12080erU.g) && C14957gcv.b((Object) this.c, (Object) c12080erU.c) && C14957gcv.b((Object) this.b, (Object) c12080erU.b) && C14957gcv.b((Object) this.j, (Object) c12080erU.j); } }