package Q0;

import w4.InterfaceC3143e;

/* JADX INFO: renamed from: Q0.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0586a {

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

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

    public C0586a(String str, InterfaceC3143e interfaceC3143e) {
        this.f5729a = str;
        this.f5730b = interfaceC3143e;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0586a)) {
            return false;
        }
        C0586a c0586a = (C0586a) obj;
        return kotlin.jvm.internal.o.c(this.f5729a, c0586a.f5729a) && kotlin.jvm.internal.o.c(this.f5730b, c0586a.f5730b);
    }

    public final int hashCode() {
        String str = this.f5729a;
        int iHashCode = (str != null ? str.hashCode() : 0) * 31;
        InterfaceC3143e interfaceC3143e = this.f5730b;
        return iHashCode + (interfaceC3143e != null ? interfaceC3143e.hashCode() : 0);
    }

    public final String toString() {
        return "AccessibilityAction(label=" + this.f5729a + ", action=" + this.f5730b + ')';
    }
}
