- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
46 lines
1.0 KiB
Java
46 lines
1.0 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.ads.internal.util.client.VersionInfoParcel;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzayg {
|
|
private final String zza;
|
|
|
|
@Nullable
|
|
private final JSONObject zzb;
|
|
private final String zzc;
|
|
private final String zzd;
|
|
private final boolean zze;
|
|
|
|
public zzayg(String str, VersionInfoParcel versionInfoParcel, String str2, @Nullable JSONObject jSONObject, boolean z, boolean z2) {
|
|
this.zzd = versionInfoParcel.afmaVersion;
|
|
this.zzb = jSONObject;
|
|
this.zzc = str;
|
|
this.zza = str2;
|
|
this.zze = z2;
|
|
}
|
|
|
|
public final String zza() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final String zzb() {
|
|
return this.zzd;
|
|
}
|
|
|
|
public final String zzc() {
|
|
return this.zzc;
|
|
}
|
|
|
|
@Nullable
|
|
public final JSONObject zzd() {
|
|
return this.zzb;
|
|
}
|
|
|
|
public final boolean zze() {
|
|
return this.zze;
|
|
}
|
|
}
|