package o; import com.google.android.libraries.places.api.model.PlaceTypes; import com.google.gson.annotations.SerializedName; /* renamed from: o.bh, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4803bh { @SerializedName("alley") private String a; @SerializedName("district") private final String b; @SerializedName(PlaceTypes.FLOOR) private String c; @SerializedName("postalCode") public final String d; @SerializedName("province") public final String e; @SerializedName("unit") private String f; @SerializedName("road") private String g; @SerializedName("subDistrict") private final String h; @SerializedName("number") private String i; @SerializedName("moo") private String j; @SerializedName("village") private String n; public C4803bh(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11) { this.f = str; this.c = str2; this.i = str3; this.n = str4; this.j = str5; this.a = str6; this.g = str7; this.b = str8; this.h = str9; this.e = str10; this.d = str11; } public final String toString() { String str = this.f; String str2 = this.c; String str3 = this.i; String str4 = this.n; String str5 = this.j; String str6 = this.a; String str7 = this.g; String str8 = this.b; String str9 = this.h; String str10 = this.e; String str11 = this.d; StringBuilder sb = new StringBuilder("MailingAddressLocaleRequest(unitNumber="); sb.append(str); sb.append(", floorNumber="); sb.append(str2); sb.append(", number="); sb.append(str3); sb.append(", village="); sb.append(str4); sb.append(", moo="); sb.append(str5); sb.append(", alley="); sb.append(str6); sb.append(", road="); sb.append(str7); sb.append(", district="); sb.append(str8); sb.append(", subDistrict="); sb.append(str9); sb.append(", province="); sb.append(str10); sb.append(", postalCode="); sb.append(str11); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.f; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.i; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.n; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.j; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.a; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.g; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.b; int hashCode8 = str8 == null ? 0 : str8.hashCode(); String str9 = this.h; int hashCode9 = str9 == null ? 0 : str9.hashCode(); String str10 = this.e; int hashCode10 = str10 == null ? 0 : str10.hashCode(); String str11 = this.d; return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str11 != null ? str11.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4803bh)) { return false; } C4803bh c4803bh = (C4803bh) obj; return C14957gcv.b((Object) this.f, (Object) c4803bh.f) && C14957gcv.b((Object) this.c, (Object) c4803bh.c) && C14957gcv.b((Object) this.i, (Object) c4803bh.i) && C14957gcv.b((Object) this.n, (Object) c4803bh.n) && C14957gcv.b((Object) this.j, (Object) c4803bh.j) && C14957gcv.b((Object) this.a, (Object) c4803bh.a) && C14957gcv.b((Object) this.g, (Object) c4803bh.g) && C14957gcv.b((Object) this.b, (Object) c4803bh.b) && C14957gcv.b((Object) this.h, (Object) c4803bh.h) && C14957gcv.b((Object) this.e, (Object) c4803bh.e) && C14957gcv.b((Object) this.d, (Object) c4803bh.d); } }