1002 lines
40 KiB
Java
1002 lines
40 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public abstract class MC implements Parcelable {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final YI c;
|
||
|
|
||
|
private MC(YI yi, String str, String str2) {
|
||
|
this.c = yi;
|
||
|
this.a = str;
|
||
|
this.b = str2;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class tOB extends MC {
|
||
|
public static final Parcelable.Creator<tOB> CREATOR = new HBt();
|
||
|
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;
|
||
|
private final String k;
|
||
|
private final String l;
|
||
|
public final String m;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public tOB(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) {
|
||
|
super(YI.TRANSFER, str7, str4, (byte) 0);
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(str9, "");
|
||
|
this.d = str;
|
||
|
this.e = str2;
|
||
|
this.f = str3;
|
||
|
this.k = str4;
|
||
|
this.g = str5;
|
||
|
this.j = str6;
|
||
|
this.l = str7;
|
||
|
this.i = str8;
|
||
|
this.h = str9;
|
||
|
this.m = str10;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt implements Parcelable.Creator<tOB> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ tOB createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new tOB(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 */ tOB[] newArray(int i) {
|
||
|
return new tOB[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.m);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.f;
|
||
|
String str4 = this.k;
|
||
|
String str5 = this.g;
|
||
|
String str6 = this.j;
|
||
|
String str7 = this.l;
|
||
|
String str8 = this.i;
|
||
|
String str9 = this.h;
|
||
|
String str10 = this.m;
|
||
|
StringBuilder sb = new StringBuilder("TransferDisplay(accountFrom=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountTo=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", enrollType=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", function=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", header=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", transactionToken=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", transferType=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", validateFaceType=");
|
||
|
sb.append(str10);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.d;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.f;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.k;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.g;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
int hashCode6 = this.j.hashCode();
|
||
|
String str6 = this.l;
|
||
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.i;
|
||
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
||
|
int hashCode9 = this.h.hashCode();
|
||
|
String str8 = this.m;
|
||
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str8 != null ? str8.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof tOB)) {
|
||
|
return false;
|
||
|
}
|
||
|
tOB tob = (tOB) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) tob.d) && C14957gcv.b((Object) this.e, (Object) tob.e) && C14957gcv.b((Object) this.f, (Object) tob.f) && C14957gcv.b((Object) this.k, (Object) tob.k) && C14957gcv.b((Object) this.g, (Object) tob.g) && C14957gcv.b((Object) this.j, (Object) tob.j) && C14957gcv.b((Object) this.l, (Object) tob.l) && C14957gcv.b((Object) this.i, (Object) tob.i) && C14957gcv.b((Object) this.h, (Object) tob.h) && C14957gcv.b((Object) this.m, (Object) tob.m);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt extends MC {
|
||
|
public static final Parcelable.Creator<HBt> CREATOR = new C0087HBt();
|
||
|
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;
|
||
|
public final String k;
|
||
|
private final String l;
|
||
|
private final String m;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public final String f8260o;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public HBt(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11) {
|
||
|
super(YI.GIFTING, str7, str4, (byte) 0);
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(str10, "");
|
||
|
this.d = str;
|
||
|
this.e = str2;
|
||
|
this.h = str3;
|
||
|
this.m = str4;
|
||
|
this.g = str5;
|
||
|
this.i = str6;
|
||
|
this.l = str7;
|
||
|
this.j = str8;
|
||
|
this.f = str9;
|
||
|
this.k = str10;
|
||
|
this.f8260o = str11;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.MC$HBt$HBt, reason: collision with other inner class name */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class C0087HBt 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(), 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 */ 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.d);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.f8260o);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.h;
|
||
|
String str4 = this.m;
|
||
|
String str5 = this.g;
|
||
|
String str6 = this.i;
|
||
|
String str7 = this.l;
|
||
|
String str8 = this.j;
|
||
|
String str9 = this.f;
|
||
|
String str10 = this.k;
|
||
|
String str11 = this.f8260o;
|
||
|
StringBuilder sb = new StringBuilder("GiftingDisplay(accountFrom=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountTo=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", enrollType=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", function=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", header=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", transactionToken=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", transferTransactionToken=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", transferType=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", validateFaceType=");
|
||
|
sb.append(str11);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.d;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.h;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.m;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.g;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
int hashCode6 = this.i.hashCode();
|
||
|
String str6 = this.l;
|
||
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.j;
|
||
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.f;
|
||
|
int hashCode9 = str8 == null ? 0 : str8.hashCode();
|
||
|
int hashCode10 = this.k.hashCode();
|
||
|
String str9 = this.f8260o;
|
||
|
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 boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof HBt)) {
|
||
|
return false;
|
||
|
}
|
||
|
HBt hBt = (HBt) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) hBt.d) && C14957gcv.b((Object) this.e, (Object) hBt.e) && C14957gcv.b((Object) this.h, (Object) hBt.h) && C14957gcv.b((Object) this.m, (Object) hBt.m) && C14957gcv.b((Object) this.g, (Object) hBt.g) && C14957gcv.b((Object) this.i, (Object) hBt.i) && C14957gcv.b((Object) this.l, (Object) hBt.l) && C14957gcv.b((Object) this.j, (Object) hBt.j) && C14957gcv.b((Object) this.f, (Object) hBt.f) && C14957gcv.b((Object) this.k, (Object) hBt.k) && C14957gcv.b((Object) this.f8260o, (Object) hBt.f8260o);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts extends MC {
|
||
|
public static final Parcelable.Creator<Sts> CREATOR = new C0088Sts();
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
public final String f;
|
||
|
public final String g;
|
||
|
private final String h;
|
||
|
public final String i;
|
||
|
private final String j;
|
||
|
private final String n;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public Sts(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
|
||
|
super(YI.SETTING_LIMIT, str4, str, (byte) 0);
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(str8, "");
|
||
|
this.j = str;
|
||
|
this.d = str2;
|
||
|
this.e = str3;
|
||
|
this.h = str4;
|
||
|
this.n = str5;
|
||
|
this.g = str6;
|
||
|
this.i = str7;
|
||
|
this.f = str8;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.MC$Sts$Sts, reason: collision with other inner class name */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class C0088Sts implements Parcelable.Creator<Sts> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ Sts createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new Sts(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 */ Sts[] newArray(int i) {
|
||
|
return new Sts[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.n);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeString(this.f);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.j;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.h;
|
||
|
String str5 = this.n;
|
||
|
String str6 = this.g;
|
||
|
String str7 = this.i;
|
||
|
String str8 = this.f;
|
||
|
StringBuilder sb = new StringBuilder("SettingLimitDisplay(description=");
|
||
|
sb.append(str);
|
||
|
sb.append(", enrollType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", feature=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", header=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", limitAmount=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", limitType=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", settingFunction=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", subFunction=");
|
||
|
sb.append(str8);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.j;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
int hashCode2 = this.d.hashCode();
|
||
|
int hashCode3 = this.e.hashCode();
|
||
|
String str2 = this.h;
|
||
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
||
|
int hashCode5 = this.n.hashCode();
|
||
|
int hashCode6 = this.g.hashCode();
|
||
|
String str3 = this.i;
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.f.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof Sts)) {
|
||
|
return false;
|
||
|
}
|
||
|
Sts sts = (Sts) obj;
|
||
|
return C14957gcv.b((Object) this.j, (Object) sts.j) && C14957gcv.b((Object) this.d, (Object) sts.d) && C14957gcv.b((Object) this.e, (Object) sts.e) && C14957gcv.b((Object) this.h, (Object) sts.h) && C14957gcv.b((Object) this.n, (Object) sts.n) && C14957gcv.b((Object) this.g, (Object) sts.g) && C14957gcv.b((Object) this.i, (Object) sts.i) && C14957gcv.b((Object) this.f, (Object) sts.f);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class ojQ extends MC {
|
||
|
public static final Parcelable.Creator<ojQ> CREATOR = new LWm();
|
||
|
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;
|
||
|
private final String k;
|
||
|
public final String m;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
private final String f8262o;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public ojQ(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) {
|
||
|
super(YI.TOP_UP, str6, str3, (byte) 0);
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str9, "");
|
||
|
this.d = str;
|
||
|
this.e = str2;
|
||
|
this.k = str3;
|
||
|
this.h = str4;
|
||
|
this.i = str5;
|
||
|
this.f8262o = str6;
|
||
|
this.f = str7;
|
||
|
this.j = str8;
|
||
|
this.g = str9;
|
||
|
this.m = str10;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<ojQ> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ ojQ createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new ojQ(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 */ ojQ[] newArray(int i) {
|
||
|
return new ojQ[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeString(this.f8262o);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.m);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.k;
|
||
|
String str4 = this.h;
|
||
|
String str5 = this.i;
|
||
|
String str6 = this.f8262o;
|
||
|
String str7 = this.f;
|
||
|
String str8 = this.j;
|
||
|
String str9 = this.g;
|
||
|
String str10 = this.m;
|
||
|
StringBuilder sb = new StringBuilder("TopUpDisplay(accountFrom=");
|
||
|
sb.append(str);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", enrollType=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", function=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", header=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", refNo1=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", transactionToken=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", transferType=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", validateFaceType=");
|
||
|
sb.append(str10);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.d;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.k;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.h;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
int hashCode5 = this.i.hashCode();
|
||
|
String str5 = this.f8262o;
|
||
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.f;
|
||
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.j;
|
||
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
||
|
int hashCode9 = this.g.hashCode();
|
||
|
String str8 = this.m;
|
||
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str8 != null ? str8.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof ojQ)) {
|
||
|
return false;
|
||
|
}
|
||
|
ojQ ojq = (ojQ) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) ojq.d) && C14957gcv.b((Object) this.e, (Object) ojq.e) && C14957gcv.b((Object) this.k, (Object) ojq.k) && C14957gcv.b((Object) this.h, (Object) ojq.h) && C14957gcv.b((Object) this.i, (Object) ojq.i) && C14957gcv.b((Object) this.f8262o, (Object) ojq.f8262o) && C14957gcv.b((Object) this.f, (Object) ojq.f) && C14957gcv.b((Object) this.j, (Object) ojq.j) && C14957gcv.b((Object) this.g, (Object) ojq.g) && C14957gcv.b((Object) this.m, (Object) ojq.m);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class saX extends MC {
|
||
|
public static final Parcelable.Creator<saX> CREATOR = new LWm();
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
private final String g;
|
||
|
private final String j;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public saX(String str, String str2, String str3, String str4) {
|
||
|
super(YI.UPLIFT, str3, str2, (byte) 0);
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
this.e = str;
|
||
|
this.j = str2;
|
||
|
this.g = str3;
|
||
|
this.d = str4;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<saX> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ saX createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new saX(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ saX[] newArray(int i) {
|
||
|
return new saX[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.d);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.j;
|
||
|
String str3 = this.g;
|
||
|
String str4 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("UpliftDisplay(function=");
|
||
|
sb.append(str);
|
||
|
sb.append(", remarkDescription=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", remarkHeader=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", sourceModule=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.e.hashCode();
|
||
|
String str = this.j;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.g;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof saX)) {
|
||
|
return false;
|
||
|
}
|
||
|
saX sax = (saX) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) sax.e) && C14957gcv.b((Object) this.j, (Object) sax.j) && C14957gcv.b((Object) this.g, (Object) sax.g) && C14957gcv.b((Object) this.d, (Object) sax.d);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm extends MC {
|
||
|
public static final Parcelable.Creator<LWm> CREATOR = new Sts();
|
||
|
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;
|
||
|
private final String k;
|
||
|
private final String l;
|
||
|
private final String m;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public final String f8261o;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public LWm(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11) {
|
||
|
super(YI.RTP, str8, str4, (byte) 0);
|
||
|
C14957gcv.e(str7, "");
|
||
|
C14957gcv.e(str10, "");
|
||
|
this.d = str;
|
||
|
this.e = str2;
|
||
|
this.i = str3;
|
||
|
this.m = str4;
|
||
|
this.g = str5;
|
||
|
this.k = str6;
|
||
|
this.h = str7;
|
||
|
this.l = str8;
|
||
|
this.j = str9;
|
||
|
this.f = str10;
|
||
|
this.f8261o = str11;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts implements Parcelable.Creator<LWm> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ LWm createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new LWm(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 */ LWm[] newArray(int i) {
|
||
|
return new LWm[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.f8261o);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.i;
|
||
|
String str4 = this.m;
|
||
|
String str5 = this.g;
|
||
|
String str6 = this.k;
|
||
|
String str7 = this.h;
|
||
|
String str8 = this.l;
|
||
|
String str9 = this.j;
|
||
|
String str10 = this.f;
|
||
|
String str11 = this.f8261o;
|
||
|
StringBuilder sb = new StringBuilder("RtpDisplay(accountFrom=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountTo=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", enrollType=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", limitAmount=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", function=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", header=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", transactionToken=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", transferType=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", validateFaceType=");
|
||
|
sb.append(str11);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.d;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.i;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.m;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.g;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.k;
|
||
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
||
|
int hashCode7 = this.h.hashCode();
|
||
|
String str7 = this.l;
|
||
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.j;
|
||
|
int hashCode9 = str8 == null ? 0 : str8.hashCode();
|
||
|
int hashCode10 = this.f.hashCode();
|
||
|
String str9 = this.f8261o;
|
||
|
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 boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof LWm)) {
|
||
|
return false;
|
||
|
}
|
||
|
LWm lWm = (LWm) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) lWm.d) && C14957gcv.b((Object) this.e, (Object) lWm.e) && C14957gcv.b((Object) this.i, (Object) lWm.i) && C14957gcv.b((Object) this.m, (Object) lWm.m) && C14957gcv.b((Object) this.g, (Object) lWm.g) && C14957gcv.b((Object) this.k, (Object) lWm.k) && C14957gcv.b((Object) this.h, (Object) lWm.h) && C14957gcv.b((Object) this.l, (Object) lWm.l) && C14957gcv.b((Object) this.j, (Object) lWm.j) && C14957gcv.b((Object) this.f, (Object) lWm.f) && C14957gcv.b((Object) this.f8261o, (Object) lWm.f8261o);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS extends MC {
|
||
|
public static final Parcelable.Creator<IeS> CREATOR = new Sts();
|
||
|
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;
|
||
|
private final String k;
|
||
|
private final String l;
|
||
|
public final String m;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public IeS(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) {
|
||
|
super(YI.BULK_TRANSFER, str, str2, (byte) 0);
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str10, "");
|
||
|
this.l = str;
|
||
|
this.k = str2;
|
||
|
this.j = str3;
|
||
|
this.f = str4;
|
||
|
this.d = str5;
|
||
|
this.g = str6;
|
||
|
this.e = str7;
|
||
|
this.m = str8;
|
||
|
this.h = str9;
|
||
|
this.i = str10;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts implements Parcelable.Creator<IeS> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ IeS createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new IeS(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 */ IeS[] newArray(int i) {
|
||
|
return new IeS[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.i);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.l;
|
||
|
String str2 = this.k;
|
||
|
String str3 = this.j;
|
||
|
String str4 = this.f;
|
||
|
String str5 = this.d;
|
||
|
String str6 = this.g;
|
||
|
String str7 = this.e;
|
||
|
String str8 = this.m;
|
||
|
String str9 = this.h;
|
||
|
String str10 = this.i;
|
||
|
StringBuilder sb = new StringBuilder("BulkTransferDisplay(header=");
|
||
|
sb.append(str);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", transactionType=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", transactionToken=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", accountFrom=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", groupId=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", validateFaceType=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", enrollType=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", function=");
|
||
|
sb.append(str10);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.l;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.k;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
int hashCode3 = this.j.hashCode();
|
||
|
String str3 = this.f;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.d;
|
||
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.g;
|
||
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.e;
|
||
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.m;
|
||
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.h;
|
||
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str8 != null ? str8.hashCode() : 0)) * 31) + this.i.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof IeS)) {
|
||
|
return false;
|
||
|
}
|
||
|
IeS ieS = (IeS) obj;
|
||
|
return C14957gcv.b((Object) this.l, (Object) ieS.l) && C14957gcv.b((Object) this.k, (Object) ieS.k) && C14957gcv.b((Object) this.j, (Object) ieS.j) && C14957gcv.b((Object) this.f, (Object) ieS.f) && C14957gcv.b((Object) this.d, (Object) ieS.d) && C14957gcv.b((Object) this.g, (Object) ieS.g) && C14957gcv.b((Object) this.e, (Object) ieS.e) && C14957gcv.b((Object) this.m, (Object) ieS.m) && C14957gcv.b((Object) this.h, (Object) ieS.h) && C14957gcv.b((Object) this.i, (Object) ieS.i);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV extends MC {
|
||
|
public static final Parcelable.Creator<RVV> CREATOR = new IeS();
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
private final String f;
|
||
|
private final String h;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public RVV(String str, String str2, String str3, String str4) {
|
||
|
super(YI.ETB_OPEN_ACCOUNT, str, str2, (byte) 0);
|
||
|
C14957gcv.e(str4, "");
|
||
|
this.h = str;
|
||
|
this.f = str2;
|
||
|
this.d = str3;
|
||
|
this.e = str4;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS implements Parcelable.Creator<RVV> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ RVV createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new RVV(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ RVV[] newArray(int i) {
|
||
|
return new RVV[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.e);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.h;
|
||
|
String str2 = this.f;
|
||
|
String str3 = this.d;
|
||
|
String str4 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("EtbOpenAccountDisplay(header=");
|
||
|
sb.append(str);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", enrollType=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", accountType=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.h;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.f;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.d;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public static String e() {
|
||
|
return "ETB_CASA";
|
||
|
}
|
||
|
|
||
|
public static String c() {
|
||
|
return "OPEN_ONLINE_ACCOUNT";
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof RVV)) {
|
||
|
return false;
|
||
|
}
|
||
|
RVV rvv = (RVV) obj;
|
||
|
return C14957gcv.b((Object) this.h, (Object) rvv.h) && C14957gcv.b((Object) this.f, (Object) rvv.f) && C14957gcv.b((Object) this.d, (Object) rvv.d) && C14957gcv.b((Object) this.e, (Object) rvv.e);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ MC(YI yi, String str, String str2, byte b) {
|
||
|
this(yi, str, str2);
|
||
|
}
|
||
|
}
|