package kotlin.reflect.w.internal.y0.h;

import io.netty.handler.codec.dns.DefaultDnsRecordDecoder;
import kotlin.jvm.internal.o;
import kotlin.text.j;

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

    @Deprecated
    public static final e a;

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

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

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

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

    static {
        e eVar = g.f8202g;
        a = eVar;
        o.e(c.k(eVar), "topLevel(LOCAL_NAME)");
    }

    public a(c cVar, e eVar) {
        o.f(cVar, "packageName");
        o.f(eVar, "callableName");
        o.f(cVar, "packageName");
        o.f(eVar, "callableName");
        this.f8181b = cVar;
        this.f8182c = null;
        this.f8183d = eVar;
        this.f8184e = null;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return o.a(this.f8181b, aVar.f8181b) && o.a(this.f8182c, aVar.f8182c) && o.a(this.f8183d, aVar.f8183d) && o.a(this.f8184e, aVar.f8184e);
    }

    public int hashCode() {
        int iHashCode = this.f8181b.hashCode() * 31;
        c cVar = this.f8182c;
        int iHashCode2 = (this.f8183d.hashCode() + ((iHashCode + (cVar == null ? 0 : cVar.hashCode())) * 31)) * 31;
        c cVar2 = this.f8184e;
        return iHashCode2 + (cVar2 != null ? cVar2.hashCode() : 0);
    }

    public String toString() {
        StringBuilder sb = new StringBuilder();
        String strB = this.f8181b.b();
        o.e(strB, "packageName.asString()");
        sb.append(j.B(strB, '.', '/', false, 4));
        sb.append("/");
        c cVar = this.f8182c;
        if (cVar != null) {
            sb.append(cVar);
            sb.append(DefaultDnsRecordDecoder.ROOT);
        }
        sb.append(this.f8183d);
        String string = sb.toString();
        o.e(string, "StringBuilder().apply(builderAction).toString()");
        return string;
    }
}
