what-the-bank/sources/o/C11529eh.java

344 lines
7.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.eh, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C11529eh {
@SerializedName("depositList")
private List<HBt> a;
@SerializedName("clientList")
private List<RVV> b;
@SerializedName("loanList")
private List<saX> c;
@SerializedName("debitCardList")
private List<IeS> d;
@SerializedName("cardList")
private List<Sts> e;
@SerializedName("prepaidCardList")
private List<ZqN> f;
@SerializedName("merchantWalletList")
private List<tOB> g;
@SerializedName("smeLoanList")
private List<saX> i;
private C11529eh(LWm lWm) {
this.a = lWm.d;
this.e = lWm.a;
this.c = lWm.e;
this.b = lWm.c;
this.i = lWm.j;
this.g = lWm.h;
this.f = lWm.g;
this.d = lWm.b;
}
public static LWm d() {
return new LWm((byte) 0);
}
/* renamed from: o.eh$HBt */
/* loaded from: classes3.dex */
public static class HBt {
@SerializedName("quickBalanceFlag")
String a;
@SerializedName("nickname")
String c;
@SerializedName("accountNo")
String d;
private HBt(LWm lWm) {
this.d = lWm.a;
this.c = lWm.c;
this.a = lWm.d;
}
public static LWm e() {
return new LWm((byte) 0);
}
/* renamed from: o.eh$HBt$LWm */
/* loaded from: classes3.dex */
public static final class LWm {
public String a;
public String c;
String d;
private LWm() {
}
/* synthetic */ LWm(byte b) {
this();
}
}
public /* synthetic */ HBt(LWm lWm, byte b) {
this(lWm);
}
}
/* renamed from: o.eh$Sts */
/* loaded from: classes3.dex */
public static class Sts {
@SerializedName("nickname")
String c;
@SerializedName("cardRefNo")
String e;
private Sts(HBt hBt) {
this.e = hBt.e;
this.c = hBt.c;
}
public static HBt d() {
return new HBt((byte) 0);
}
/* renamed from: o.eh$Sts$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
public String c;
public String e;
private HBt() {
}
/* synthetic */ HBt(byte b) {
this();
}
}
public /* synthetic */ Sts(HBt hBt, byte b) {
this(hBt);
}
}
/* renamed from: o.eh$saX */
/* loaded from: classes3.dex */
public static class saX {
@SerializedName("nickname")
String c;
@SerializedName("accountNo")
String d;
private saX(Sts sts) {
this.d = sts.d;
this.c = sts.b;
}
public static Sts b() {
return new Sts((byte) 0);
}
/* renamed from: o.eh$saX$Sts */
/* loaded from: classes3.dex */
public static final class Sts {
public String b;
public String d;
private Sts() {
}
/* synthetic */ Sts(byte b) {
this();
}
}
public /* synthetic */ saX(Sts sts, byte b) {
this(sts);
}
}
/* renamed from: o.eh$RVV */
/* loaded from: classes3.dex */
public static class RVV {
@SerializedName("nickname")
String d;
@SerializedName("clientNo")
String e;
private RVV(HBt hBt) {
this.e = hBt.b;
this.d = hBt.d;
}
public static HBt c() {
return new HBt((byte) 0);
}
/* renamed from: o.eh$RVV$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
public String b;
public String d;
private HBt() {
}
/* synthetic */ HBt(byte b) {
this();
}
}
public /* synthetic */ RVV(HBt hBt, byte b) {
this(hBt);
}
}
/* renamed from: o.eh$tOB */
/* loaded from: classes3.dex */
public static class tOB {
@SerializedName("walletId")
String a;
@SerializedName("nickname")
String b;
private tOB(Sts sts) {
this.a = sts.c;
this.b = sts.d;
}
public static Sts b() {
return new Sts((byte) 0);
}
/* renamed from: o.eh$tOB$Sts */
/* loaded from: classes3.dex */
public static final class Sts {
public String c;
public String d;
private Sts() {
}
/* synthetic */ Sts(byte b) {
this();
}
}
public /* synthetic */ tOB(Sts sts, byte b) {
this(sts);
}
}
/* renamed from: o.eh$ZqN */
/* loaded from: classes3.dex */
public static class ZqN {
@SerializedName("nickname")
String c;
@SerializedName("cardRefNo")
String d;
private ZqN(IeS ieS) {
this.d = ieS.e;
this.c = ieS.b;
}
public static IeS d() {
return new IeS((byte) 0);
}
/* renamed from: o.eh$ZqN$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
public String b;
public String e;
private IeS() {
}
/* synthetic */ IeS(byte b) {
this();
}
}
public /* synthetic */ ZqN(IeS ieS, byte b) {
this(ieS);
}
}
/* renamed from: o.eh$IeS */
/* loaded from: classes3.dex */
public static class IeS {
@SerializedName("nickname")
String b;
@SerializedName("cardRefNo")
String e;
private IeS(RVV rvv) {
this.e = rvv.e;
this.b = rvv.b;
}
public static RVV e() {
return new RVV((byte) 0);
}
/* renamed from: o.eh$IeS$RVV */
/* loaded from: classes3.dex */
public static final class RVV {
public String b;
public String e;
private RVV() {
}
/* synthetic */ RVV(byte b) {
this();
}
}
public /* synthetic */ IeS(RVV rvv, byte b) {
this(rvv);
}
}
/* renamed from: o.eh$LWm */
/* loaded from: classes3.dex */
public static final class LWm {
public List<Sts> a;
public List<IeS> b;
public List<RVV> c;
public List<HBt> d;
public List<saX> e;
public List<ZqN> g;
public List<tOB> h;
public List<saX> j;
private LWm() {
}
/* synthetic */ LWm(byte b) {
this();
}
}
public /* synthetic */ C11529eh(LWm lWm, byte b) {
this(lWm);
}
}