package androidx.privacysandbox.ads.adservices.topics;

import nb.g;

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

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

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

    public a(String str, boolean z10) {
        g.i(str, "adsSdkName");
        this.f3644a = str;
        this.f3645b = z10;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return g.c(this.f3644a, aVar.f3644a) && this.f3645b == aVar.f3645b;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f3645b) + (this.f3644a.hashCode() * 31);
    }

    public final String toString() {
        return "GetTopicsRequest: adsSdkName=" + this.f3644a + ", shouldRecordObservation=" + this.f3645b;
    }
}
