package V;

import f1.EnumC2022j;
import q.AbstractC2761L;

/* JADX INFO: renamed from: V.z, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0631z {

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

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

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

    public C0631z(EnumC2022j enumC2022j, int i6, long j4) {
        this.f7183a = enumC2022j;
        this.f7184b = i6;
        this.f7185c = j4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0631z)) {
            return false;
        }
        C0631z c0631z = (C0631z) obj;
        return this.f7183a == c0631z.f7183a && this.f7184b == c0631z.f7184b && this.f7185c == c0631z.f7185c;
    }

    public final int hashCode() {
        return Long.hashCode(this.f7185c) + AbstractC2761L.a(this.f7184b, this.f7183a.hashCode() * 31, 31);
    }

    public final String toString() {
        return "AnchorInfo(direction=" + this.f7183a + ", offset=" + this.f7184b + ", selectableId=" + this.f7185c + ')';
    }
}
