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

194 lines
6.4 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* loaded from: classes3.dex */
public final class VO extends EQ implements Parcelable {
public static final Parcelable.Creator<VO> CREATOR = new Parcelable.Creator<VO>() { // from class: o.VO.3
@Override // android.os.Parcelable.Creator
public final /* synthetic */ VO createFromParcel(Parcel parcel) {
return new VO(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ VO[] newArray(int i) {
return new VO[0];
}
};
public boolean a;
public EN b;
public String c;
public String d;
public String f;
public String g;
public String h;
public int i;
public String j;
public String k;
public VW l;
private String m;
public String n;
/* renamed from: o, reason: collision with root package name */
public VU f8412o;
private int p;
private String q;
@Override // o.EQ, android.os.Parcelable
public final int describeContents() {
return 0;
}
public VO(Parcel parcel) {
this.p = parcel.readInt();
this.g = parcel.readString();
this.i = parcel.readInt();
this.j = parcel.readString();
this.b = (EN) parcel.readParcelable(EN.class.getClassLoader());
this.k = parcel.readString();
this.m = parcel.readString();
this.q = parcel.readString();
this.n = parcel.readString();
this.c = parcel.readString();
this.d = parcel.readString();
this.f8412o = (VU) parcel.readParcelable(VU.class.getClassLoader());
this.l = (VW) parcel.readParcelable(VW.class.getClassLoader());
this.f = parcel.readString();
this.h = parcel.readString();
}
public VO(int i, String str, int i2, String str2, EN en, String str3, String str4, String str5, String str6, String str7, String str8, VU vu, VW vw, String str9, String str10, boolean z) {
this.p = i;
this.g = str;
this.i = i2;
this.j = str2;
this.b = en;
this.k = str3;
this.m = str4;
this.q = str5;
this.n = str6;
this.c = str7;
this.d = str8;
this.f8412o = vu;
this.l = vw;
this.f = str9;
this.h = str10;
this.a = z;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
VO vo = (VO) obj;
if (this.p != vo.p || this.i != vo.i) {
return false;
}
String str = this.g;
if (str == null ? vo.g != null : !str.equals(vo.g)) {
return false;
}
String str2 = this.j;
if (str2 == null ? vo.j != null : !str2.equals(vo.j)) {
return false;
}
EN en = this.b;
if (en == null ? vo.b != null : !en.equals(vo.b)) {
return false;
}
String str3 = this.k;
if (str3 == null ? vo.k != null : !str3.equals(vo.k)) {
return false;
}
String str4 = this.m;
if (str4 == null ? vo.m != null : !str4.equals(vo.m)) {
return false;
}
String str5 = this.q;
if (str5 == null ? vo.q != null : !str5.equals(vo.q)) {
return false;
}
String str6 = this.n;
if (str6 == null ? vo.n != null : !str6.equals(vo.n)) {
return false;
}
String str7 = this.c;
if (str7 == null ? vo.c != null : !str7.equals(vo.c)) {
return false;
}
String str8 = this.d;
if (str8 == null ? vo.d != null : !str8.equals(vo.d)) {
return false;
}
VU vu = this.f8412o;
if (vu == null ? vo.f8412o != null : !vu.equals(vo.f8412o)) {
return false;
}
VW vw = this.l;
if (vw == null ? vo.l != null : !vw.equals(vo.l)) {
return false;
}
String str9 = this.f;
if (str9 == null ? vo.f != null : !str9.equals(vo.f)) {
return false;
}
String str10 = this.h;
String str11 = vo.h;
return str10 != null ? str10.equals(str11) : str11 == null;
}
public final int hashCode() {
int i = this.p;
String str = this.g;
int hashCode = str != null ? str.hashCode() : 0;
int i2 = this.i;
String str2 = this.j;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
EN en = this.b;
int hashCode3 = en != null ? en.hashCode() : 0;
String str3 = this.k;
int hashCode4 = str3 != null ? str3.hashCode() : 0;
String str4 = this.m;
int hashCode5 = str4 != null ? str4.hashCode() : 0;
String str5 = this.q;
int hashCode6 = str5 != null ? str5.hashCode() : 0;
String str6 = this.n;
int hashCode7 = str6 != null ? str6.hashCode() : 0;
String str7 = this.c;
int hashCode8 = str7 != null ? str7.hashCode() : 0;
String str8 = this.d;
int hashCode9 = str8 != null ? str8.hashCode() : 0;
VU vu = this.f8412o;
int hashCode10 = vu != null ? vu.hashCode() : 0;
VW vw = this.l;
int hashCode11 = vw != null ? vw.hashCode() : 0;
String str9 = this.f;
int hashCode12 = str9 != null ? str9.hashCode() : 0;
String str10 = this.h;
return (((((((((((((((((((((((((((i * 31) + hashCode) * 31) + i2) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str10 != null ? str10.hashCode() : 0);
}
@Override // o.EQ, android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
parcel.writeInt(this.p);
parcel.writeString(this.g);
parcel.writeInt(this.i);
parcel.writeString(this.j);
parcel.writeParcelable(this.b, i);
parcel.writeString(this.k);
parcel.writeString(this.m);
parcel.writeString(this.q);
parcel.writeString(this.n);
parcel.writeString(this.c);
parcel.writeString(this.d);
parcel.writeParcelable(this.f8412o, i);
parcel.writeParcelable(this.l, i);
parcel.writeString(this.f);
parcel.writeString(this.h);
}
}