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

227 lines
6.9 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* loaded from: classes3.dex */
public class UU extends UV {
public static final Parcelable.Creator<UU> CREATOR = new Parcelable.Creator<UU>() { // from class: o.UU.3
@Override // android.os.Parcelable.Creator
public final /* synthetic */ UU createFromParcel(Parcel parcel) {
return new UU(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ UU[] newArray(int i) {
return new UU[i];
}
};
public String a;
public String b;
public String c;
public String d;
public String e;
public String f;
public String g;
public String h;
public boolean i;
public String j;
public boolean k;
public boolean l;
public String m;
public String n;
/* renamed from: o, reason: collision with root package name */
public String f8390o;
@Override // android.os.Parcelable
public int describeContents() {
return 0;
}
private UU(IeS ieS) {
this.r = ieS.f;
this.s = ieS.q;
this.e = ieS.d;
this.b = ieS.b;
this.a = ieS.e;
this.m = ieS.n;
this.d = ieS.c;
this.n = ieS.t;
boolean z = ieS.k;
this.l = false;
this.h = ieS.l;
this.i = ieS.g;
this.f = ieS.j;
this.k = ieS.m;
this.g = ieS.i;
this.c = ieS.a;
this.f8390o = ieS.f8391o;
this.j = ieS.h;
}
public static IeS d() {
return new IeS((byte) 0);
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
UU uu = (UU) obj;
if (this.l != uu.l || this.k != uu.k || this.i != uu.i) {
return false;
}
String str = this.e;
if (str == null ? uu.e != null : !str.equals(uu.e)) {
return false;
}
String str2 = this.b;
if (str2 == null ? uu.b != null : !str2.equals(uu.b)) {
return false;
}
String str3 = this.a;
if (str3 == null ? uu.a != null : !str3.equals(uu.a)) {
return false;
}
String str4 = this.m;
if (str4 == null ? uu.m != null : !str4.equals(uu.m)) {
return false;
}
String str5 = this.d;
if (str5 == null ? uu.d != null : !str5.equals(uu.d)) {
return false;
}
String str6 = this.n;
if (str6 == null ? uu.n != null : !str6.equals(uu.n)) {
return false;
}
String str7 = this.g;
if (str7 == null ? uu.g != null : !str7.equals(uu.g)) {
return false;
}
String str8 = this.c;
if (str8 == null ? uu.c != null : !str8.equals(uu.c)) {
return false;
}
String str9 = this.f8390o;
if (str9 == null ? uu.f8390o != null : !str9.equals(uu.f8390o)) {
return false;
}
String str10 = this.j;
if (str10 == null ? uu.j != null : !str10.equals(uu.j)) {
return false;
}
String str11 = this.h;
String str12 = uu.h;
return str11 != null ? str11.equals(str12) : str12 == null;
}
public int hashCode() {
String str = this.e;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.b;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.a;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.m;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.d;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.n;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
boolean z = this.l;
String str7 = this.h;
int hashCode7 = str7 != null ? str7.hashCode() : 0;
boolean z2 = this.i;
boolean z3 = this.k;
String str8 = this.g;
int hashCode8 = str8 != null ? str8.hashCode() : 0;
String str9 = this.c;
int hashCode9 = str9 != null ? str9.hashCode() : 0;
String str10 = this.f8390o;
int hashCode10 = str10 != null ? str10.hashCode() : 0;
String str11 = this.j;
return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (z ? 1 : 0)) * 31) + hashCode7) * 31) + (z2 ? 1 : 0)) * 31) + (z3 ? 1 : 0)) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str11 != null ? str11.hashCode() : 0);
}
/* loaded from: classes3.dex */
public static final class IeS {
public String a;
public String b;
public String c;
public String d;
public String e;
public boolean f;
public boolean g;
public String h;
public String i;
public String j;
boolean k;
String l;
public boolean m;
public String n;
/* renamed from: o, reason: collision with root package name */
public String f8391o;
public int q;
public String t;
private IeS() {
this.m = true;
}
/* synthetic */ IeS(byte b) {
this();
}
}
@Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) {
parcel.writeString(this.e);
parcel.writeString(this.b);
parcel.writeString(this.a);
parcel.writeString(this.m);
parcel.writeString(this.d);
parcel.writeString(this.n);
parcel.writeByte(this.l ? (byte) 1 : (byte) 0);
parcel.writeString(this.h);
parcel.writeByte(this.r ? (byte) 1 : (byte) 0);
parcel.writeInt(this.s);
parcel.writeByte(this.i ? (byte) 1 : (byte) 0);
parcel.writeString(this.f);
parcel.writeByte(this.k ? (byte) 1 : (byte) 0);
parcel.writeString(this.g);
parcel.writeString(this.c);
parcel.writeString(this.f8390o);
parcel.writeString(this.j);
}
protected UU(Parcel parcel) {
this.e = parcel.readString();
this.b = parcel.readString();
this.a = parcel.readString();
this.m = parcel.readString();
this.d = parcel.readString();
this.n = parcel.readString();
this.l = parcel.readByte() != 0;
this.h = parcel.readString();
this.r = parcel.readByte() != 0;
this.s = parcel.readInt();
this.i = parcel.readByte() != 0;
this.f = parcel.readString();
this.k = parcel.readByte() != 0;
this.g = parcel.readString();
this.c = parcel.readString();
this.f8390o = parcel.readString();
this.j = parcel.readString();
}
public /* synthetic */ UU(IeS ieS, byte b) {
this(ieS);
}
}