public class ShortNodeInfo extends AbstractModel
header, skipSign
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 节点数量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNodeType()
Get 节点类型,Master/Core/Task/Router/Common
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNodeSize(Long NodeSize)
Set 节点数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNodeType(String NodeType)
Set 节点类型,Master/Core/Task/Router/Common
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ShortNodeInfo()
public ShortNodeInfo(ShortNodeInfo source)
public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- 节点类型,Master/Core/Task/Router/Common
注意:此字段可能返回 null,表示取不到有效值。public Long getNodeSize()
public void setNodeSize(Long NodeSize)
NodeSize
- 节点数量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.