package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; /* loaded from: classes3.dex */ public final class YlM { @SerializedName("enName") public final String a; @SerializedName(CommonConstant.KEY_GENDER) public final String b; @SerializedName("cidAddress") public final String c; @SerializedName("citizenId") public final String d; @SerializedName("dateOfBirth") public final String e; @SerializedName("maritalStatus") public final String f; @SerializedName("nationality") public final String g; @SerializedName("thName") public final String h; public final String toString() { String str = this.h; String str2 = this.a; String str3 = this.g; String str4 = this.d; String str5 = this.e; String str6 = this.f; String str7 = this.b; String str8 = this.c; StringBuilder sb = new StringBuilder("IdpPersonalInfoEntity(thName="); sb.append(str); sb.append(", enName="); sb.append(str2); sb.append(", nationality="); sb.append(str3); sb.append(", citizenId="); sb.append(str4); sb.append(", dateOfBirth="); sb.append(str5); sb.append(", maritalStatus="); sb.append(str6); sb.append(", gender="); sb.append(str7); sb.append(", cidAddress="); sb.append(str8); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.h; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.g; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.d; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.e; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.f; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.b; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.c; 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 YlM)) { return false; } YlM ylM = (YlM) obj; return C14957gcv.b((Object) this.h, (Object) ylM.h) && C14957gcv.b((Object) this.a, (Object) ylM.a) && C14957gcv.b((Object) this.g, (Object) ylM.g) && C14957gcv.b((Object) this.d, (Object) ylM.d) && C14957gcv.b((Object) this.e, (Object) ylM.e) && C14957gcv.b((Object) this.f, (Object) ylM.f) && C14957gcv.b((Object) this.b, (Object) ylM.b) && C14957gcv.b((Object) this.c, (Object) ylM.c); } }