package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes3.dex */ public final class UH implements Parcelable { public static final Parcelable.Creator CREATOR = new LWm(); public final String a; public final String b; public final String c; public String d; public final String e; public final String f; public final String g; public final String h; public final String i; public final String j; public final String k; public final String l; public final String m; public final String n; /* renamed from: o, reason: collision with root package name */ public final String f8387o; @Override // android.os.Parcelable public final int describeContents() { return 0; } public UH(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, String str15) { this.i = str; this.l = str2; this.g = str3; this.k = str4; this.j = str5; this.m = str6; this.b = str7; this.f8387o = str8; this.c = str9; this.n = str10; this.f = str11; this.a = str12; this.h = str13; this.e = str14; this.d = str15; } /* loaded from: classes3.dex */ public static final class LWm implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ UH createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new UH(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString()); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ UH[] newArray(int i) { return new UH[i]; } } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.i); parcel.writeString(this.l); parcel.writeString(this.g); parcel.writeString(this.k); parcel.writeString(this.j); parcel.writeString(this.m); parcel.writeString(this.b); parcel.writeString(this.f8387o); parcel.writeString(this.c); parcel.writeString(this.n); parcel.writeString(this.f); parcel.writeString(this.a); parcel.writeString(this.h); parcel.writeString(this.e); parcel.writeString(this.d); } public final String toString() { String str = this.i; String str2 = this.l; String str3 = this.g; String str4 = this.k; String str5 = this.j; String str6 = this.m; String str7 = this.b; String str8 = this.f8387o; String str9 = this.c; String str10 = this.n; String str11 = this.f; String str12 = this.a; String str13 = this.h; String str14 = this.e; String str15 = this.d; StringBuilder sb = new StringBuilder("CurrentAddressDisplay(houseNumber="); sb.append(str); sb.append(", unit="); sb.append(str2); sb.append(", floor="); sb.append(str3); sb.append(", village="); sb.append(str4); sb.append(", moo="); sb.append(str5); sb.append(", trok="); sb.append(str6); sb.append(", alley="); sb.append(str7); sb.append(", road="); sb.append(str8); sb.append(", district="); sb.append(str9); sb.append(", subDistrict="); sb.append(str10); sb.append(", province="); sb.append(str11); sb.append(", countryCode="); sb.append(str12); sb.append(", postalCode="); sb.append(str13); sb.append(", addressFormatted="); sb.append(str14); sb.append(", countryOfBirth="); sb.append(str15); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.i; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.l; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.g; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.k; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.j; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.m; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.b; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.f8387o; int hashCode8 = str8 == null ? 0 : str8.hashCode(); String str9 = this.c; int hashCode9 = str9 == null ? 0 : str9.hashCode(); String str10 = this.n; int hashCode10 = str10 == null ? 0 : str10.hashCode(); String str11 = this.f; int hashCode11 = str11 == null ? 0 : str11.hashCode(); String str12 = this.a; int hashCode12 = str12 == null ? 0 : str12.hashCode(); String str13 = this.h; int hashCode13 = str13 == null ? 0 : str13.hashCode(); String str14 = this.e; int hashCode14 = str14 == null ? 0 : str14.hashCode(); String str15 = this.d; return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (str15 != null ? str15.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof UH)) { return false; } UH uh = (UH) obj; return C14957gcv.b((Object) this.i, (Object) uh.i) && C14957gcv.b((Object) this.l, (Object) uh.l) && C14957gcv.b((Object) this.g, (Object) uh.g) && C14957gcv.b((Object) this.k, (Object) uh.k) && C14957gcv.b((Object) this.j, (Object) uh.j) && C14957gcv.b((Object) this.m, (Object) uh.m) && C14957gcv.b((Object) this.b, (Object) uh.b) && C14957gcv.b((Object) this.f8387o, (Object) uh.f8387o) && C14957gcv.b((Object) this.c, (Object) uh.c) && C14957gcv.b((Object) this.n, (Object) uh.n) && C14957gcv.b((Object) this.f, (Object) uh.f) && C14957gcv.b((Object) this.a, (Object) uh.a) && C14957gcv.b((Object) this.h, (Object) uh.h) && C14957gcv.b((Object) this.e, (Object) uh.e) && C14957gcv.b((Object) this.d, (Object) uh.d); } }