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

165 lines
4.7 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* loaded from: classes3.dex */
public final class UY extends UV {
public static final Parcelable.Creator<UY> CREATOR = new Parcelable.Creator<UY>() { // from class: o.UY.5
@Override // android.os.Parcelable.Creator
public final /* synthetic */ UY createFromParcel(Parcel parcel) {
return new UY(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ UY[] newArray(int i) {
return new UY[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;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
private UY(Sts sts) {
this.r = sts.j;
this.s = sts.f;
this.d = sts.e;
this.a = sts.a;
this.e = sts.d;
this.f = sts.i;
this.g = sts.h;
this.c = sts.b;
this.h = sts.g;
this.b = sts.c;
}
public static Sts b() {
return new Sts((byte) 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
UY uy = (UY) obj;
String str = this.d;
if (str == null ? uy.d != null : !str.equals(uy.d)) {
return false;
}
String str2 = this.a;
if (str2 == null ? uy.a != null : !str2.equals(uy.a)) {
return false;
}
String str3 = this.e;
if (str3 == null ? uy.e != null : !str3.equals(uy.e)) {
return false;
}
String str4 = this.f;
if (str4 == null ? uy.f != null : !str4.equals(uy.f)) {
return false;
}
String str5 = this.g;
if (str5 == null ? uy.g != null : !str5.equals(uy.g)) {
return false;
}
String str6 = this.c;
if (str6 == null ? uy.c != null : !str6.equals(uy.c)) {
return false;
}
String str7 = this.h;
if (str7 == null ? uy.h != null : !str7.equals(uy.h)) {
return false;
}
String str8 = this.b;
String str9 = uy.b;
return str8 != null ? str8.equals(str9) : str9 == null;
}
public final int hashCode() {
String str = this.d;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.a;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.e;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.f;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.g;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.c;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
String str7 = this.h;
int hashCode7 = str7 != null ? str7.hashCode() : 0;
String str8 = this.b;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str8 != null ? str8.hashCode() : 0);
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
parcel.writeString(this.d);
parcel.writeString(this.a);
parcel.writeString(this.e);
parcel.writeString(this.f);
parcel.writeByte(this.r ? (byte) 1 : (byte) 0);
parcel.writeInt(this.s);
parcel.writeString(this.g);
parcel.writeString(this.c);
parcel.writeString(this.h);
parcel.writeString(this.b);
}
public UY() {
}
protected UY(Parcel parcel) {
this.d = parcel.readString();
this.a = parcel.readString();
this.e = parcel.readString();
this.f = parcel.readString();
this.r = parcel.readByte() != 0;
this.s = parcel.readInt();
this.g = parcel.readString();
this.c = parcel.readString();
this.h = parcel.readString();
this.b = parcel.readString();
}
/* loaded from: classes3.dex */
public static final class Sts {
public String a;
public String b;
public String c;
public String d;
public String e;
public int f;
public String g;
public String h;
public String i;
boolean j;
private Sts() {
}
/* synthetic */ Sts(byte b) {
this();
}
}
public /* synthetic */ UY(Sts sts, byte b) {
this(sts);
}
}