183 lines
6.3 KiB
Java
183 lines
6.3 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.ArrayList;
|
|
import java.util.HashMap;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
|
|
/* renamed from: o.Kf, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0593Kf implements Parcelable {
|
|
public static final Parcelable.Creator<C0593Kf> CREATOR = new Sts();
|
|
public List<LT> a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
public String g;
|
|
public HashMap<String, String> i;
|
|
|
|
/* renamed from: o.Kf$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV {
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public List<LT> e;
|
|
public String f;
|
|
public HashMap<String, String> g;
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0593Kf(String str, String str2, List<LT> list, String str3, String str4, String str5, HashMap<String, String> hashMap) {
|
|
this.c = str;
|
|
this.d = str2;
|
|
this.a = list;
|
|
this.b = str3;
|
|
this.e = str4;
|
|
this.g = str5;
|
|
this.i = hashMap;
|
|
}
|
|
|
|
/* renamed from: o.Kf$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<C0593Kf> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0593Kf createFromParcel(Parcel parcel) {
|
|
ArrayList arrayList;
|
|
HashMap hashMap;
|
|
C14957gcv.e(parcel, "");
|
|
String readString = parcel.readString();
|
|
String readString2 = parcel.readString();
|
|
if (parcel.readInt() == 0) {
|
|
arrayList = null;
|
|
} else {
|
|
int readInt = parcel.readInt();
|
|
arrayList = new ArrayList(readInt);
|
|
for (int i = 0; i != readInt; i++) {
|
|
arrayList.add(LT.CREATOR.createFromParcel(parcel));
|
|
}
|
|
}
|
|
ArrayList arrayList2 = arrayList;
|
|
String readString3 = parcel.readString();
|
|
String readString4 = parcel.readString();
|
|
String readString5 = parcel.readString();
|
|
if (parcel.readInt() == 0) {
|
|
hashMap = null;
|
|
} else {
|
|
int readInt2 = parcel.readInt();
|
|
hashMap = new HashMap(readInt2);
|
|
for (int i2 = 0; i2 != readInt2; i2++) {
|
|
hashMap.put(parcel.readString(), parcel.readString());
|
|
}
|
|
}
|
|
return new C0593Kf(readString, readString2, arrayList2, readString3, readString4, readString5, hashMap);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0593Kf[] newArray(int i) {
|
|
return new C0593Kf[i];
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public C0593Kf(RVV rvv) {
|
|
this(rvv.b, rvv.d, rvv.e, rvv.a, rvv.c, rvv.f, rvv.g);
|
|
C14957gcv.e(rvv, "");
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.d);
|
|
List<LT> list = this.a;
|
|
if (list == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(list.size());
|
|
Iterator<LT> it = list.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().writeToParcel(parcel, i);
|
|
}
|
|
}
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.g);
|
|
HashMap<String, String> hashMap = this.i;
|
|
if (hashMap == null) {
|
|
parcel.writeInt(0);
|
|
return;
|
|
}
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(hashMap.size());
|
|
for (Map.Entry<String, String> entry : hashMap.entrySet()) {
|
|
parcel.writeString(entry.getKey());
|
|
parcel.writeString(entry.getValue());
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.d;
|
|
List<LT> list = this.a;
|
|
String str3 = this.b;
|
|
String str4 = this.e;
|
|
String str5 = this.g;
|
|
HashMap<String, String> hashMap = this.i;
|
|
StringBuilder sb = new StringBuilder("EasycashLendingIntroductionDisplay(imagePath=");
|
|
sb.append(str);
|
|
sb.append(", introductionHtml=");
|
|
sb.append(str2);
|
|
sb.append(", consentDocumentList=");
|
|
sb.append(list);
|
|
sb.append(", label=");
|
|
sb.append(str3);
|
|
sb.append(", labelDescription=");
|
|
sb.append(str4);
|
|
sb.append(", urlParameter=");
|
|
sb.append(str5);
|
|
sb.append(", lendingConfigDisplay=");
|
|
sb.append(hashMap);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.c;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.d;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
List<LT> list = this.a;
|
|
int hashCode3 = list == null ? 0 : list.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.e;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.g;
|
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
|
HashMap<String, String> hashMap = this.i;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (hashMap != null ? hashMap.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0593Kf)) {
|
|
return false;
|
|
}
|
|
C0593Kf c0593Kf = (C0593Kf) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c0593Kf.c) && C14957gcv.b((Object) this.d, (Object) c0593Kf.d) && C14957gcv.b(this.a, c0593Kf.a) && C14957gcv.b((Object) this.b, (Object) c0593Kf.b) && C14957gcv.b((Object) this.e, (Object) c0593Kf.e) && C14957gcv.b((Object) this.g, (Object) c0593Kf.g) && C14957gcv.b(this.i, c0593Kf.i);
|
|
}
|
|
}
|