public class ThriftService extends Object
| 构造器和说明 |
|---|
ThriftService() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2016. All rights reserved.