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

146 lines
4.8 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.Fo, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0394Fo implements Parcelable {
public static final Parcelable.Creator<C0394Fo> CREATOR = new Parcelable.Creator<C0394Fo>() { // from class: o.Fo.3
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0394Fo createFromParcel(Parcel parcel) {
return new C0394Fo(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0394Fo[] newArray(int i) {
return new C0394Fo[i];
}
};
public String a;
public String b;
public String c;
public String d;
public String e;
public String f;
private int g;
private String h;
public String i;
public String j;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0394Fo(String str, int i, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
this.d = str;
this.g = i;
this.a = str2;
this.i = str3;
this.c = str4;
this.b = str5;
this.e = str6;
this.f = str7;
this.h = str8;
this.j = str9;
}
protected C0394Fo(Parcel parcel) {
this.d = parcel.readString();
this.g = parcel.readInt();
this.a = parcel.readString();
this.i = parcel.readString();
this.c = parcel.readString();
this.b = parcel.readString();
this.e = parcel.readString();
this.f = parcel.readString();
this.h = parcel.readString();
this.j = parcel.readString();
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
parcel.writeString(this.d);
parcel.writeInt(this.g);
parcel.writeString(this.a);
parcel.writeString(this.i);
parcel.writeString(this.c);
parcel.writeString(this.b);
parcel.writeString(this.e);
parcel.writeString(this.f);
parcel.writeString(this.h);
parcel.writeString(this.j);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C0394Fo c0394Fo = (C0394Fo) obj;
if (this.g != c0394Fo.g) {
return false;
}
String str = this.d;
if (str == null ? c0394Fo.d != null : !str.equals(c0394Fo.d)) {
return false;
}
String str2 = this.a;
if (str2 == null ? c0394Fo.a != null : !str2.equals(c0394Fo.a)) {
return false;
}
String str3 = this.i;
if (str3 == null ? c0394Fo.i != null : !str3.equals(c0394Fo.i)) {
return false;
}
String str4 = this.c;
if (str4 == null ? c0394Fo.c != null : !str4.equals(c0394Fo.c)) {
return false;
}
String str5 = this.b;
if (str5 == null ? c0394Fo.b != null : !str5.equals(c0394Fo.b)) {
return false;
}
String str6 = this.e;
if (str6 == null ? c0394Fo.e != null : !str6.equals(c0394Fo.e)) {
return false;
}
String str7 = this.f;
if (str7 == null ? c0394Fo.f != null : !str7.equals(c0394Fo.f)) {
return false;
}
String str8 = this.h;
if (str8 == null ? c0394Fo.h != null : !str8.equals(c0394Fo.h)) {
return false;
}
String str9 = this.j;
String str10 = c0394Fo.j;
return str9 != null ? str9.equals(str10) : str10 == null;
}
public final int hashCode() {
String str = this.d;
int hashCode = str != null ? str.hashCode() : 0;
int i = this.g;
String str2 = this.a;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.i;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.c;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.b;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.e;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
String str7 = this.f;
int hashCode7 = str7 != null ? str7.hashCode() : 0;
String str8 = this.h;
int hashCode8 = str8 != null ? str8.hashCode() : 0;
String str9 = this.j;
return (((((((((((((((((hashCode * 31) + i) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str9 != null ? str9.hashCode() : 0);
}
}