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

187 lines
6.2 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Qj, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0869Qj implements Parcelable {
public static final Parcelable.Creator<C0869Qj> CREATOR = new IeS();
public boolean a;
public String b;
public C0877Qo c;
public boolean d;
public boolean e;
public boolean f;
public boolean g;
public C0877Qo h;
public boolean i;
public boolean j;
public boolean l;
public boolean m;
public C0877Qo n;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0869Qj(String str, C0877Qo c0877Qo, C0877Qo c0877Qo2, C0877Qo c0877Qo3, boolean z, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, boolean z8, boolean z9) {
C14957gcv.e(str, "");
C14957gcv.e(c0877Qo, "");
C14957gcv.e(c0877Qo2, "");
C14957gcv.e(c0877Qo3, "");
this.b = str;
this.h = c0877Qo;
this.n = c0877Qo2;
this.c = c0877Qo3;
this.i = z;
this.m = z2;
this.l = z3;
this.d = z4;
this.e = z5;
this.a = z6;
this.g = z7;
this.j = z8;
this.f = z9;
}
/* renamed from: o.Qj$IeS */
/* loaded from: classes3.dex */
public static final class IeS implements Parcelable.Creator<C0869Qj> {
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0869Qj createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C0869Qj(parcel.readString(), (C0877Qo) parcel.readParcelable(C0869Qj.class.getClassLoader()), (C0877Qo) parcel.readParcelable(C0869Qj.class.getClassLoader()), (C0877Qo) parcel.readParcelable(C0869Qj.class.getClassLoader()), parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0869Qj[] newArray(int i) {
return new C0869Qj[i];
}
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.b);
parcel.writeParcelable(this.h, i);
parcel.writeParcelable(this.n, i);
parcel.writeParcelable(this.c, i);
parcel.writeInt(this.i ? 1 : 0);
parcel.writeInt(this.m ? 1 : 0);
parcel.writeInt(this.l ? 1 : 0);
parcel.writeInt(this.d ? 1 : 0);
parcel.writeInt(this.e ? 1 : 0);
parcel.writeInt(this.a ? 1 : 0);
parcel.writeInt(this.g ? 1 : 0);
parcel.writeInt(this.j ? 1 : 0);
parcel.writeInt(this.f ? 1 : 0);
}
public final String toString() {
String str = this.b;
C0877Qo c0877Qo = this.h;
C0877Qo c0877Qo2 = this.n;
C0877Qo c0877Qo3 = this.c;
boolean z = this.i;
boolean z2 = this.m;
boolean z3 = this.l;
boolean z4 = this.d;
boolean z5 = this.e;
boolean z6 = this.a;
boolean z7 = this.g;
boolean z8 = this.j;
boolean z9 = this.f;
StringBuilder sb = new StringBuilder("AddressDisplay(addressRegisteredWithScb=");
sb.append(str);
sb.append(", homeAddress=");
sb.append(c0877Qo);
sb.append(", workingAddress=");
sb.append(c0877Qo2);
sb.append(", currentAddress=");
sb.append(c0877Qo3);
sb.append(", homeRegisteredSameFlag=");
sb.append(z);
sb.append(", workingRegisteredSameFlag=");
sb.append(z2);
sb.append(", workingHomeSameFlag=");
sb.append(z3);
sb.append(", currentRegisteredSameFlag=");
sb.append(z4);
sb.append(", currentHomeSameFlag=");
sb.append(z5);
sb.append(", currentWorkingSameFlag=");
sb.append(z6);
sb.append(", mailingHomeSameFlag=");
sb.append(z7);
sb.append(", mailingWorkingSameFlag=");
sb.append(z8);
sb.append(", mailingCurrentSameFlag=");
sb.append(z9);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.h.hashCode();
int hashCode3 = this.n.hashCode();
int hashCode4 = this.c.hashCode();
boolean z = this.i;
int i = z;
if (z != 0) {
i = 1;
}
boolean z2 = this.m;
int i2 = z2;
if (z2 != 0) {
i2 = 1;
}
boolean z3 = this.l;
int i3 = z3;
if (z3 != 0) {
i3 = 1;
}
boolean z4 = this.d;
int i4 = z4;
if (z4 != 0) {
i4 = 1;
}
boolean z5 = this.e;
int i5 = z5;
if (z5 != 0) {
i5 = 1;
}
boolean z6 = this.a;
int i6 = z6;
if (z6 != 0) {
i6 = 1;
}
boolean z7 = this.g;
int i7 = z7;
if (z7 != 0) {
i7 = 1;
}
boolean z8 = this.j;
int i8 = z8;
if (z8 != 0) {
i8 = 1;
}
boolean z9 = this.f;
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i) * 31) + i2) * 31) + i3) * 31) + i4) * 31) + i5) * 31) + i6) * 31) + i7) * 31) + i8) * 31) + (z9 ? 1 : z9 ? 1 : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0869Qj)) {
return false;
}
C0869Qj c0869Qj = (C0869Qj) obj;
return C14957gcv.b((Object) this.b, (Object) c0869Qj.b) && C14957gcv.b(this.h, c0869Qj.h) && C14957gcv.b(this.n, c0869Qj.n) && C14957gcv.b(this.c, c0869Qj.c) && this.i == c0869Qj.i && this.m == c0869Qj.m && this.l == c0869Qj.l && this.d == c0869Qj.d && this.e == c0869Qj.e && this.a == c0869Qj.a && this.g == c0869Qj.g && this.j == c0869Qj.j && this.f == c0869Qj.f;
}
}