package o; /* loaded from: classes3.dex */ public final class PIc { public final wCl a; public final String b; public final String c; public final String d; public final wCl e; public final wCl f; public final String g; public final String h; public final String i; public final String j; public PIc(wCl wcl, wCl wcl2, wCl wcl3, String str, String str2, String str3, String str4, String str5, String str6, String str7) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); this.a = wcl; this.e = wcl2; this.f = wcl3; this.g = str; this.j = str2; this.d = str3; this.h = str4; this.i = str5; this.b = str6; this.c = str7; } public final String toString() { wCl wcl = this.a; wCl wcl2 = this.e; wCl wcl3 = this.f; String str = this.g; String str2 = this.j; String str3 = this.d; String str4 = this.h; String str5 = this.i; String str6 = this.b; String str7 = this.c; StringBuilder sb = new StringBuilder("SingleFormAddress(homeAddress="); sb.append(wcl); sb.append(", currentAddress="); sb.append(wcl2); sb.append(", workAddress="); sb.append(wcl3); 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(", displayWorkAddress="); sb.append(str7); sb.append(")"); return sb.toString(); } public final int hashCode() { wCl wcl = this.a; int hashCode = wcl == null ? 0 : wcl.hashCode(); wCl wcl2 = this.e; int hashCode2 = wcl2 == null ? 0 : wcl2.hashCode(); wCl wcl3 = this.f; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + (wcl3 != null ? wcl3.hashCode() : 0)) * 31) + this.g.hashCode()) * 31) + this.j.hashCode()) * 31) + this.d.hashCode()) * 31) + this.h.hashCode()) * 31) + this.i.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof PIc)) { return false; } PIc pIc = (PIc) obj; return C14957gcv.b(this.a, pIc.a) && C14957gcv.b(this.e, pIc.e) && C14957gcv.b(this.f, pIc.f) && C14957gcv.b((Object) this.g, (Object) pIc.g) && C14957gcv.b((Object) this.j, (Object) pIc.j) && C14957gcv.b((Object) this.d, (Object) pIc.d) && C14957gcv.b((Object) this.h, (Object) pIc.h) && C14957gcv.b((Object) this.i, (Object) pIc.i) && C14957gcv.b((Object) this.b, (Object) pIc.b) && C14957gcv.b((Object) this.c, (Object) pIc.c); } }