package n4;

/* JADX INFO: loaded from: classes.dex */
public final class g {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f30808a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f30809b;

    public g(String str, int i10) {
        this.f30808a = str;
        this.f30809b = i10;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof g)) {
            return false;
        }
        g gVar = (g) obj;
        if (this.f30809b != gVar.f30809b) {
            return false;
        }
        return this.f30808a.equals(gVar.f30808a);
    }

    public final int hashCode() {
        return (this.f30808a.hashCode() * 31) + this.f30809b;
    }
}
