public class ShortNodeInfo extends AbstractModel
Constructor and Description |
---|
ShortNodeInfo() |
ShortNodeInfo(ShortNodeInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getNodeSize()
Get Number of nodes
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getNodeType()
Get Node type: Master/Core/Task/Router/Common
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setNodeSize(Long NodeSize)
Set Number of nodes
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setNodeType(String NodeType)
Set Node type: Master/Core/Task/Router/Common
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ShortNodeInfo()
public ShortNodeInfo(ShortNodeInfo source)
public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- Node type: Master/Core/Task/Router/Common
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getNodeSize()
public void setNodeSize(Long NodeSize)
NodeSize
- Number of nodes
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.