public class ThriftMethod extends Object
| Constructor and Description |
|---|
ThriftMethod() |
| Modifier and Type | Method and Description |
|---|---|
List<ThriftMethodArg> |
getMethodArgs() |
String |
getName() |
List<Class<?>> |
getRelationClasses() |
Generic |
getReturnGenericType() |
void |
setMethodArgs(List<ThriftMethodArg> args) |
void |
setName(String name) |
void |
setRelationClasses(List<Class<?>> relationClasses) |
void |
setReturnGenericType(Generic returnGeneric) |
public String getName()
public void setName(String name)
name - the name to setpublic List<ThriftMethodArg> getMethodArgs()
public void setMethodArgs(List<ThriftMethodArg> args)
args - the args to setpublic void setRelationClasses(List<Class<?>> relationClasses)
relationClasses - the relationClasses to setpublic Generic getReturnGenericType()
public void setReturnGenericType(Generic returnGeneric)
returnGeneric - the returnGeneric to setCopyright © 2017. All rights reserved.