public class Resource extends Object
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail() |
List<HttpCode> |
getHttpCodes() |
String |
getHttpMethod() |
String |
getName() |
String |
getPath() |
String |
getRequestBodyType() |
String |
getResponseBodyType() |
List<Variable> |
getVariables() |
void |
setDetail(String detail) |
void |
setHttpCodes(List<HttpCode> httpCodes) |
void |
setHttpMethod(String httpMethod) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setRequestBodyType(String requestBodyType) |
void |
setResponseBodyType(String responseBodyType) |
void |
setVariables(List<Variable> variables) |
public String getPath()
public void setPath(String path)
public String getName()
public void setName(String name)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public String getDetail()
public void setDetail(String detail)
public String getRequestBodyType()
public void setRequestBodyType(String requestBodyType)
public String getResponseBodyType()
public void setResponseBodyType(String responseBodyType)
Copyright © 2014. All rights reserved.