Class RpcCommand.ClientCommand
- java.lang.Object
-
- com.networknt.registry.support.command.RpcCommand.ClientCommand
-
- Enclosing class:
- RpcCommand
public static class RpcCommand.ClientCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDc()IntegergetIndex()List<String>getMergeGroups()StringgetPattern()StringgetRemark()List<String>getRouteRules()StringgetVersion()voidsetDc(String dc)voidsetIndex(Integer index)voidsetMergeGroups(List<String> mergeGroups)voidsetPattern(String pattern)voidsetRemark(String remark)voidsetRouteRules(List<String> routeRules)voidsetVersion(String version)
-
-
-
Method Detail
-
getIndex
public Integer getIndex()
-
setIndex
public void setIndex(Integer index)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getDc
public String getDc()
-
setDc
public void setDc(String dc)
-
getPattern
public String getPattern()
-
setPattern
public void setPattern(String pattern)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
-