111 lines
3.7 KiB
Java
111 lines
3.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Uz, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1071Uz implements Parcelable {
|
|
public static final Parcelable.Creator<C1071Uz> CREATOR = new RVV();
|
|
public final WAu a;
|
|
public final String b;
|
|
public final String c;
|
|
public final boolean d;
|
|
public final C1049Un e;
|
|
public final String f;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1071Uz(C1049Un c1049Un, WAu wAu, String str, String str2, String str3, boolean z) {
|
|
C14957gcv.e(c1049Un, "");
|
|
C14957gcv.e(wAu, "");
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.e = c1049Un;
|
|
this.a = wAu;
|
|
this.f = str;
|
|
this.c = str2;
|
|
this.b = str3;
|
|
this.d = z;
|
|
}
|
|
|
|
/* renamed from: o.Uz$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<C1071Uz> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1071Uz createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C1071Uz(C1049Un.CREATOR.createFromParcel(parcel), (WAu) parcel.readParcelable(C1071Uz.class.getClassLoader()), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1071Uz[] newArray(int i) {
|
|
return new C1071Uz[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
this.e.writeToParcel(parcel, i);
|
|
parcel.writeParcelable(this.a, i);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.b);
|
|
parcel.writeInt(this.d ? 1 : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
C1049Un c1049Un = this.e;
|
|
WAu wAu = this.a;
|
|
String str = this.f;
|
|
String str2 = this.c;
|
|
String str3 = this.b;
|
|
boolean z = this.d;
|
|
StringBuilder sb = new StringBuilder("PrepaidCashOutReviewDisplay(prepaidCardDisplay=");
|
|
sb.append(c1049Un);
|
|
sb.append(", prepaidCashOutVerification=");
|
|
sb.append(wAu);
|
|
sb.append(", toAccountNumber=");
|
|
sb.append(str);
|
|
sb.append(", amount=");
|
|
sb.append(str2);
|
|
sb.append(", note=");
|
|
sb.append(str3);
|
|
sb.append(", shouldDisplayLogo=");
|
|
sb.append(z);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.a.hashCode();
|
|
int hashCode3 = this.f.hashCode();
|
|
int hashCode4 = this.c.hashCode();
|
|
int hashCode5 = this.b.hashCode();
|
|
boolean z = this.d;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1071Uz)) {
|
|
return false;
|
|
}
|
|
C1071Uz c1071Uz = (C1071Uz) obj;
|
|
return C14957gcv.b(this.e, c1071Uz.e) && C14957gcv.b(this.a, c1071Uz.a) && C14957gcv.b((Object) this.f, (Object) c1071Uz.f) && C14957gcv.b((Object) this.c, (Object) c1071Uz.c) && C14957gcv.b((Object) this.b, (Object) c1071Uz.b) && this.d == c1071Uz.d;
|
|
}
|
|
}
|