public class ApiSpecification
extends Object
| Constructor and Description |
|---|
ApiSpecification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiName() |
HeaderInfo |
getHeaderInfo() |
String |
getHttpMethod() |
List<InputParam> |
getInputParamList() |
String |
getInputRequestBodyType() |
String |
getResponseType() |
String |
getUrl() |
void |
setApiName(String apiName) |
void |
setHeaderInfo(HeaderInfo headerInfo) |
void |
setHttpMethod(String httpMethod) |
void |
setInputParamList(List<InputParam> inputParamList) |
void |
setInputRequestBodyType(String inputRequestBodyType) |
void |
setResponseType(String responseType) |
void |
setUrl(String url) |
public String getResponseType()
public void setResponseType(String responseType)
public String getInputRequestBodyType()
public void setInputRequestBodyType(String inputRequestBodyType)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public List<InputParam> getInputParamList()
public void setInputParamList(List<InputParam> inputParamList)
public String getApiName()
public void setApiName(String apiName)
public String getUrl()
public void setUrl(String url)
public HeaderInfo getHeaderInfo()
public void setHeaderInfo(HeaderInfo headerInfo)