类 RegisterCompoundMethod
- java.lang.Object
-
- network.nerve.core.rpc.model.message.RegisterCompoundMethod
-
public class RegisterCompoundMethod extends Object
订阅多个远程方法 Subscribe to multiple remote methods- 作者:
- tangyi
-
-
构造器概要
构造器 构造器 说明 RegisterCompoundMethod()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCompoundMethodDescription()StringgetCompoundMethodName()List<Object>getCompoundMethods()voidsetCompoundMethodDescription(String CompoundMethodDescription)voidsetCompoundMethodName(String CompoundMethodName)voidsetCompoundMethods(List<Object> CompoundMethods)
-
-
-
方法详细资料
-
getCompoundMethodName
public String getCompoundMethodName()
-
setCompoundMethodName
public void setCompoundMethodName(String CompoundMethodName)
-
getCompoundMethodDescription
public String getCompoundMethodDescription()
-
setCompoundMethodDescription
public void setCompoundMethodDescription(String CompoundMethodDescription)
-
-