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

45 lines
800 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public class EQZ {
@SerializedName("accountNo")
private String a;
@SerializedName("applicationId")
private String d;
@SerializedName("productType")
private String e;
private EQZ(Sts sts) {
this.e = sts.c;
this.d = sts.b;
this.a = sts.e;
}
public static Sts b() {
return new Sts((byte) 0);
}
/* loaded from: classes3.dex */
public static final class Sts {
public String b;
public String c;
public String e;
private Sts() {
}
/* synthetic */ Sts(byte b) {
this();
}
}
public /* synthetic */ EQZ(Sts sts, byte b) {
this(sts);
}
}