public class Options extends Object
| 构造器和说明 |
|---|
Options() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getConsumes() |
String |
getDescription() |
String |
getMethod() |
List<Parameter> |
getParameters() |
String |
getPath() |
String |
getProduces() |
Response |
getResponse() |
String |
getSummary() |
void |
setConsumes(String consumes) |
void |
setDescription(String description) |
void |
setMethod(String method) |
void |
setParameters(List<Parameter> parameters) |
void |
setPath(String path) |
void |
setProduces(String produces) |
void |
setResponse(Response response) |
void |
setSummary(String summary) |
public String getPath()
public void setPath(String path)
public String getMethod()
public void setMethod(String method)
public String getSummary()
public void setSummary(String summary)
public String getDescription()
public void setDescription(String description)
public String getProduces()
public void setProduces(String produces)
public String getConsumes()
public void setConsumes(String consumes)
public Response getResponse()
public void setResponse(Response response)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.