public class TSMethod extends Object
| Constructor and Description |
|---|
TSMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getHttpMethod() |
String |
getMethodPath() |
String |
getName() |
List<TSParam> |
getParams() |
String |
getReturnType() |
void |
setBody(String body) |
void |
setHttpMethod(String httpMethod) |
void |
setMethodPath(String methodPath) |
void |
setName(String name) |
void |
setParams(List<TSParam> params) |
void |
setReturnType(String returnType) |
public String getName()
public void setName(String name)
public String getReturnType()
public void setReturnType(String returnType)
public String getMethodPath()
public void setMethodPath(String methodPath)
public String getBody()
public void setBody(String body)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
Copyright © 2018. All rights reserved.