Package io.vertx.up.atom.agent
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)MethodgetAction()Set<javax.ws.rs.core.MediaType>getConsumes()io.vertx.core.http.HttpMethodgetMethod()intgetOrder()StringgetPath()Set<javax.ws.rs.core.MediaType>getProduces()ObjectgetProxy()inthashCode()voidsetAction(Method action)voidsetConsumes(Set<javax.ws.rs.core.MediaType> consumes)voidsetMethod(io.vertx.core.http.HttpMethod method)voidsetOrder(int order)voidsetPath(String path)voidsetProduces(Set<javax.ws.rs.core.MediaType> produces)voidsetProxy(Object proxy)StringtoString()
-
-
-
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)
-
-