package com.google.android.gms.common.api.internal;

import androidx.annotation.Nullable;
import com.google.android.gms.common.annotation.KeepForSdk;

/* JADX INFO: loaded from: classes2.dex */
public final class j {

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

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

    public j(Object obj, String str) {
        this.f8258a = obj;
        this.f8259b = str;
    }

    @KeepForSdk
    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof j)) {
            return false;
        }
        j jVar = (j) obj;
        return this.f8258a == jVar.f8258a && this.f8259b.equals(jVar.f8259b);
    }

    public final int hashCode() {
        return this.f8259b.hashCode() + (System.identityHashCode(this.f8258a) * 31);
    }
}
