package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; import org.bouncycastle.i18n.MessageBundle; /* renamed from: o.au, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C3255au { @SerializedName("lastName") private final String a; @SerializedName("citizenId") private final String b; @SerializedName("firstName") private final String c; @SerializedName("middleName") private final String d; @SerializedName(CommonConstant.KEY_COUNTRY_CODE) private final String e; @SerializedName("passportNo") private final String g; @SerializedName(MessageBundle.TITLE_ENTRY) private final String j; public C3255au(String str, String str2, String str3, String str4, String str5, String str6, String str7) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str4, ""); this.j = str; this.c = str2; this.d = str3; this.a = str4; this.g = str5; this.e = str6; this.b = str7; } public final String toString() { String str = this.j; String str2 = this.c; String str3 = this.d; String str4 = this.a; String str5 = this.g; String str6 = this.e; String str7 = this.b; StringBuilder sb = new StringBuilder("SCBSSpouseInfo(title="); sb.append(str); sb.append(", firstName="); sb.append(str2); sb.append(", middleName="); sb.append(str3); sb.append(", lastName="); sb.append(str4); sb.append(", passportNumber="); sb.append(str5); sb.append(", countryCode="); sb.append(str6); sb.append(", citizenId="); sb.append(str7); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.j.hashCode(); int hashCode2 = this.c.hashCode(); String str = this.d; int hashCode3 = str == null ? 0 : str.hashCode(); int hashCode4 = this.a.hashCode(); String str2 = this.g; int hashCode5 = str2 == null ? 0 : str2.hashCode(); String str3 = this.e; int hashCode6 = str3 == null ? 0 : str3.hashCode(); String str4 = this.b; return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C3255au)) { return false; } C3255au c3255au = (C3255au) obj; return C14957gcv.b((Object) this.j, (Object) c3255au.j) && C14957gcv.b((Object) this.c, (Object) c3255au.c) && C14957gcv.b((Object) this.d, (Object) c3255au.d) && C14957gcv.b((Object) this.a, (Object) c3255au.a) && C14957gcv.b((Object) this.g, (Object) c3255au.g) && C14957gcv.b((Object) this.e, (Object) c3255au.e) && C14957gcv.b((Object) this.b, (Object) c3255au.b); } }