39 lines
720 B
Java
39 lines
720 B
Java
|
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);
|
||
|
}
|
||
|
}
|