package androidx.privacysandbox.ads.adservices.topics;

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

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

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

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

    public c(long j10, long j11, int i10) {
        this.f3647a = j10;
        this.f3648b = j11;
        this.f3649c = i10;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof c)) {
            return false;
        }
        c cVar = (c) obj;
        return this.f3647a == cVar.f3647a && this.f3648b == cVar.f3648b && this.f3649c == cVar.f3649c;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f3649c) + ((Long.hashCode(this.f3648b) + (Long.hashCode(this.f3647a) * 31)) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("TaxonomyVersion=");
        sb.append(this.f3647a);
        sb.append(", ModelVersion=");
        sb.append(this.f3648b);
        sb.append(", TopicCode=");
        return defpackage.e.i("Topic { ", u.a.b(sb, this.f3649c, " }"));
    }
}
