package com.google.android.gms.ads.mediation; import android.content.Context; import android.location.Location; import android.os.Bundle; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /* loaded from: classes.dex */ public class MediationAdConfiguration { public static final int TAG_FOR_CHILD_DIRECTED_TREATMENT_FALSE = 0; public static final int TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE = 1; public static final int TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED = -1; private final String zza; private final Bundle zzb; private final Bundle zzc; private final Context zzd; private final boolean zze; private final int zzf; private final int zzg; private final String zzh; private final String zzi; @Retention(RetentionPolicy.SOURCE) public @interface TagForChildDirectedTreatment { } public MediationAdConfiguration(Context context, String str, Bundle bundle, Bundle bundle2, boolean z10, Location location, int i10, int i11, String str2, String str3) { this.zza = str; this.zzb = bundle; this.zzc = bundle2; this.zzd = context; this.zze = z10; this.zzf = i10; this.zzg = i11; this.zzh = str2; this.zzi = str3; } public String getBidResponse() { return this.zza; } public Context getContext() { return this.zzd; } public String getMaxAdContentRating() { return this.zzh; } public Bundle getMediationExtras() { return this.zzc; } public Bundle getServerParameters() { return this.zzb; } public String getWatermark() { return this.zzi; } public boolean isTestRequest() { return this.zze; } public int taggedForChildDirectedTreatment() { return this.zzf; } public int taggedForUnderAgeTreatment() { return this.zzg; } }