what-the-bank/sources/o/IwU.java

109 lines
3.9 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class IwU {
public final String a;
public final String b;
public final LWb c;
public final String d;
public final LWb e;
public final LWb f;
public final String g;
public final EPU h;
public final String i;
public final String j;
private final String k;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8217o;
public IwU(EPU epu, LWb lWb, LWb lWb2, LWb lWb3, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
C14957gcv.e(epu, "");
C14957gcv.e(lWb, "");
C14957gcv.e(lWb2, "");
C14957gcv.e(lWb3, "");
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
this.h = epu;
this.c = lWb;
this.e = lWb2;
this.f = lWb3;
this.j = str;
this.f8217o = str2;
this.n = str3;
this.d = str4;
this.a = str5;
this.b = str6;
this.g = str7;
this.i = str8;
this.k = str9;
}
public final String toString() {
EPU epu = this.h;
LWb lWb = this.c;
LWb lWb2 = this.e;
LWb lWb3 = this.f;
String str = this.j;
String str2 = this.f8217o;
String str3 = this.n;
String str4 = this.d;
String str5 = this.a;
String str6 = this.b;
String str7 = this.g;
String str8 = this.i;
String str9 = this.k;
StringBuilder sb = new StringBuilder("Address(registeredAddress=");
sb.append(epu);
sb.append(", homeAddress=");
sb.append(lWb);
sb.append(", currentAddress=");
sb.append(lWb2);
sb.append(", workAddress=");
sb.append(lWb3);
sb.append(", homeRegisteredSameFlag=");
sb.append(str);
sb.append(", workRegisteredSameFlag=");
sb.append(str2);
sb.append(", workHomeSameFlag=");
sb.append(str3);
sb.append(", currentRegisteredSameFlag=");
sb.append(str4);
sb.append(", currentHomeSameFlag=");
sb.append(str5);
sb.append(", currentworkSameFlag=");
sb.append(str6);
sb.append(", mailingHomeSameFlag=");
sb.append(str7);
sb.append(", mailingworkSameFlag=");
sb.append(str8);
sb.append(", mailingCurrentSameFlag=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((((((((this.h.hashCode() * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.f.hashCode()) * 31) + this.j.hashCode()) * 31) + this.f8217o.hashCode()) * 31) + this.n.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.g.hashCode()) * 31) + this.i.hashCode()) * 31) + this.k.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IwU)) {
return false;
}
IwU iwU = (IwU) obj;
return C14957gcv.b(this.h, iwU.h) && C14957gcv.b(this.c, iwU.c) && C14957gcv.b(this.e, iwU.e) && C14957gcv.b(this.f, iwU.f) && C14957gcv.b((Object) this.j, (Object) iwU.j) && C14957gcv.b((Object) this.f8217o, (Object) iwU.f8217o) && C14957gcv.b((Object) this.n, (Object) iwU.n) && C14957gcv.b((Object) this.d, (Object) iwU.d) && C14957gcv.b((Object) this.a, (Object) iwU.a) && C14957gcv.b((Object) this.b, (Object) iwU.b) && C14957gcv.b((Object) this.g, (Object) iwU.g) && C14957gcv.b((Object) this.i, (Object) iwU.i) && C14957gcv.b((Object) this.k, (Object) iwU.k);
}
}