162 lines
4.7 KiB
Java
162 lines
4.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;
|
|
|
|
/* renamed from: o.Ue, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1036Ue extends C0383Fi implements Parcelable {
|
|
public static final Parcelable.Creator<C1036Ue> CREATOR;
|
|
public List<? extends C0386Fk> a;
|
|
public String g;
|
|
public String h;
|
|
public Uro j;
|
|
|
|
@Override // o.EQ, 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 C1036Ue(String str, Uro uro, List<? extends C0386Fk> list, String str2) {
|
|
super(str2, list, 60);
|
|
C14957gcv.e(list, "");
|
|
this.h = str;
|
|
this.j = uro;
|
|
this.a = list;
|
|
this.g = str2;
|
|
}
|
|
|
|
/* renamed from: o.Ue$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt {
|
|
private HBt() {
|
|
}
|
|
|
|
public /* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.Ue$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<C1036Ue> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1036Ue createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
String readString = parcel.readString();
|
|
Uro valueOf = parcel.readInt() == 0 ? null : Uro.valueOf(parcel.readString());
|
|
int readInt = parcel.readInt();
|
|
ArrayList arrayList = new ArrayList(readInt);
|
|
for (int i = 0; i != readInt; i++) {
|
|
arrayList.add(parcel.readParcelable(C1036Ue.class.getClassLoader()));
|
|
}
|
|
return new C1036Ue(readString, valueOf, arrayList, parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1036Ue[] newArray(int i) {
|
|
return new C1036Ue[i];
|
|
}
|
|
}
|
|
|
|
private /* synthetic */ C1036Ue(byte b) {
|
|
this(null, null, C14851gaI.c, null);
|
|
}
|
|
|
|
public static final C1036Ue d() {
|
|
return new C1036Ue((byte) 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1036Ue)) {
|
|
return false;
|
|
}
|
|
C1036Ue c1036Ue = (C1036Ue) obj;
|
|
return C14957gcv.b((Object) this.h, (Object) c1036Ue.h) && this.j == c1036Ue.j && C14957gcv.b(this.a, c1036Ue.a) && C14957gcv.b((Object) this.g, (Object) c1036Ue.g);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.h;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
Uro uro = this.j;
|
|
int hashCode2 = uro == null ? 0 : uro.hashCode();
|
|
int hashCode3 = this.a.hashCode();
|
|
String str2 = this.g;
|
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.h;
|
|
Uro uro = this.j;
|
|
List<? extends C0386Fk> list = this.a;
|
|
String str2 = this.g;
|
|
StringBuilder sb = new StringBuilder("QuickBalanceDisplay(nickname=");
|
|
sb.append(str);
|
|
sb.append(", quickOperationStatus=");
|
|
sb.append(uro);
|
|
sb.append(", depositDisplayList=");
|
|
sb.append(list);
|
|
sb.append(", totalAmount=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
@Override // o.C0383Fi, o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.h);
|
|
Uro uro = this.j;
|
|
if (uro == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeString(uro.name());
|
|
}
|
|
List<? extends C0386Fk> list = this.a;
|
|
parcel.writeInt(list.size());
|
|
Iterator<? extends C0386Fk> it = list.iterator();
|
|
while (it.hasNext()) {
|
|
parcel.writeParcelable(it.next(), i);
|
|
}
|
|
parcel.writeString(this.g);
|
|
}
|
|
|
|
@Override // o.C0383Fi
|
|
public final void d(String str) {
|
|
this.g = str;
|
|
}
|
|
|
|
@Override // o.C0383Fi
|
|
public final void e(List<? extends C0386Fk> list) {
|
|
C14957gcv.e(list, "");
|
|
this.a = list;
|
|
}
|
|
|
|
@Override // o.C0383Fi
|
|
public final String b() {
|
|
return this.g;
|
|
}
|
|
|
|
@Override // o.C0383Fi
|
|
public final List<C0386Fk> c() {
|
|
return this.a;
|
|
}
|
|
|
|
public C1036Ue() {
|
|
this((byte) 0);
|
|
}
|
|
|
|
static {
|
|
new HBt((byte) 0);
|
|
CREATOR = new Sts();
|
|
}
|
|
}
|