public class ClusterNodeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClusterNodeInfo() | 
| ClusterNodeInfo(ClusterNodeInfo 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 | 
|---|---|
| String | getNodeId()Get 节点id。 | 
| String | getRole()Get 节点的角色。 | 
| String | getStatus()Get 节点状态。 | 
| Long | getWeight()Get 节点的权重 | 
| String | getZone()Get 节点所在可用区。 | 
| void | setNodeId(String NodeId)Set 节点id。 | 
| void | setRole(String Role)Set 节点的角色。 | 
| void | setStatus(String Status)Set 节点状态。 | 
| void | setWeight(Long Weight)Set 节点的权重 | 
| void | setZone(String Zone)Set 节点所在可用区。 | 
| 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, toJsonStringpublic ClusterNodeInfo()
public ClusterNodeInfo(ClusterNodeInfo source)
public String getNodeId()
public void setNodeId(String NodeId)
NodeId - 节点id。public String getRole()
public void setRole(String Role)
Role - 节点的角色。public String getZone()
public void setZone(String Zone)
Zone - 节点所在可用区。public Long getWeight()
public void setWeight(Long Weight)
Weight - 节点的权重public String getStatus()
public void setStatus(String Status)
Status - 节点状态。Copyright © 2025. All rights reserved.