package o; import java.util.List; import org.threeten.bp.OffsetDateTime; /* loaded from: classes3.dex */ public final class oPA { public final String a; public final LoR b; public final OffsetDateTime c; public final String d; public final String e; public final List f; public final String g; public final List h; public final double i; public final String j; public final String k; public final String l; public final String m; /* renamed from: o, reason: collision with root package name */ public final String f9230o; public oPA(String str, String str2, String str3, String str4, String str5, OffsetDateTime offsetDateTime, String str6, double d, List list, List list2, String str7, String str8, String str9, LoR loR) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str5, ""); C14957gcv.e(offsetDateTime, ""); C14957gcv.e(str6, ""); C14957gcv.e(list, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); C14957gcv.e(str9, ""); C14957gcv.e(loR, ""); this.k = str; this.j = str2; this.l = str3; this.d = str4; this.f9230o = str5; this.c = offsetDateTime; this.a = str6; this.i = d; this.f = list; this.h = list2; this.g = str7; this.e = str8; this.m = str9; this.b = loR; } public final String toString() { String str = this.k; String str2 = this.j; String str3 = this.l; String str4 = this.d; String str5 = this.f9230o; OffsetDateTime offsetDateTime = this.c; String str6 = this.a; double d = this.i; List list = this.f; List list2 = this.h; String str7 = this.g; String str8 = this.e; String str9 = this.m; LoR loR = this.b; StringBuilder sb = new StringBuilder("HmlApplicationsContactInfo(thaiTitle="); sb.append(str); sb.append(", engTitle="); sb.append(str2); sb.append(", thaiName="); sb.append(str3); sb.append(", engName="); sb.append(str4); sb.append(", mobileNo="); sb.append(str5); sb.append(", dateOfBirth="); sb.append(offsetDateTime); sb.append(", email="); sb.append(str6); sb.append(", income="); sb.append(d); sb.append(", mailingAddress="); sb.append(list); sb.append(", homeAddress="); sb.append(list2); sb.append(", maritalStatus="); sb.append(str7); sb.append(", educationLevel="); sb.append(str8); sb.append(", residentType="); sb.append(str9); sb.append(", citizenId="); sb.append(loR); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.k.hashCode(); int hashCode2 = this.j.hashCode(); int hashCode3 = this.l.hashCode(); String str = this.d; int hashCode4 = str == null ? 0 : str.hashCode(); int hashCode5 = this.f9230o.hashCode(); int hashCode6 = this.c.hashCode(); int hashCode7 = this.a.hashCode(); int hashCode8 = Double.hashCode(this.i); int hashCode9 = this.f.hashCode(); List list = this.h; return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (list != null ? list.hashCode() : 0)) * 31) + this.g.hashCode()) * 31) + this.e.hashCode()) * 31) + this.m.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof oPA)) { return false; } oPA opa = (oPA) obj; return C14957gcv.b((Object) this.k, (Object) opa.k) && C14957gcv.b((Object) this.j, (Object) opa.j) && C14957gcv.b((Object) this.l, (Object) opa.l) && C14957gcv.b((Object) this.d, (Object) opa.d) && C14957gcv.b((Object) this.f9230o, (Object) opa.f9230o) && C14957gcv.b(this.c, opa.c) && C14957gcv.b((Object) this.a, (Object) opa.a) && Double.compare(this.i, opa.i) == 0 && C14957gcv.b(this.f, opa.f) && C14957gcv.b(this.h, opa.h) && C14957gcv.b((Object) this.g, (Object) opa.g) && C14957gcv.b((Object) this.e, (Object) opa.e) && C14957gcv.b((Object) this.m, (Object) opa.m) && C14957gcv.b(this.b, opa.b); } }