public class NodeInfos extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
NodeInfos()  | 
NodeInfos(NodeInfos 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 
 | 
String | 
getIp()
Get Node IP 
 | 
String | 
getLastRestartTime()
Get Last restart time 
 | 
String | 
getNodeName()
Get Node name 
 | 
String | 
getNodeRole()
Get Node role 
 | 
Long | 
getStatus()
Get Node status 
 | 
void | 
setComponentName(String ComponentName)
Set Component name 
 | 
void | 
setIp(String Ip)
Set Node IP 
 | 
void | 
setLastRestartTime(String LastRestartTime)
Set Last restart time 
 | 
void | 
setNodeName(String NodeName)
Set Node name 
 | 
void | 
setNodeRole(String NodeRole)
Set Node role 
 | 
void | 
setStatus(Long Status)
Set Node status 
 | 
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 NodeInfos()
public NodeInfos(NodeInfos source)
public String getNodeName()
public void setNodeName(String NodeName)
NodeName - Node namepublic Long getStatus()
public void setStatus(Long Status)
Status - Node statuspublic String getIp()
public void setIp(String Ip)
Ip - Node IPpublic String getNodeRole()
public void setNodeRole(String NodeRole)
NodeRole - Node rolepublic String getComponentName()
public void setComponentName(String ComponentName)
ComponentName - Component namepublic String getLastRestartTime()
public void setLastRestartTime(String LastRestartTime)
LastRestartTime - Last restart timeCopyright © 2025. All rights reserved.