package fe;

import java.lang.reflect.Method;
import org.greenrobot.eventbus.ThreadMode;

/* JADX INFO: loaded from: classes3.dex */
public final class k {

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public String f26094f;

    public k(Method method, Class cls, ThreadMode threadMode, int i10, boolean z10) {
        this.f26089a = method;
        this.f26090b = threadMode;
        this.f26091c = cls;
        this.f26092d = i10;
        this.f26093e = z10;
    }

    public final synchronized void a() {
        if (this.f26094f == null) {
            StringBuilder sb = new StringBuilder(64);
            sb.append(this.f26089a.getDeclaringClass().getName());
            sb.append('#');
            sb.append(this.f26089a.getName());
            sb.append('(');
            sb.append(this.f26091c.getName());
            this.f26094f = sb.toString();
        }
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof k)) {
            return false;
        }
        a();
        k kVar = (k) obj;
        kVar.a();
        return this.f26094f.equals(kVar.f26094f);
    }

    public final int hashCode() {
        return this.f26089a.hashCode();
    }
}
