package o; import android.os.Parcel; import android.os.Parcelable; /* renamed from: o.Yy, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1250Yy implements InterfaceC1248Yw { public static final Parcelable.Creator CREATOR = new HBt(); private final String a; private final String b; private final String c; private final String d; private final String e; private final String f; private final String g; private final String h; private final String i; private final String j; /* renamed from: o, reason: collision with root package name */ private final String f8474o; @Override // android.os.Parcelable public final int describeContents() { return 0; } public C1250Yy(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11) { C14957gcv.e(str, ""); C14957gcv.e(str9, ""); this.f = str; this.h = str2; this.g = str3; this.c = str4; this.a = str5; this.j = str6; this.f8474o = str7; this.d = str8; this.b = str9; this.e = str10; this.i = str11; } public /* synthetic */ C1250Yy(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, int i) { this(str, (i & 2) != 0 ? null : str2, (i & 4) != 0 ? null : str3, (i & 8) != 0 ? null : str4, (i & 16) != 0 ? null : str5, (i & 32) != 0 ? null : str6, (i & 64) != 0 ? null : str7, (i & 128) != 0 ? null : str8, str9, (i & 512) != 0 ? null : str10, (i & 1024) != 0 ? null : str11); } /* renamed from: o.Yy$HBt */ /* loaded from: classes3.dex */ public static final class HBt implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ C1250Yy createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new C1250Yy(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString()); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C1250Yy[] newArray(int i) { return new C1250Yy[i]; } } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1250Yy)) { return false; } C1250Yy c1250Yy = (C1250Yy) obj; return C14957gcv.b((Object) this.f, (Object) c1250Yy.f) && C14957gcv.b((Object) this.h, (Object) c1250Yy.h) && C14957gcv.b((Object) this.g, (Object) c1250Yy.g) && C14957gcv.b((Object) this.c, (Object) c1250Yy.c) && C14957gcv.b((Object) this.a, (Object) c1250Yy.a) && C14957gcv.b((Object) this.j, (Object) c1250Yy.j) && C14957gcv.b((Object) this.f8474o, (Object) c1250Yy.f8474o) && C14957gcv.b((Object) this.d, (Object) c1250Yy.d) && C14957gcv.b((Object) this.b, (Object) c1250Yy.b) && C14957gcv.b((Object) this.e, (Object) c1250Yy.e) && C14957gcv.b((Object) this.i, (Object) c1250Yy.i); } public final int hashCode() { int hashCode = this.f.hashCode(); String str = this.h; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.g; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.c; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.a; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.j; int hashCode6 = str5 == null ? 0 : str5.hashCode(); String str6 = this.f8474o; int hashCode7 = str6 == null ? 0 : str6.hashCode(); String str7 = this.d; int hashCode8 = str7 == null ? 0 : str7.hashCode(); int hashCode9 = this.b.hashCode(); String str8 = this.e; int hashCode10 = str8 == null ? 0 : str8.hashCode(); String str9 = this.i; return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str9 != null ? str9.hashCode() : 0); } public final String toString() { String str = this.f; String str2 = this.h; String str3 = this.g; String str4 = this.c; String str5 = this.a; String str6 = this.j; String str7 = this.f8474o; String str8 = this.d; String str9 = this.b; String str10 = this.e; String str11 = this.i; StringBuilder sb = new StringBuilder("TransferFraudLivenessCheckDisplay(sourceModule="); sb.append(str); sb.append(", transactionToken="); sb.append(str2); sb.append(", transferTransactionToken="); sb.append(str3); sb.append(", accountFrom="); sb.append(str4); sb.append(", accountTo="); sb.append(str5); sb.append(", transferAmount="); sb.append(str6); sb.append(", validateFaceType="); sb.append(str7); sb.append(", enrollType="); sb.append(str8); sb.append(", function="); sb.append(str9); sb.append(", consentType="); sb.append(str10); sb.append(", groupId="); sb.append(str11); sb.append(")"); return sb.toString(); } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.f); parcel.writeString(this.h); parcel.writeString(this.g); parcel.writeString(this.c); parcel.writeString(this.a); parcel.writeString(this.j); parcel.writeString(this.f8474o); parcel.writeString(this.d); parcel.writeString(this.b); parcel.writeString(this.e); parcel.writeString(this.i); } @Override // o.InterfaceC1248Yw public final String l() { return this.f8474o; } @Override // o.InterfaceC1248Yw public final String f() { return this.g; } @Override // o.InterfaceC1248Yw public final String i() { return this.j; } @Override // o.InterfaceC1248Yw public final String g() { return this.h; } @Override // o.InterfaceC1248Yw public final String h() { return this.f; } @Override // o.InterfaceC1248Yw public final String j() { return this.i; } @Override // o.InterfaceC1248Yw public final String a() { return this.b; } @Override // o.InterfaceC1248Yw public final String b() { return this.d; } @Override // o.InterfaceC1248Yw public final String c() { return this.e; } @Override // o.InterfaceC1248Yw public final String e() { return this.a; } @Override // o.InterfaceC1248Yw public final String d() { return this.c; } }