162 lines
5.1 KiB
Java
162 lines
5.1 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Xc, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1171Xc implements Parcelable {
|
||
|
public static final Parcelable.Creator<C1171Xc> CREATOR = new RVV();
|
||
|
public boolean a;
|
||
|
public boolean b;
|
||
|
public int c;
|
||
|
public String d;
|
||
|
public YE e;
|
||
|
public String f;
|
||
|
public boolean g;
|
||
|
public boolean j;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C1171Xc(boolean z, boolean z2, boolean z3, String str, String str2, boolean z4, YE ye, int i) {
|
||
|
this.j = z;
|
||
|
this.g = z2;
|
||
|
this.b = z3;
|
||
|
this.f = str;
|
||
|
this.d = str2;
|
||
|
this.a = z4;
|
||
|
this.e = ye;
|
||
|
this.c = i;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ C1171Xc(byte b) {
|
||
|
this(false, false, false, null, null, false, null, 0);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Xc$IeS */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS {
|
||
|
public final C1171Xc c;
|
||
|
|
||
|
public IeS(YE ye) {
|
||
|
C1171Xc c1171Xc = new C1171Xc((byte) 0);
|
||
|
c1171Xc.e = ye;
|
||
|
c1171Xc.c = 0;
|
||
|
this.c = c1171Xc;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Xc$RVV */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV implements Parcelable.Creator<C1171Xc> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C1171Xc createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C1171Xc(parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() != 0, parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readInt() == 0 ? null : YE.valueOf(parcel.readString()), parcel.readInt());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C1171Xc[] newArray(int i) {
|
||
|
return new C1171Xc[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeInt(this.j ? 1 : 0);
|
||
|
parcel.writeInt(this.g ? 1 : 0);
|
||
|
parcel.writeInt(this.b ? 1 : 0);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeInt(this.a ? 1 : 0);
|
||
|
YE ye = this.e;
|
||
|
if (ye == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
parcel.writeString(ye.name());
|
||
|
}
|
||
|
parcel.writeInt(this.c);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
boolean z = this.j;
|
||
|
boolean z2 = this.g;
|
||
|
boolean z3 = this.b;
|
||
|
String str = this.f;
|
||
|
String str2 = this.d;
|
||
|
boolean z4 = this.a;
|
||
|
YE ye = this.e;
|
||
|
int i = this.c;
|
||
|
StringBuilder sb = new StringBuilder("AccountSourceSelectDisplay(isShowToLabel=");
|
||
|
sb.append(z);
|
||
|
sb.append(", isShowFromLabel=");
|
||
|
sb.append(z2);
|
||
|
sb.append(", isShowBottomDivider=");
|
||
|
sb.append(z3);
|
||
|
sb.append(", toTextLabel=");
|
||
|
sb.append(str);
|
||
|
sb.append(", fromTextLabel=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", isQuickTopUp=");
|
||
|
sb.append(z4);
|
||
|
sb.append(", accountSourceSelectFunction=");
|
||
|
sb.append(ye);
|
||
|
sb.append(", error=");
|
||
|
sb.append(i);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
/* JADX WARN: Type inference failed for: r0v1, types: [int] */
|
||
|
/* JADX WARN: Type inference failed for: r0v16 */
|
||
|
/* JADX WARN: Type inference failed for: r0v17 */
|
||
|
/* JADX WARN: Type inference failed for: r2v0, types: [boolean] */
|
||
|
/* JADX WARN: Type inference failed for: r3v0, types: [boolean] */
|
||
|
public final int hashCode() {
|
||
|
boolean z = this.j;
|
||
|
?? r0 = z;
|
||
|
if (z) {
|
||
|
r0 = 1;
|
||
|
}
|
||
|
?? r2 = this.g;
|
||
|
int i = r2;
|
||
|
if (r2 != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
?? r3 = this.b;
|
||
|
int i2 = r3;
|
||
|
if (r3 != 0) {
|
||
|
i2 = 1;
|
||
|
}
|
||
|
String str = this.f;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
boolean z2 = this.a;
|
||
|
int i3 = z2 ? 1 : z2 ? 1 : 0;
|
||
|
YE ye = this.e;
|
||
|
return (((((((((((((r0 * 31) + i) * 31) + i2) * 31) + hashCode) * 31) + hashCode2) * 31) + i3) * 31) + (ye != null ? ye.hashCode() : 0)) * 31) + Integer.hashCode(this.c);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1171Xc)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1171Xc c1171Xc = (C1171Xc) obj;
|
||
|
return this.j == c1171Xc.j && this.g == c1171Xc.g && this.b == c1171Xc.b && C14957gcv.b((Object) this.f, (Object) c1171Xc.f) && C14957gcv.b((Object) this.d, (Object) c1171Xc.d) && this.a == c1171Xc.a && this.e == c1171Xc.e && this.c == c1171Xc.c;
|
||
|
}
|
||
|
|
||
|
public C1171Xc() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|