public class NodeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NodeInfo() | 
| NodeInfo(NodeInfo 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 | getComponentName()Get Component name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIp()Get User IP
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getLastRestartTime()Get The time when the node was last restarted
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getNodeName()Get Node role name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getNodeRole()Get Node role
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getStatus()Get Node status
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getZone()Get The availability zone where the node is located
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setComponentName(String ComponentName)Set Component name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIp(String Ip)Set User IP
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLastRestartTime(String LastRestartTime)Set The time when the node was last restarted
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNodeName(String NodeName)Set Node role name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNodeRole(String NodeRole)Set Node role
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStatus(Long Status)Set Node status
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setZone(String Zone)Set The availability zone where the node is located
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 NodeInfo()
public NodeInfo(NodeInfo source)
public String getIp()
public void setIp(String Ip)
Ip - User IP
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Node status
Note: This field may return null, indicating that no valid values can be obtained.public String getNodeName()
public void setNodeName(String NodeName)
NodeName - Node role name
Note: This field may return null, indicating that no valid values can be obtained.public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName - Component name
Note: This field may return null, indicating that no valid values can be obtained.public String getNodeRole()
public void setNodeRole(String NodeRole)
NodeRole - Node role
Note: This field may return null, indicating that no valid values can be obtained.public String getLastRestartTime()
public void setLastRestartTime(String LastRestartTime)
LastRestartTime - The time when the node was last restarted
Note: This field may return null, indicating that no valid values can be obtained.public String getZone()
public void setZone(String Zone)
Zone - The availability zone where the node is located
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.