Class Event

    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getOrder

        public int getOrder()
      • setOrder

        public void setOrder​(int order)
      • getConsumes

        public Set<javax.ws.rs.core.MediaType> getConsumes()
      • setConsumes

        public void setConsumes​(Set<javax.ws.rs.core.MediaType> consumes)
      • getProduces

        public Set<javax.ws.rs.core.MediaType> getProduces()
      • setProduces

        public void setProduces​(Set<javax.ws.rs.core.MediaType> produces)
      • getMethod

        public io.vertx.core.http.HttpMethod getMethod()
      • setMethod

        public void setMethod​(io.vertx.core.http.HttpMethod method)
      • getAction

        public Method getAction()
      • setAction

        public void setAction​(Method action)
      • getProxy

        public Object getProxy()
      • setProxy

        public void setProxy​(Object proxy)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object