95 lines
3.0 KiB
Java
95 lines
3.0 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Uw, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1066Uw implements Parcelable {
|
||
|
public static final Parcelable.Creator<C1066Uw> CREATOR = new LWm();
|
||
|
public final String a;
|
||
|
public final boolean b;
|
||
|
public final String d;
|
||
|
public final boolean e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C1066Uw(boolean z, boolean z2, String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.b = z;
|
||
|
this.e = z2;
|
||
|
this.d = str;
|
||
|
this.a = str2;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Uw$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<C1066Uw> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C1066Uw createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C1066Uw(parcel.readInt() != 0, parcel.readInt() != 0, parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C1066Uw[] newArray(int i) {
|
||
|
return new C1066Uw[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeInt(this.b ? 1 : 0);
|
||
|
parcel.writeInt(this.e ? 1 : 0);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.a);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
boolean z = this.b;
|
||
|
boolean z2 = this.e;
|
||
|
String str = this.d;
|
||
|
String str2 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("PrepaidCashOutLandingToAccountDisplay(shouldDisplayLogo=");
|
||
|
sb.append(z);
|
||
|
sb.append(", shouldDisplayClose=");
|
||
|
sb.append(z2);
|
||
|
sb.append(", accountNumber=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountName=");
|
||
|
sb.append(str2);
|
||
|
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: r0v8 */
|
||
|
/* JADX WARN: Type inference failed for: r0v9 */
|
||
|
public final int hashCode() {
|
||
|
boolean z = this.b;
|
||
|
?? r0 = z;
|
||
|
if (z) {
|
||
|
r0 = 1;
|
||
|
}
|
||
|
boolean z2 = this.e;
|
||
|
return (((((r0 * 31) + (z2 ? 1 : z2 ? 1 : 0)) * 31) + this.d.hashCode()) * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1066Uw)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1066Uw c1066Uw = (C1066Uw) obj;
|
||
|
return this.b == c1066Uw.b && this.e == c1066Uw.e && C14957gcv.b((Object) this.d, (Object) c1066Uw.d) && C14957gcv.b((Object) this.a, (Object) c1066Uw.a);
|
||
|
}
|
||
|
}
|