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

162 lines
5.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Hf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0469Hf implements Parcelable {
public static final Parcelable.Creator<C0469Hf> CREATOR = new Parcelable.Creator<C0469Hf>() { // from class: o.Hf.3
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0469Hf createFromParcel(Parcel parcel) {
return new C0469Hf(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0469Hf[] newArray(int i) {
return new C0469Hf[i];
}
};
public int a;
public String b;
public boolean c;
public String d;
public String e;
public String f;
public String g;
public String h;
public C0463Hc i;
public String j;
public String k;
public String m;
/* renamed from: o, reason: collision with root package name */
public String f8198o;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0469Hf() {
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
parcel.writeParcelable(this.i, i);
parcel.writeString(this.e);
parcel.writeString(this.b);
parcel.writeInt(this.a);
parcel.writeString(this.h);
parcel.writeString(this.j);
parcel.writeString(this.f);
parcel.writeString(this.f8198o);
parcel.writeString(this.k);
parcel.writeString(this.g);
parcel.writeString(this.d);
parcel.writeByte(this.c ? (byte) 1 : (byte) 0);
parcel.writeString(this.m);
}
protected C0469Hf(Parcel parcel) {
this.i = (C0463Hc) parcel.readParcelable(C0463Hc.class.getClassLoader());
this.e = parcel.readString();
this.b = parcel.readString();
this.a = parcel.readInt();
this.h = parcel.readString();
this.j = parcel.readString();
this.f = parcel.readString();
this.f8198o = parcel.readString();
this.k = parcel.readString();
this.g = parcel.readString();
this.d = parcel.readString();
this.c = parcel.readByte() != 0;
this.m = parcel.readString();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0469Hf)) {
return false;
}
C0469Hf c0469Hf = (C0469Hf) obj;
if (this.a != c0469Hf.a || this.c != c0469Hf.c) {
return false;
}
C0463Hc c0463Hc = this.i;
if (c0463Hc == null ? c0469Hf.i != null : !c0463Hc.equals(c0469Hf.i)) {
return false;
}
String str = this.e;
if (str == null ? c0469Hf.e != null : !str.equals(c0469Hf.e)) {
return false;
}
String str2 = this.b;
if (str2 == null ? c0469Hf.b != null : !str2.equals(c0469Hf.b)) {
return false;
}
String str3 = this.h;
if (str3 == null ? c0469Hf.h != null : !str3.equals(c0469Hf.h)) {
return false;
}
String str4 = this.j;
if (str4 == null ? c0469Hf.j != null : !str4.equals(c0469Hf.j)) {
return false;
}
String str5 = this.f;
if (str5 == null ? c0469Hf.f != null : !str5.equals(c0469Hf.f)) {
return false;
}
String str6 = this.f8198o;
if (str6 == null ? c0469Hf.f8198o != null : !str6.equals(c0469Hf.f8198o)) {
return false;
}
String str7 = this.k;
if (str7 == null ? c0469Hf.k != null : !str7.equals(c0469Hf.k)) {
return false;
}
String str8 = this.g;
if (str8 == null ? c0469Hf.g != null : !str8.equals(c0469Hf.g)) {
return false;
}
String str9 = this.d;
if (str9 == null ? c0469Hf.d != null : !str9.equals(c0469Hf.d)) {
return false;
}
String str10 = this.m;
if (str10 != null) {
return str10.equals(c0469Hf.m);
}
return c0469Hf.m == null;
}
public final int hashCode() {
C0463Hc c0463Hc = this.i;
int hashCode = c0463Hc != null ? c0463Hc.hashCode() : 0;
String str = this.e;
int hashCode2 = str != null ? str.hashCode() : 0;
String str2 = this.b;
int hashCode3 = str2 != null ? str2.hashCode() : 0;
int i = this.a;
String str3 = this.h;
int hashCode4 = str3 != null ? str3.hashCode() : 0;
String str4 = this.j;
int hashCode5 = str4 != null ? str4.hashCode() : 0;
String str5 = this.f;
int hashCode6 = str5 != null ? str5.hashCode() : 0;
String str6 = this.f8198o;
int hashCode7 = str6 != null ? str6.hashCode() : 0;
String str7 = this.k;
int hashCode8 = str7 != null ? str7.hashCode() : 0;
String str8 = this.g;
int hashCode9 = str8 != null ? str8.hashCode() : 0;
String str9 = this.d;
int hashCode10 = str9 != null ? str9.hashCode() : 0;
boolean z = this.c;
String str10 = this.m;
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + i) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (z ? 1 : 0)) * 31) + (str10 != null ? str10.hashCode() : 0);
}
}