package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.eW, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C11026eW { @SerializedName("currentAddress") private final C2991ap a; @SerializedName("homeAddress") private final C2991ap b; @SerializedName("currentHomeSameFlag") private final String c; @SerializedName("confirmAddrFlag") private final String d; @SerializedName("isHavingWorkAddr") private final String e; @SerializedName("mailingCurrentSameFlag") private final String f; @SerializedName("mailingWorkSameFlag") private final String g; @SerializedName("validateFlag") private final Boolean h; @SerializedName("mailingAddress") private final C2991ap i; @SerializedName("mailingHomeSameFlag") private final String j; @SerializedName("workHomeSameFlag") private final String m; @SerializedName("workAddress") private final C2991ap n; /* renamed from: o, reason: collision with root package name */ @SerializedName("workCurrentSameFlag") private final String f8958o; public C11026eW(C2991ap c2991ap, C2991ap c2991ap2, C2991ap c2991ap3, C2991ap c2991ap4, String str, String str2, String str3, String str4, String str5, String str6, Boolean bool, String str7, String str8) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); this.b = c2991ap; this.n = c2991ap2; this.a = c2991ap3; this.i = c2991ap4; this.m = str; this.f8958o = str2; this.c = str3; this.j = str4; this.g = str5; this.f = str6; this.h = bool; this.d = str7; this.e = str8; } public final String toString() { C2991ap c2991ap = this.b; C2991ap c2991ap2 = this.n; C2991ap c2991ap3 = this.a; C2991ap c2991ap4 = this.i; String str = this.m; String str2 = this.f8958o; String str3 = this.c; String str4 = this.j; String str5 = this.g; String str6 = this.f; Boolean bool = this.h; String str7 = this.d; String str8 = this.e; StringBuilder sb = new StringBuilder("SingleFormAddressRequest(homeAddress="); sb.append(c2991ap); sb.append(", workAddress="); sb.append(c2991ap2); sb.append(", currentAddress="); sb.append(c2991ap3); sb.append(", mailingAddress="); sb.append(c2991ap4); sb.append(", workHomeSameFlag="); sb.append(str); sb.append(", workCurrentSameFlag="); sb.append(str2); sb.append(", currentHomeSameFlag="); sb.append(str3); sb.append(", mailingHomeSameFlag="); sb.append(str4); sb.append(", mailingWorkSameFlag="); sb.append(str5); sb.append(", mailingCurrentSameFlag="); sb.append(str6); sb.append(", validateFlag="); sb.append(bool); sb.append(", confirmAddrFlag="); sb.append(str7); sb.append(", isHavingWorkAddr="); sb.append(str8); sb.append(")"); return sb.toString(); } public final int hashCode() { C2991ap c2991ap = this.b; int hashCode = c2991ap == null ? 0 : c2991ap.hashCode(); C2991ap c2991ap2 = this.n; int hashCode2 = c2991ap2 == null ? 0 : c2991ap2.hashCode(); C2991ap c2991ap3 = this.a; int hashCode3 = c2991ap3 == null ? 0 : c2991ap3.hashCode(); C2991ap c2991ap4 = this.i; int hashCode4 = c2991ap4 == null ? 0 : c2991ap4.hashCode(); int hashCode5 = this.m.hashCode(); int hashCode6 = this.f8958o.hashCode(); int hashCode7 = this.c.hashCode(); int hashCode8 = this.j.hashCode(); int hashCode9 = this.g.hashCode(); int hashCode10 = this.f.hashCode(); Boolean bool = this.h; int hashCode11 = bool == null ? 0 : bool.hashCode(); String str = this.d; int hashCode12 = str == null ? 0 : str.hashCode(); String str2 = this.e; 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) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C11026eW)) { return false; } C11026eW c11026eW = (C11026eW) obj; return C14957gcv.b(this.b, c11026eW.b) && C14957gcv.b(this.n, c11026eW.n) && C14957gcv.b(this.a, c11026eW.a) && C14957gcv.b(this.i, c11026eW.i) && C14957gcv.b((Object) this.m, (Object) c11026eW.m) && C14957gcv.b((Object) this.f8958o, (Object) c11026eW.f8958o) && C14957gcv.b((Object) this.c, (Object) c11026eW.c) && C14957gcv.b((Object) this.j, (Object) c11026eW.j) && C14957gcv.b((Object) this.g, (Object) c11026eW.g) && C14957gcv.b((Object) this.f, (Object) c11026eW.f) && C14957gcv.b(this.h, c11026eW.h) && C14957gcv.b((Object) this.d, (Object) c11026eW.d) && C14957gcv.b((Object) this.e, (Object) c11026eW.e); } }