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 String
getDc()
Integer
getIndex()
List<String>
getMergeGroups()
String
getPattern()
String
getRemark()
List<String>
getRouteRules()
String
getVersion()
void
setDc(String dc)
void
setIndex(Integer index)
void
setMergeGroups(List<String> mergeGroups)
void
setPattern(String pattern)
void
setRemark(String remark)
void
setRouteRules(List<String> routeRules)
void
setVersion(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)
-
-