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

401 lines
14 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
import java.math.BigDecimal;
import java.util.List;
/* renamed from: o.Fm, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0390Fm extends EQ implements Parcelable {
public static final Parcelable.Creator<C0390Fm> CREATOR = new Parcelable.Creator<C0390Fm>() { // from class: o.Fm.4
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0390Fm createFromParcel(Parcel parcel) {
return new C0390Fm(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0390Fm[] newArray(int i) {
return new C0390Fm[i];
}
};
public String A;
public String B;
private BigDecimal C;
public String D;
private int E;
public String a;
public String b;
public String c;
public String d;
public String f;
public String g;
public String h;
public String i;
public String j;
public String k;
public List<C0394Fo> l;
public String m;
public List<C0395Fp> n;
/* renamed from: o, reason: collision with root package name */
public String f8174o;
public String p;
public boolean q;
public Integer r;
public String s;
public String t;
public int u;
public String v;
public String w;
public String x;
public Integer y;
public String z;
@Override // o.EQ, android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0390Fm(String str, String str2, int i, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, Integer num, Integer num2, String str12, String str13, boolean z, String str14, String str15, String str16, String str17, String str18, String str19, String str20, boolean z2, String str21) {
this.x = str;
this.v = str2;
this.u = i;
this.w = str3;
this.a = str4;
this.c = str5;
this.g = str6;
this.i = str7;
this.s = str8;
this.z = str9;
this.m = str10;
this.D = str11;
this.r = num;
this.y = num2;
this.k = str12;
this.f8174o = str13;
this.q = z;
this.d = str14;
this.t = str15;
this.b = str16;
this.f = str17;
this.j = str18;
this.h = str19;
this.B = str20;
this.e = z2;
this.p = str21;
}
public C0390Fm(String str, int i, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, Integer num, Integer num2, String str11, String str12, String str13, String str14, int i2, List<C0394Fo> list, boolean z, String str15) {
this.x = str;
this.u = i;
this.w = str2;
this.a = str3;
this.c = str4;
this.g = str5;
this.i = str6;
this.s = str7;
this.z = str8;
this.m = str9;
this.D = str10;
this.r = num;
this.y = num2;
this.k = str11;
this.f8174o = str12;
this.A = str13;
this.d = str14;
this.E = i2;
this.l = list;
this.e = z;
this.p = str15;
}
public C0390Fm(String str, int i, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, Integer num, Integer num2, BigDecimal bigDecimal, String str11, String str12, String str13, String str14, int i2, List<C0395Fp> list, boolean z, String str15) {
this.x = str;
this.u = i;
this.w = str2;
this.a = str3;
this.c = str4;
this.g = str5;
this.i = str6;
this.s = str7;
this.z = str8;
this.m = str9;
this.D = str10;
this.r = num;
this.y = num2;
this.C = bigDecimal;
this.k = str11;
this.f8174o = str12;
this.A = str13;
this.d = str14;
this.E = i2;
this.n = list;
this.e = z;
this.p = str15;
}
protected C0390Fm(Parcel parcel) {
this.x = parcel.readString();
this.v = parcel.readString();
this.u = parcel.readInt();
this.w = parcel.readString();
this.a = parcel.readString();
this.c = parcel.readString();
this.g = parcel.readString();
this.i = parcel.readString();
this.s = parcel.readString();
this.z = parcel.readString();
this.m = parcel.readString();
this.D = parcel.readString();
if (parcel.readByte() == 0) {
this.r = null;
} else {
this.r = Integer.valueOf(parcel.readInt());
}
if (parcel.readByte() == 0) {
this.y = null;
} else {
this.y = Integer.valueOf(parcel.readInt());
}
this.k = parcel.readString();
this.f8174o = parcel.readString();
this.A = parcel.readString();
this.q = parcel.readByte() != 0;
this.d = parcel.readString();
this.t = parcel.readString();
this.E = parcel.readInt();
this.l = parcel.createTypedArrayList(C0394Fo.CREATOR);
this.n = parcel.createTypedArrayList(C0395Fp.CREATOR);
this.b = parcel.readString();
this.f = parcel.readString();
this.j = parcel.readString();
this.h = parcel.readString();
this.B = parcel.readString();
this.p = parcel.readString();
}
@Override // o.EQ, android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
parcel.writeString(this.x);
parcel.writeString(this.v);
parcel.writeInt(this.u);
parcel.writeString(this.w);
parcel.writeString(this.a);
parcel.writeString(this.c);
parcel.writeString(this.g);
parcel.writeString(this.i);
parcel.writeString(this.s);
parcel.writeString(this.z);
parcel.writeString(this.m);
parcel.writeString(this.D);
if (this.r == null) {
parcel.writeByte((byte) 0);
} else {
parcel.writeByte((byte) 1);
parcel.writeInt(this.r.intValue());
}
if (this.y == null) {
parcel.writeByte((byte) 0);
} else {
parcel.writeByte((byte) 1);
parcel.writeInt(this.y.intValue());
}
parcel.writeString(this.k);
parcel.writeString(this.f8174o);
parcel.writeString(this.A);
parcel.writeByte(this.q ? (byte) 1 : (byte) 0);
parcel.writeString(this.d);
parcel.writeString(this.t);
parcel.writeInt(this.E);
parcel.writeTypedList(this.l);
parcel.writeTypedList(this.n);
parcel.writeString(this.b);
parcel.writeString(this.f);
parcel.writeString(this.j);
parcel.writeString(this.h);
parcel.writeString(this.B);
parcel.writeString(this.p);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C0390Fm c0390Fm = (C0390Fm) obj;
if (this.u != c0390Fm.u || this.q != c0390Fm.q || this.E != c0390Fm.E) {
return false;
}
String str = this.x;
if (str == null ? c0390Fm.x != null : !str.equals(c0390Fm.x)) {
return false;
}
String str2 = this.v;
if (str2 == null ? c0390Fm.v != null : !str2.equals(c0390Fm.v)) {
return false;
}
String str3 = this.w;
if (str3 == null ? c0390Fm.w != null : !str3.equals(c0390Fm.w)) {
return false;
}
String str4 = this.a;
if (str4 == null ? c0390Fm.a != null : !str4.equals(c0390Fm.a)) {
return false;
}
String str5 = this.c;
if (str5 == null ? c0390Fm.c != null : !str5.equals(c0390Fm.c)) {
return false;
}
String str6 = this.g;
if (str6 == null ? c0390Fm.g != null : !str6.equals(c0390Fm.g)) {
return false;
}
String str7 = this.i;
if (str7 == null ? c0390Fm.i != null : !str7.equals(c0390Fm.i)) {
return false;
}
String str8 = this.s;
if (str8 == null ? c0390Fm.s != null : !str8.equals(c0390Fm.s)) {
return false;
}
String str9 = this.z;
if (str9 == null ? c0390Fm.z != null : !str9.equals(c0390Fm.z)) {
return false;
}
String str10 = this.m;
if (str10 == null ? c0390Fm.m != null : !str10.equals(c0390Fm.m)) {
return false;
}
String str11 = this.D;
if (str11 == null ? c0390Fm.D != null : !str11.equals(c0390Fm.D)) {
return false;
}
Integer num = this.r;
if (num == null ? c0390Fm.r != null : !num.equals(c0390Fm.r)) {
return false;
}
Integer num2 = this.y;
if (num2 == null ? c0390Fm.y != null : !num2.equals(c0390Fm.y)) {
return false;
}
BigDecimal bigDecimal = this.C;
if (bigDecimal == null ? c0390Fm.C != null : !bigDecimal.equals(c0390Fm.C)) {
return false;
}
String str12 = this.k;
if (str12 == null ? c0390Fm.k != null : !str12.equals(c0390Fm.k)) {
return false;
}
String str13 = this.f8174o;
if (str13 == null ? c0390Fm.f8174o != null : !str13.equals(c0390Fm.f8174o)) {
return false;
}
String str14 = this.A;
if (str14 == null ? c0390Fm.A != null : !str14.equals(c0390Fm.A)) {
return false;
}
String str15 = this.d;
if (str15 == null ? c0390Fm.d != null : !str15.equals(c0390Fm.d)) {
return false;
}
String str16 = this.t;
if (str16 == null ? c0390Fm.t != null : !str16.equals(c0390Fm.t)) {
return false;
}
List<C0394Fo> list = this.l;
if (list == null ? c0390Fm.l != null : !list.equals(c0390Fm.l)) {
return false;
}
List<C0395Fp> list2 = this.n;
if (list2 == null ? c0390Fm.n != null : !list2.equals(c0390Fm.n)) {
return false;
}
String str17 = this.b;
if (str17 == null ? c0390Fm.b != null : !str17.equals(c0390Fm.b)) {
return false;
}
String str18 = this.f;
if (str18 == null ? c0390Fm.f != null : !str18.equals(c0390Fm.f)) {
return false;
}
String str19 = this.j;
if (str19 == null ? c0390Fm.j != null : !str19.equals(c0390Fm.j)) {
return false;
}
String str20 = this.h;
if (str20 == null ? c0390Fm.h != null : !str20.equals(c0390Fm.h)) {
return false;
}
String str21 = this.p;
if (str21 == null ? c0390Fm.p != null : !str21.equals(c0390Fm.p)) {
return false;
}
String str22 = this.B;
String str23 = c0390Fm.B;
return str22 != null ? str22.equals(str23) : str23 == null;
}
public final int hashCode() {
String str = this.x;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.v;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
int i = this.u;
String str3 = this.w;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.a;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.c;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.g;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
String str7 = this.i;
int hashCode7 = str7 != null ? str7.hashCode() : 0;
String str8 = this.s;
int hashCode8 = str8 != null ? str8.hashCode() : 0;
String str9 = this.z;
int hashCode9 = str9 != null ? str9.hashCode() : 0;
String str10 = this.m;
int hashCode10 = str10 != null ? str10.hashCode() : 0;
String str11 = this.D;
int hashCode11 = str11 != null ? str11.hashCode() : 0;
Integer num = this.r;
int hashCode12 = num != null ? num.hashCode() : 0;
Integer num2 = this.y;
int hashCode13 = num2 != null ? num2.hashCode() : 0;
BigDecimal bigDecimal = this.C;
int hashCode14 = bigDecimal != null ? bigDecimal.hashCode() : 0;
String str12 = this.k;
int hashCode15 = str12 != null ? str12.hashCode() : 0;
String str13 = this.f8174o;
int hashCode16 = str13 != null ? str13.hashCode() : 0;
String str14 = this.A;
int hashCode17 = str14 != null ? str14.hashCode() : 0;
boolean z = this.q;
String str15 = this.d;
int hashCode18 = str15 != null ? str15.hashCode() : 0;
String str16 = this.t;
int hashCode19 = str16 != null ? str16.hashCode() : 0;
int i2 = this.E;
List<C0394Fo> list = this.l;
int hashCode20 = list != null ? list.hashCode() : 0;
List<C0395Fp> list2 = this.n;
int hashCode21 = list2 != null ? list2.hashCode() : 0;
String str17 = this.b;
int hashCode22 = str17 != null ? str17.hashCode() : 0;
String str18 = this.f;
int hashCode23 = str18 != null ? str18.hashCode() : 0;
String str19 = this.j;
int hashCode24 = str19 != null ? str19.hashCode() : 0;
String str20 = this.h;
int hashCode25 = str20 != null ? str20.hashCode() : 0;
String str21 = this.B;
int hashCode26 = str21 != null ? str21.hashCode() : 0;
String str22 = this.p;
return (((((((((((((((((((((((((((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + i) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + (z ? 1 : 0)) * 31) + hashCode18) * 31) + hashCode19) * 31) + i2) * 31) + hashCode20) * 31) + hashCode21) * 31) + hashCode22) * 31) + hashCode23) * 31) + hashCode24) * 31) + hashCode25) * 31) + hashCode26) * 31) + (str22 != null ? str22.hashCode() : 0);
}
}