public class RouteDescription extends Object
| Constructor and Description |
|---|
RouteDescription() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumes() |
String |
getHttpMethod() |
String |
getJavaMethod() |
String |
getPath() |
String |
getProduces() |
void |
setConsumes(String consumes) |
void |
setHttpMethod(String httpMethod) |
void |
setJavaMethod(String javaMethod) |
void |
setPath(String path) |
void |
setProduces(String produces) |
public String getJavaMethod()
public void setJavaMethod(String javaMethod)
public String getPath()
public void setPath(String path)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public String getProduces()
public void setProduces(String produces)
public String getConsumes()
public void setConsumes(String consumes)
Copyright © 2020 JBoss by Red Hat. All rights reserved.