package n1; /* loaded from: classes.dex */ public final class a { /* renamed from: a, reason: collision with root package name */ private String f11941a; /* renamed from: n1.a$a, reason: collision with other inner class name */ public static final class C0192a { /* renamed from: a, reason: collision with root package name */ private String f11942a; /* synthetic */ C0192a(o oVar) { } public a a() { String str = this.f11942a; if (str == null) { throw new IllegalArgumentException("Purchase token must be set"); } a aVar = new a(null); aVar.f11941a = str; return aVar; } public C0192a b(String str) { this.f11942a = str; return this; } } /* synthetic */ a(p pVar) { } public static C0192a b() { return new C0192a(null); } public String a() { return this.f11941a; } }