45 lines
800 B
Java
45 lines
800 B
Java
|
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);
|
||
|
}
|
||
|
}
|