245 lines
8.4 KiB
Java
245 lines
8.4 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Ur, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1057Ur extends EQ implements Parcelable {
|
||
|
public static final Parcelable.Creator<C1057Ur> CREATOR = new IeS();
|
||
|
public final HBt a;
|
||
|
public final LWm b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final HBt f;
|
||
|
private final String h;
|
||
|
private final String i;
|
||
|
public final String j;
|
||
|
|
||
|
public C1057Ur(String str, String str2, String str3, String str4, HBt hBt, HBt hBt2, LWm lWm, String str5) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(hBt, "");
|
||
|
C14957gcv.e(hBt2, "");
|
||
|
C14957gcv.e(lWm, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
this.h = str;
|
||
|
this.j = str2;
|
||
|
this.c = str3;
|
||
|
this.d = str4;
|
||
|
this.a = hBt;
|
||
|
this.f = hBt2;
|
||
|
this.b = lWm;
|
||
|
this.i = str5;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Ur$HBt */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt implements Parcelable {
|
||
|
public static final Parcelable.Creator<HBt> CREATOR = new Sts();
|
||
|
public final String b;
|
||
|
public final String e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public HBt(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Ur$HBt$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts implements Parcelable.Creator<HBt> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ HBt createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new HBt(parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ HBt[] newArray(int i) {
|
||
|
return new HBt[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.e);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("CurrencyDisplay(currency=");
|
||
|
sb.append(str);
|
||
|
sb.append(", currencyName=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.b.hashCode() * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof HBt)) {
|
||
|
return false;
|
||
|
}
|
||
|
HBt hBt = (HBt) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) hBt.b) && C14957gcv.b((Object) this.e, (Object) hBt.e);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Ur$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable {
|
||
|
public static final Parcelable.Creator<LWm> CREATOR = new C0095LWm();
|
||
|
private final double c;
|
||
|
public final String d;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public LWm(double d, String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.c = d;
|
||
|
this.d = str;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Ur$LWm$LWm, reason: collision with other inner class name */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class C0095LWm implements Parcelable.Creator<LWm> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ LWm createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new LWm(parcel.readDouble(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ LWm[] newArray(int i) {
|
||
|
return new LWm[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeDouble(this.c);
|
||
|
parcel.writeString(this.d);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
double d = this.c;
|
||
|
String str = this.d;
|
||
|
StringBuilder sb = new StringBuilder("ConversionRateDisplay(rate=");
|
||
|
sb.append(d);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (Double.hashCode(this.c) * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof LWm)) {
|
||
|
return false;
|
||
|
}
|
||
|
LWm lWm = (LWm) obj;
|
||
|
return Double.compare(this.c, lWm.c) == 0 && C14957gcv.b((Object) this.d, (Object) lWm.d);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Ur$IeS */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS implements Parcelable.Creator<C1057Ur> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C1057Ur createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C1057Ur(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), HBt.CREATOR.createFromParcel(parcel), HBt.CREATOR.createFromParcel(parcel), LWm.CREATOR.createFromParcel(parcel), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C1057Ur[] newArray(int i) {
|
||
|
return new C1057Ur[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.d);
|
||
|
this.a.writeToParcel(parcel, i);
|
||
|
this.f.writeToParcel(parcel, i);
|
||
|
this.b.writeToParcel(parcel, i);
|
||
|
parcel.writeString(this.i);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.h;
|
||
|
String str2 = this.j;
|
||
|
String str3 = this.c;
|
||
|
String str4 = this.d;
|
||
|
HBt hBt = this.a;
|
||
|
HBt hBt2 = this.f;
|
||
|
LWm lWm = this.b;
|
||
|
String str5 = this.i;
|
||
|
StringBuilder sb = new StringBuilder("PrepaidTravelConversionVerificationDisplay(cardRefNo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", transactionToken=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", fromAmount=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", toAmount=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", fromCurrency=");
|
||
|
sb.append(hBt);
|
||
|
sb.append(", toCurrency=");
|
||
|
sb.append(hBt2);
|
||
|
sb.append(", conversionRate=");
|
||
|
sb.append(lWm);
|
||
|
sb.append(", isRateChangedFlag=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((((((((((this.h.hashCode() * 31) + this.j.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.f.hashCode()) * 31) + this.b.hashCode()) * 31) + this.i.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1057Ur)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1057Ur c1057Ur = (C1057Ur) obj;
|
||
|
return C14957gcv.b((Object) this.h, (Object) c1057Ur.h) && C14957gcv.b((Object) this.j, (Object) c1057Ur.j) && C14957gcv.b((Object) this.c, (Object) c1057Ur.c) && C14957gcv.b((Object) this.d, (Object) c1057Ur.d) && C14957gcv.b(this.a, c1057Ur.a) && C14957gcv.b(this.f, c1057Ur.f) && C14957gcv.b(this.b, c1057Ur.b) && C14957gcv.b((Object) this.i, (Object) c1057Ur.i);
|
||
|
}
|
||
|
}
|