291 lines
10 KiB
Java
291 lines
10 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 OH extends EQ {
|
|
public List<QU> a;
|
|
public List<? extends OM> c;
|
|
public List<OK> d;
|
|
public Boolean f;
|
|
public OO g;
|
|
public List<String> h;
|
|
public ON i;
|
|
public List<? extends PP> j;
|
|
public PB l;
|
|
public List<? extends OM> n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public PD f8295o;
|
|
public static final RVV b = new RVV(0);
|
|
public static final Parcelable.Creator<OH> CREATOR = new IeS();
|
|
|
|
public /* synthetic */ OH(byte b2) {
|
|
this(null, null, null, null, null, null, null, null, null, null, null);
|
|
}
|
|
|
|
public OH(OO oo, ON on, List<OK> list, List<? extends OM> list2, List<? extends OM> list3, List<? extends PP> list4, List<QU> list5, List<String> list6, Boolean bool, PB pb, PD pd) {
|
|
this.g = oo;
|
|
this.i = on;
|
|
this.d = list;
|
|
this.n = list2;
|
|
this.c = list3;
|
|
this.j = list4;
|
|
this.a = list5;
|
|
this.h = list6;
|
|
this.f = bool;
|
|
this.l = pb;
|
|
this.f8295o = pd;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS implements Parcelable.Creator<OH> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ OH createFromParcel(Parcel parcel) {
|
|
ArrayList arrayList;
|
|
ArrayList arrayList2;
|
|
ArrayList arrayList3;
|
|
ArrayList arrayList4;
|
|
ArrayList arrayList5;
|
|
C14957gcv.e(parcel, "");
|
|
OO oo = (OO) parcel.readParcelable(OH.class.getClassLoader());
|
|
ON on = (ON) parcel.readParcelable(OH.class.getClassLoader());
|
|
if (parcel.readInt() == 0) {
|
|
arrayList = null;
|
|
} else {
|
|
int readInt = parcel.readInt();
|
|
arrayList = new ArrayList(readInt);
|
|
for (int i = 0; i != readInt; i++) {
|
|
arrayList.add(OK.CREATOR.createFromParcel(parcel));
|
|
}
|
|
}
|
|
ArrayList arrayList6 = arrayList;
|
|
if (parcel.readInt() == 0) {
|
|
arrayList2 = null;
|
|
} else {
|
|
int readInt2 = parcel.readInt();
|
|
arrayList2 = new ArrayList(readInt2);
|
|
for (int i2 = 0; i2 != readInt2; i2++) {
|
|
arrayList2.add(parcel.readParcelable(OH.class.getClassLoader()));
|
|
}
|
|
}
|
|
ArrayList arrayList7 = arrayList2;
|
|
if (parcel.readInt() == 0) {
|
|
arrayList3 = null;
|
|
} else {
|
|
int readInt3 = parcel.readInt();
|
|
arrayList3 = new ArrayList(readInt3);
|
|
for (int i3 = 0; i3 != readInt3; i3++) {
|
|
arrayList3.add(parcel.readParcelable(OH.class.getClassLoader()));
|
|
}
|
|
}
|
|
ArrayList arrayList8 = arrayList3;
|
|
if (parcel.readInt() == 0) {
|
|
arrayList4 = null;
|
|
} else {
|
|
int readInt4 = parcel.readInt();
|
|
arrayList4 = new ArrayList(readInt4);
|
|
for (int i4 = 0; i4 != readInt4; i4++) {
|
|
arrayList4.add(parcel.readParcelable(OH.class.getClassLoader()));
|
|
}
|
|
}
|
|
ArrayList arrayList9 = arrayList4;
|
|
if (parcel.readInt() == 0) {
|
|
arrayList5 = null;
|
|
} else {
|
|
int readInt5 = parcel.readInt();
|
|
arrayList5 = new ArrayList(readInt5);
|
|
for (int i5 = 0; i5 != readInt5; i5++) {
|
|
arrayList5.add(QU.CREATOR.createFromParcel(parcel));
|
|
}
|
|
}
|
|
return new OH(oo, on, arrayList6, arrayList7, arrayList8, arrayList9, arrayList5, parcel.createStringArrayList(), parcel.readInt() == 0 ? null : Boolean.valueOf(parcel.readInt() != 0), parcel.readInt() == 0 ? null : PB.CREATOR.createFromParcel(parcel), parcel.readInt() != 0 ? PD.CREATOR.createFromParcel(parcel) : null);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ OH[] newArray(int i) {
|
|
return new OH[i];
|
|
}
|
|
}
|
|
|
|
public static final OH e() {
|
|
return new OH((byte) 0);
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeParcelable(this.g, i);
|
|
parcel.writeParcelable(this.i, i);
|
|
List<OK> list = this.d;
|
|
if (list == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(list.size());
|
|
Iterator<OK> it = list.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().writeToParcel(parcel, i);
|
|
}
|
|
}
|
|
List<? extends OM> list2 = this.n;
|
|
if (list2 == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(list2.size());
|
|
Iterator<? extends OM> it2 = list2.iterator();
|
|
while (it2.hasNext()) {
|
|
parcel.writeParcelable(it2.next(), i);
|
|
}
|
|
}
|
|
List<? extends OM> list3 = this.c;
|
|
if (list3 == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(list3.size());
|
|
Iterator<? extends OM> it3 = list3.iterator();
|
|
while (it3.hasNext()) {
|
|
parcel.writeParcelable(it3.next(), i);
|
|
}
|
|
}
|
|
List<? extends PP> list4 = this.j;
|
|
if (list4 == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(list4.size());
|
|
Iterator<? extends PP> it4 = list4.iterator();
|
|
while (it4.hasNext()) {
|
|
parcel.writeParcelable(it4.next(), i);
|
|
}
|
|
}
|
|
List<QU> list5 = this.a;
|
|
if (list5 == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(list5.size());
|
|
Iterator<QU> it5 = list5.iterator();
|
|
while (it5.hasNext()) {
|
|
it5.next().writeToParcel(parcel, i);
|
|
}
|
|
}
|
|
parcel.writeStringList(this.h);
|
|
Boolean bool = this.f;
|
|
if (bool == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(bool.booleanValue() ? 1 : 0);
|
|
}
|
|
PB pb = this.l;
|
|
if (pb == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
pb.writeToParcel(parcel, i);
|
|
}
|
|
PD pd = this.f8295o;
|
|
if (pd == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
pd.writeToParcel(parcel, i);
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
OO oo = this.g;
|
|
ON on = this.i;
|
|
List<OK> list = this.d;
|
|
List<? extends OM> list2 = this.n;
|
|
List<? extends OM> list3 = this.c;
|
|
List<? extends PP> list4 = this.j;
|
|
List<QU> list5 = this.a;
|
|
List<String> list6 = this.h;
|
|
Boolean bool = this.f;
|
|
PB pb = this.l;
|
|
PD pd = this.f8295o;
|
|
StringBuilder sb = new StringBuilder("InvestmentDetailsDisplay(investmentDetailsSummaryDisplay=");
|
|
sb.append(oo);
|
|
sb.append(", investmentDetailsProfileDisplay=");
|
|
sb.append(on);
|
|
sb.append(", clientList=");
|
|
sb.append(list);
|
|
sb.append(", todayList=");
|
|
sb.append(list2);
|
|
sb.append(", awaitingList=");
|
|
sb.append(list3);
|
|
sb.append(", fundClientList=");
|
|
sb.append(list4);
|
|
sb.append(", adsDisplayList=");
|
|
sb.append(list5);
|
|
sb.append(", filterFundType=");
|
|
sb.append(list6);
|
|
sb.append(", isDisplayYield=");
|
|
sb.append(bool);
|
|
sb.append(", swoFund=");
|
|
sb.append(pb);
|
|
sb.append(", swiFund=");
|
|
sb.append(pd);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
OO oo = this.g;
|
|
int hashCode = oo == null ? 0 : oo.hashCode();
|
|
ON on = this.i;
|
|
int hashCode2 = on == null ? 0 : on.hashCode();
|
|
List<OK> list = this.d;
|
|
int hashCode3 = list == null ? 0 : list.hashCode();
|
|
List<? extends OM> list2 = this.n;
|
|
int hashCode4 = list2 == null ? 0 : list2.hashCode();
|
|
List<? extends OM> list3 = this.c;
|
|
int hashCode5 = list3 == null ? 0 : list3.hashCode();
|
|
List<? extends PP> list4 = this.j;
|
|
int hashCode6 = list4 == null ? 0 : list4.hashCode();
|
|
List<QU> list5 = this.a;
|
|
int hashCode7 = list5 == null ? 0 : list5.hashCode();
|
|
List<String> list6 = this.h;
|
|
int hashCode8 = list6 == null ? 0 : list6.hashCode();
|
|
Boolean bool = this.f;
|
|
int hashCode9 = bool == null ? 0 : bool.hashCode();
|
|
PB pb = this.l;
|
|
int hashCode10 = pb == null ? 0 : pb.hashCode();
|
|
PD pd = this.f8295o;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (pd != null ? pd.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof OH)) {
|
|
return false;
|
|
}
|
|
OH oh = (OH) obj;
|
|
return C14957gcv.b(this.g, oh.g) && C14957gcv.b(this.i, oh.i) && C14957gcv.b(this.d, oh.d) && C14957gcv.b(this.n, oh.n) && C14957gcv.b(this.c, oh.c) && C14957gcv.b(this.j, oh.j) && C14957gcv.b(this.a, oh.a) && C14957gcv.b(this.h, oh.h) && C14957gcv.b(this.f, oh.f) && C14957gcv.b(this.l, oh.l) && C14957gcv.b(this.f8295o, oh.f8295o);
|
|
}
|
|
|
|
public OH() {
|
|
this((byte) 0);
|
|
}
|
|
}
|