package t5; /* loaded from: classes2.dex */ public class h { /* renamed from: a, reason: collision with root package name */ private final String f14394a; /* renamed from: b, reason: collision with root package name */ private final String f14395b; private h(String str, String str2) { this.f14394a = str; this.f14395b = str2; } public static h a(String str, String str2) { w5.e.d(str, "Name is null or empty"); w5.e.d(str2, "Version is null or empty"); return new h(str, str2); } public String b() { return this.f14394a; } public String c() { return this.f14395b; } }