122 lines
4.2 KiB
Java
122 lines
4.2 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class YB implements Parcelable {
|
|
public static final Parcelable.Creator<YB> CREATOR = new Sts();
|
|
public final String a;
|
|
public final String 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 j;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public YB(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(str9, "");
|
|
this.c = str;
|
|
this.f = str2;
|
|
this.a = str3;
|
|
this.d = str4;
|
|
this.b = str5;
|
|
this.h = str6;
|
|
this.j = str7;
|
|
this.e = str8;
|
|
this.g = str9;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<YB> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ YB createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new YB(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 */ YB[] newArray(int i) {
|
|
return new YB[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.g);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.f;
|
|
String str3 = this.a;
|
|
String str4 = this.d;
|
|
String str5 = this.b;
|
|
String str6 = this.h;
|
|
String str7 = this.j;
|
|
String str8 = this.e;
|
|
String str9 = this.g;
|
|
StringBuilder sb = new StringBuilder("TransferErrorDisplay(code=");
|
|
sb.append(str);
|
|
sb.append(", header=");
|
|
sb.append(str2);
|
|
sb.append(", description=");
|
|
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(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
String str = this.f;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.a;
|
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.h.hashCode()) * 31) + this.j.hashCode()) * 31) + this.e.hashCode()) * 31) + this.g.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof YB)) {
|
|
return false;
|
|
}
|
|
YB yb = (YB) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) yb.c) && C14957gcv.b((Object) this.f, (Object) yb.f) && C14957gcv.b((Object) this.a, (Object) yb.a) && C14957gcv.b((Object) this.d, (Object) yb.d) && C14957gcv.b((Object) this.b, (Object) yb.b) && C14957gcv.b((Object) this.h, (Object) yb.h) && C14957gcv.b((Object) this.j, (Object) yb.j) && C14957gcv.b((Object) this.e, (Object) yb.e) && C14957gcv.b((Object) this.g, (Object) yb.g);
|
|
}
|
|
}
|