package c1; /* loaded from: classes.dex */ public class g { /* renamed from: a, reason: collision with root package name */ public final String f3374a; /* renamed from: b, reason: collision with root package name */ public final int f3375b; public g(String str, int i10) { this.f3374a = str; this.f3375b = i10; } public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof g)) { return false; } g gVar = (g) obj; if (this.f3375b != gVar.f3375b) { return false; } return this.f3374a.equals(gVar.f3374a); } public int hashCode() { return (this.f3374a.hashCode() * 31) + this.f3375b; } }