public class ThriftService extends Object
| Constructor and Description |
|---|
ThriftService() |
| Modifier and Type | Method and Description |
|---|---|
List<ThriftMethod> |
getMethods() |
String |
getName() |
void |
setMethods(List<ThriftMethod> methods) |
void |
setName(String name) |
public String getName()
public void setName(String name)
name - the name to setpublic List<ThriftMethod> getMethods()
public void setMethods(List<ThriftMethod> methods)
methods - the methods to setCopyright © 2017. All rights reserved.