package Y0;

import kotlin.jvm.internal.o;
import q.AbstractC2761L;

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

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

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

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

    public a(String str, String str2, int i6) {
        this.f8700a = str;
        this.f8701b = str2;
        this.f8702c = i6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return o.c(this.f8700a, aVar.f8700a) && o.c(this.f8701b, aVar.f8701b) && this.f8702c == aVar.f8702c;
    }

    public final int hashCode() {
        return AbstractC2761L.b(this.f8700a.hashCode() * 31, 961, this.f8701b) + this.f8702c;
    }
}
