package t2; import com.google.android.gms.ads.RequestConfiguration; import java.util.ArrayList; import java.util.Collections; import java.util.List; /* loaded from: classes.dex */ public final class d { /* renamed from: c, reason: collision with root package name */ private static final d f14334c = new a().a(); /* renamed from: a, reason: collision with root package name */ private final String f14335a; /* renamed from: b, reason: collision with root package name */ private final List f14336b; public static final class a { /* renamed from: a, reason: collision with root package name */ private String f14337a = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; /* renamed from: b, reason: collision with root package name */ private List f14338b = new ArrayList(); a() { } public d a() { return new d(this.f14337a, Collections.unmodifiableList(this.f14338b)); } public a b(List list) { this.f14338b = list; return this; } public a c(String str) { this.f14337a = str; return this; } } d(String str, List list) { this.f14335a = str; this.f14336b = list; } public static a c() { return new a(); } public List a() { return this.f14336b; } public String b() { return this.f14335a; } }