Class Event

java.lang.Object
io.vertx.up.atom.agent.Event
All Implemented Interfaces:
Serializable

public class Event extends Object implements Serializable
Scanned Uri Event ( Metadata ) for each Endpoint.
See Also:
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getOrder

      public int getOrder()
    • setOrder

      public void setOrder(int order)
    • getConsumes

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

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

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

      public void setProduces(Set<jakarta.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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object