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

138 lines
5.0 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Yf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1218Yf implements Parcelable {
public static final Parcelable.Creator<C1218Yf> CREATOR = new LWm();
public final C1216Ye a;
public final C1221Yh b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String g;
public final String h;
public final String i;
public final String j;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C1218Yf(String str, C1216Ye c1216Ye, C1221Yh c1221Yh, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
C14957gcv.e(str, "");
C14957gcv.e(c1216Ye, "");
C14957gcv.e(c1221Yh, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
this.j = str;
this.a = c1216Ye;
this.b = c1221Yh;
this.e = str2;
this.c = str3;
this.i = str4;
this.g = str5;
this.h = str6;
this.d = str7;
this.f = str8;
}
/* renamed from: o.Yf$LWm */
/* loaded from: classes3.dex */
public static final class LWm implements Parcelable.Creator<C1218Yf> {
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C1218Yf createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C1218Yf(parcel.readString(), C1216Ye.CREATOR.createFromParcel(parcel), C1221Yh.CREATOR.createFromParcel(parcel), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C1218Yf[] newArray(int i) {
return new C1218Yf[i];
}
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.j);
this.a.writeToParcel(parcel, i);
this.b.writeToParcel(parcel, i);
parcel.writeString(this.e);
parcel.writeString(this.c);
parcel.writeString(this.i);
parcel.writeString(this.g);
parcel.writeString(this.h);
parcel.writeString(this.d);
parcel.writeString(this.f);
}
public final String toString() {
String str = this.j;
C1216Ye c1216Ye = this.a;
C1221Yh c1221Yh = this.b;
String str2 = this.e;
String str3 = this.c;
String str4 = this.i;
String str5 = this.g;
String str6 = this.h;
String str7 = this.d;
String str8 = this.f;
StringBuilder sb = new StringBuilder("CrossBorderReviewDisplay(tokenId=");
sb.append(str);
sb.append(", accountFromDisplay=");
sb.append(c1216Ye);
sb.append(", accountToDisplay=");
sb.append(c1221Yh);
sb.append(", conversionRate=");
sb.append(str2);
sb.append(", localAmount=");
sb.append(str3);
sb.append(", localCurrencyCode=");
sb.append(str4);
sb.append(", totalAmount=");
sb.append(str5);
sb.append(", thbAmount=");
sb.append(str6);
sb.append(", fee=");
sb.append(str7);
sb.append(", note=");
sb.append(str8);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.j.hashCode();
int hashCode2 = this.a.hashCode();
int hashCode3 = this.b.hashCode();
int hashCode4 = this.e.hashCode();
int hashCode5 = this.c.hashCode();
int hashCode6 = this.i.hashCode();
int hashCode7 = this.g.hashCode();
int hashCode8 = this.h.hashCode();
int hashCode9 = this.d.hashCode();
String str = this.f;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1218Yf)) {
return false;
}
C1218Yf c1218Yf = (C1218Yf) obj;
return C14957gcv.b((Object) this.j, (Object) c1218Yf.j) && C14957gcv.b(this.a, c1218Yf.a) && C14957gcv.b(this.b, c1218Yf.b) && C14957gcv.b((Object) this.e, (Object) c1218Yf.e) && C14957gcv.b((Object) this.c, (Object) c1218Yf.c) && C14957gcv.b((Object) this.i, (Object) c1218Yf.i) && C14957gcv.b((Object) this.g, (Object) c1218Yf.g) && C14957gcv.b((Object) this.h, (Object) c1218Yf.h) && C14957gcv.b((Object) this.d, (Object) c1218Yf.d) && C14957gcv.b((Object) this.f, (Object) c1218Yf.f);
}
}