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

168 lines
5.5 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;
/* renamed from: o.Rs, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0927Rs extends UV {
public String a;
public String c;
public String d;
public String e;
public boolean f;
public String g;
public String h;
public boolean i;
public String j;
public String k;
private String l;
public boolean m;
public static final IeS b = new IeS(0);
public static final Parcelable.Creator<C0927Rs> CREATOR = new LWm();
/* renamed from: o.Rs$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
public String a;
public String b;
public String c;
public String d;
public String e;
boolean f;
boolean g;
String h = "";
boolean i;
public String j;
boolean l;
public String m;
public String n;
/* renamed from: o, reason: collision with root package name */
public int f8350o;
}
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0927Rs(Parcel parcel) {
C14957gcv.e(parcel, "");
this.a = parcel.readString();
this.e = parcel.readString();
this.h = parcel.readString();
this.c = parcel.readString();
this.l = parcel.readString();
this.g = parcel.readString();
this.d = parcel.readString();
this.k = parcel.readString();
this.m = parcel.readByte() != 0;
this.i = parcel.readByte() != 0;
this.j = parcel.readString();
this.f = parcel.readByte() != 0;
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.a);
parcel.writeString(this.e);
parcel.writeString(this.h);
parcel.writeString(this.c);
parcel.writeString(this.l);
parcel.writeString(this.g);
parcel.writeString(this.d);
parcel.writeString(this.k);
parcel.writeValue(Boolean.valueOf(this.m));
parcel.writeValue(Boolean.valueOf(this.i));
parcel.writeString(this.j);
parcel.writeValue(Boolean.valueOf(this.f));
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!C14957gcv.b(getClass(), obj != null ? obj.getClass() : null)) {
return false;
}
C14957gcv.d(obj, "");
C0927Rs c0927Rs = (C0927Rs) obj;
return C14957gcv.b((Object) this.a, (Object) c0927Rs.a) && C14957gcv.b((Object) this.e, (Object) c0927Rs.e) && C14957gcv.b((Object) this.h, (Object) c0927Rs.h) && C14957gcv.b((Object) this.c, (Object) c0927Rs.c) && C14957gcv.b((Object) this.l, (Object) c0927Rs.l) && C14957gcv.b((Object) this.g, (Object) c0927Rs.g) && C14957gcv.b((Object) this.d, (Object) c0927Rs.d) && C14957gcv.b((Object) this.k, (Object) c0927Rs.k) && this.m == c0927Rs.m && this.i == c0927Rs.i && C14957gcv.b((Object) this.j, (Object) c0927Rs.j) && this.f == c0927Rs.f;
}
public final int hashCode() {
String str = this.a;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.e;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.h;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.c;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.l;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.g;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
String str7 = this.d;
int hashCode7 = str7 != null ? str7.hashCode() : 0;
String str8 = this.k;
int hashCode8 = str8 != null ? str8.hashCode() : 0;
int hashCode9 = Boolean.hashCode(this.m);
int hashCode10 = Boolean.hashCode(this.i);
String str9 = this.j;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str9 != null ? str9.hashCode() : 0)) * 31) + Boolean.hashCode(this.f);
}
private C0927Rs(HBt hBt) {
this.r = hBt.f;
this.s = hBt.f8350o;
this.a = hBt.e;
this.e = hBt.c;
this.h = hBt.a;
this.c = hBt.b;
this.l = hBt.m;
this.g = hBt.j;
this.d = hBt.d;
this.k = hBt.n;
this.m = hBt.l;
this.i = hBt.g;
this.j = hBt.h;
this.f = hBt.i;
}
/* renamed from: o.Rs$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
private IeS() {
}
public /* synthetic */ IeS(byte b) {
this();
}
}
/* renamed from: o.Rs$LWm */
/* loaded from: classes3.dex */
public static final class LWm implements Parcelable.Creator<C0927Rs> {
LWm() {
}
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0927Rs createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C0927Rs(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0927Rs[] newArray(int i) {
return new C0927Rs[i];
}
}
public /* synthetic */ C0927Rs(HBt hBt, byte b2) {
this(hBt);
}
}