231 lines
8.7 KiB
Java
231 lines
8.7 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import java.util.ArrayList;
|
||
|
import java.util.Iterator;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class FR extends EQ implements Parcelable {
|
||
|
public static final Parcelable.Creator<FR> CREATOR;
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String f;
|
||
|
public String g;
|
||
|
public String h;
|
||
|
public List<? extends FX> i;
|
||
|
public String j;
|
||
|
public String k;
|
||
|
public String l;
|
||
|
public String m;
|
||
|
public String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public String f8161o;
|
||
|
public String p;
|
||
|
public String q;
|
||
|
|
||
|
public FR(String str, String str2, String str3, String str4, String str5, String str6, String str7, List<? extends FX> list, String str8, String str9, String str10, String str11, String str12, String str13, String str14, String str15) {
|
||
|
this.f = str;
|
||
|
this.g = str2;
|
||
|
this.n = str3;
|
||
|
this.h = str4;
|
||
|
this.d = str5;
|
||
|
this.b = str6;
|
||
|
this.a = str7;
|
||
|
this.i = list;
|
||
|
this.j = str8;
|
||
|
this.l = str9;
|
||
|
this.k = str10;
|
||
|
this.f8161o = str11;
|
||
|
this.c = str12;
|
||
|
this.q = str13;
|
||
|
this.p = str14;
|
||
|
this.m = str15;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS {
|
||
|
private IeS() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ IeS(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt implements Parcelable.Creator<FR> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ FR createFromParcel(Parcel parcel) {
|
||
|
ArrayList arrayList;
|
||
|
C14957gcv.e(parcel, "");
|
||
|
String readString = parcel.readString();
|
||
|
String readString2 = parcel.readString();
|
||
|
String readString3 = parcel.readString();
|
||
|
String readString4 = parcel.readString();
|
||
|
String readString5 = parcel.readString();
|
||
|
String readString6 = parcel.readString();
|
||
|
String readString7 = parcel.readString();
|
||
|
if (parcel.readInt() == 0) {
|
||
|
arrayList = null;
|
||
|
} else {
|
||
|
int readInt = parcel.readInt();
|
||
|
ArrayList arrayList2 = new ArrayList(readInt);
|
||
|
for (int i = 0; i != readInt; i++) {
|
||
|
arrayList2.add(parcel.readParcelable(FR.class.getClassLoader()));
|
||
|
}
|
||
|
arrayList = arrayList2;
|
||
|
}
|
||
|
return new FR(readString, readString2, readString3, readString4, readString5, readString6, readString7, arrayList, 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 */ FR[] newArray(int i) {
|
||
|
return new FR[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static final FR a() {
|
||
|
return new FR(null, null, null, null, null, null, null, C14851gaI.c, null, null, null, null, null, null, null, null);
|
||
|
}
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.n);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.a);
|
||
|
List<? extends FX> list = this.i;
|
||
|
if (list == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
parcel.writeInt(list.size());
|
||
|
Iterator<? extends FX> it = list.iterator();
|
||
|
while (it.hasNext()) {
|
||
|
parcel.writeParcelable(it.next(), i);
|
||
|
}
|
||
|
}
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.f8161o);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.q);
|
||
|
parcel.writeString(this.p);
|
||
|
parcel.writeString(this.m);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.f;
|
||
|
String str2 = this.g;
|
||
|
String str3 = this.n;
|
||
|
String str4 = this.h;
|
||
|
String str5 = this.d;
|
||
|
String str6 = this.b;
|
||
|
String str7 = this.a;
|
||
|
List<? extends FX> list = this.i;
|
||
|
String str8 = this.j;
|
||
|
String str9 = this.l;
|
||
|
String str10 = this.k;
|
||
|
String str11 = this.f8161o;
|
||
|
String str12 = this.c;
|
||
|
String str13 = this.q;
|
||
|
String str14 = this.p;
|
||
|
String str15 = this.m;
|
||
|
StringBuilder sb = new StringBuilder("BulkTransferReviewDisplay(groupId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", groupName=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", scheduleMainId=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", effectiveDate=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", accountFromBankIcon=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", accountFromName=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", accountFromNumber=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", recipients=");
|
||
|
sb.append(list);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", totalFee=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", totalAmount=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", transactionToken=");
|
||
|
sb.append(str11);
|
||
|
sb.append(", accountFromNumberOriginal=");
|
||
|
sb.append(str12);
|
||
|
sb.append(", warningHeader=");
|
||
|
sb.append(str13);
|
||
|
sb.append(", warningMsg=");
|
||
|
sb.append(str14);
|
||
|
sb.append(", transactionType=");
|
||
|
sb.append(str15);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.f;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.g;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.n;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.h;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.d;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.b;
|
||
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.a;
|
||
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
||
|
List<? extends FX> list = this.i;
|
||
|
int hashCode8 = list == null ? 0 : list.hashCode();
|
||
|
String str8 = this.j;
|
||
|
int hashCode9 = str8 == null ? 0 : str8.hashCode();
|
||
|
String str9 = this.l;
|
||
|
int hashCode10 = str9 == null ? 0 : str9.hashCode();
|
||
|
String str10 = this.k;
|
||
|
int hashCode11 = str10 == null ? 0 : str10.hashCode();
|
||
|
String str11 = this.f8161o;
|
||
|
int hashCode12 = str11 == null ? 0 : str11.hashCode();
|
||
|
String str12 = this.c;
|
||
|
int hashCode13 = str12 == null ? 0 : str12.hashCode();
|
||
|
String str13 = this.q;
|
||
|
int hashCode14 = str13 == null ? 0 : str13.hashCode();
|
||
|
String str14 = this.p;
|
||
|
int hashCode15 = str14 == null ? 0 : str14.hashCode();
|
||
|
String str15 = this.m;
|
||
|
return (((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + (str15 != null ? str15.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof FR)) {
|
||
|
return false;
|
||
|
}
|
||
|
FR fr = (FR) obj;
|
||
|
return C14957gcv.b((Object) this.f, (Object) fr.f) && C14957gcv.b((Object) this.g, (Object) fr.g) && C14957gcv.b((Object) this.n, (Object) fr.n) && C14957gcv.b((Object) this.h, (Object) fr.h) && C14957gcv.b((Object) this.d, (Object) fr.d) && C14957gcv.b((Object) this.b, (Object) fr.b) && C14957gcv.b((Object) this.a, (Object) fr.a) && C14957gcv.b(this.i, fr.i) && C14957gcv.b((Object) this.j, (Object) fr.j) && C14957gcv.b((Object) this.l, (Object) fr.l) && C14957gcv.b((Object) this.k, (Object) fr.k) && C14957gcv.b((Object) this.f8161o, (Object) fr.f8161o) && C14957gcv.b((Object) this.c, (Object) fr.c) && C14957gcv.b((Object) this.q, (Object) fr.q) && C14957gcv.b((Object) this.p, (Object) fr.p) && C14957gcv.b((Object) this.m, (Object) fr.m);
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new IeS((byte) 0);
|
||
|
CREATOR = new HBt();
|
||
|
}
|
||
|
}
|