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

39 lines
720 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 EAF {
@SerializedName("consentFlags")
private DeI c;
@SerializedName("productType")
private String d;
@SerializedName("applicationId")
private String e;
private EAF(HBt hBt) {
this.d = hBt.d;
this.e = hBt.e;
this.c = hBt.c;
}
/* loaded from: classes3.dex */
public static final class HBt {
public DeI c;
String d;
String e;
public HBt(String str, String str2) {
this.d = str;
this.e = str2;
}
}
public /* synthetic */ EAF(HBt hBt, byte b) {
this(hBt);
}
}