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

162 lines
5.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.List;
/* renamed from: o.Xx, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public class C1202Xx implements Parcelable {
public static final Parcelable.Creator<C1202Xx> CREATOR = new Parcelable.Creator<C1202Xx>() { // from class: o.Xx.4
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C1202Xx createFromParcel(Parcel parcel) {
return new C1202Xx(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C1202Xx[] newArray(int i) {
return new C1202Xx[i];
}
};
boolean a;
String b;
public List<XW> c;
public String d;
public String e;
public String f;
public String g;
public String h;
public List<XI> i;
String j;
public String k;
@Override // android.os.Parcelable
public int describeContents() {
return 0;
}
public C1202Xx(List<XI> list, String str, String str2, String str3, String str4, String str5, List<XW> list2, String str6, boolean z, String str7, String str8) {
this.i = list;
this.h = str;
this.f = str2;
this.k = str3;
this.g = str4;
this.d = str5;
this.c = list2;
this.j = str6;
this.a = z;
this.b = str7;
this.e = str8;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1202Xx)) {
return false;
}
C1202Xx c1202Xx = (C1202Xx) obj;
List<XI> list = this.i;
if (list == null ? c1202Xx.i != null : !list.equals(c1202Xx.i)) {
return false;
}
String str = this.h;
if (str == null ? c1202Xx.h != null : !str.equals(c1202Xx.h)) {
return false;
}
String str2 = this.f;
if (str2 == null ? c1202Xx.f != null : !str2.equals(c1202Xx.f)) {
return false;
}
String str3 = this.k;
if (str3 == null ? c1202Xx.k != null : !str3.equals(c1202Xx.k)) {
return false;
}
String str4 = this.g;
if (str4 == null ? c1202Xx.g != null : !str4.equals(c1202Xx.g)) {
return false;
}
String str5 = this.d;
if (str5 == null ? c1202Xx.d != null : !str5.equals(c1202Xx.d)) {
return false;
}
List<XW> list2 = this.c;
if (list2 == null ? c1202Xx.c != null : !list2.equals(c1202Xx.c)) {
return false;
}
String str6 = this.j;
if (str6 == null ? c1202Xx.j != null : !str6.equals(c1202Xx.j)) {
return false;
}
if (this.a != c1202Xx.a) {
return false;
}
String str7 = this.b;
if (str7 == null ? c1202Xx.b != null : !str7.equals(c1202Xx.b)) {
return false;
}
String str8 = this.e;
String str9 = c1202Xx.e;
return str8 != null ? str8.equals(str9) : str9 == null;
}
public int hashCode() {
List<XI> list = this.i;
int hashCode = list != null ? list.hashCode() : 0;
String str = this.h;
int hashCode2 = str != null ? str.hashCode() : 0;
String str2 = this.f;
int hashCode3 = str2 != null ? str2.hashCode() : 0;
String str3 = this.k;
int hashCode4 = str3 != null ? str3.hashCode() : 0;
String str4 = this.g;
int hashCode5 = str4 != null ? str4.hashCode() : 0;
String str5 = this.d;
int hashCode6 = str5 != null ? str5.hashCode() : 0;
List<XW> list2 = this.c;
int hashCode7 = list2 != null ? list2.hashCode() : 0;
String str6 = this.j;
int hashCode8 = str6 != null ? str6.hashCode() : 0;
boolean z = this.a;
String str7 = this.b;
int hashCode9 = str7 != null ? str7.hashCode() : 0;
String str8 = this.e;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (z ? 1 : 0)) * 31) + hashCode9) * 31) + (str8 != null ? str8.hashCode() : 0);
}
protected C1202Xx(Parcel parcel) {
this.i = parcel.createTypedArrayList(XI.CREATOR);
this.h = parcel.readString();
this.f = parcel.readString();
this.k = parcel.readString();
this.g = parcel.readString();
this.d = parcel.readString();
this.c = parcel.createTypedArrayList(XW.CREATOR);
this.j = parcel.readString();
this.a = parcel.readByte() != 0;
this.b = parcel.readString();
this.e = parcel.readString();
this.i = parcel.createTypedArrayList(XI.CREATOR);
}
@Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) {
parcel.writeTypedList(this.i);
parcel.writeString(this.h);
parcel.writeString(this.f);
parcel.writeString(this.k);
parcel.writeString(this.g);
parcel.writeString(this.d);
parcel.writeTypedList(this.c);
parcel.writeString(this.j);
parcel.writeByte(this.a ? (byte) 1 : (byte) 0);
parcel.writeString(this.b);
parcel.writeString(this.e);
parcel.writeTypedList(this.i);
}
public /* synthetic */ C1202Xx() {
}
}