public class ApiOperator extends Object
| 构造器和说明 |
|---|
ApiOperator() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApi() |
String |
getFunction() |
String |
getId() |
List<Parameter> |
getInput() |
String |
getInputExample() |
String |
getMethod() |
String |
getName() |
Response |
getOutput() |
String |
getOutputExample() |
String |
getPath() |
String |
getRemark() |
void |
setApi(String api) |
void |
setFunction(String function) |
void |
setId(String id) |
void |
setInput(List<Parameter> input) |
void |
setInputExample(String inputExample) |
void |
setMethod(String method) |
void |
setName(String name) |
void |
setOutput(Response output) |
void |
setOutputExample(String outputExample) |
void |
setPath(String path) |
void |
setRemark(String remark) |
public String getMethod()
public void setMethod(String method)
public String getPath()
public void setPath(String path)
public String getInputExample()
public void setInputExample(String inputExample)
public Response getOutput()
public void setOutput(Response output)
public String getOutputExample()
public void setOutputExample(String outputExample)
public String getRemark()
public void setRemark(String remark)
public String getName()
public void setName(String name)
public String getFunction()
public void setFunction(String function)
public String getId()
public void setId(String id)
public String getApi()
public void setApi(String api)
Copyright © 2019. All rights reserved.