package n1; /* loaded from: classes.dex */ public final class k { /* renamed from: a, reason: collision with root package name */ private final String f11949a; public static class a { /* renamed from: a, reason: collision with root package name */ private String f11950a; /* synthetic */ a(k0 k0Var) { } public k a() { if (this.f11950a != null) { return new k(this, null); } throw new IllegalArgumentException("Product type must be set"); } public a b(String str) { this.f11950a = str; return this; } } /* synthetic */ k(a aVar, l0 l0Var) { this.f11949a = aVar.f11950a; } public static a a() { return new a(null); } public final String b() { return this.f11949a; } }