public class Event extends Object implements Serializable
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Method |
getAction() |
Set<javax.ws.rs.core.MediaType> |
getConsumes() |
io.vertx.core.http.HttpMethod |
getMethod() |
int |
getOrder() |
String |
getPath() |
Set<javax.ws.rs.core.MediaType> |
getProduces() |
Object |
getProxy() |
int |
hashCode() |
void |
setAction(Method action) |
void |
setConsumes(Set<javax.ws.rs.core.MediaType> consumes) |
void |
setMethod(io.vertx.core.http.HttpMethod method) |
void |
setOrder(int order) |
void |
setPath(String path) |
void |
setProduces(Set<javax.ws.rs.core.MediaType> produces) |
void |
setProxy(Object proxy) |
String |
toString() |
public String getPath()
public void setPath(String path)
public int getOrder()
public void setOrder(int order)
public Set<javax.ws.rs.core.MediaType> getConsumes()
public void setConsumes(Set<javax.ws.rs.core.MediaType> consumes)
public Set<javax.ws.rs.core.MediaType> getProduces()
public void setProduces(Set<javax.ws.rs.core.MediaType> produces)
public io.vertx.core.http.HttpMethod getMethod()
public void setMethod(io.vertx.core.http.HttpMethod method)
public Method getAction()
public void setAction(Method action)
public Object getProxy()
public void setProxy(Object proxy)
Copyright © 2019. All rights reserved.