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 组件名
|
String |
getComputeGroupId()
Get 计算组ID
|
String |
getCreateTime()
Get 创建时间
|
String |
getId()
Get Id
|
String |
getIp()
Get 用户IP
|
String |
getLastRestartTime()
Get 节点上次重启的时间
|
String |
getNodeName()
Get 节点角色名
|
String |
getNodeRole()
Get 节点角色
|
String |
getRIp()
Get RIP
|
Long |
getStatus()
Get 节点状态
|
String |
getVirtualZone()
Get 虚拟可用区
|
String |
getZone()
Get 节点所在可用区
|
void |
setComponentName(String ComponentName)
Set 组件名
|
void |
setComputeGroupId(String ComputeGroupId)
Set 计算组ID
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setId(String Id)
Set Id
|
void |
setIp(String Ip)
Set 用户IP
|
void |
setLastRestartTime(String LastRestartTime)
Set 节点上次重启的时间
|
void |
setNodeName(String NodeName)
Set 节点角色名
|
void |
setNodeRole(String NodeRole)
Set 节点角色
|
void |
setRIp(String RIp)
Set RIP
|
void |
setStatus(Long Status)
Set 节点状态
|
void |
setVirtualZone(String VirtualZone)
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, toJsonString
public NodeInfo()
public NodeInfo(NodeInfo source)
public String getIp()
public void setIp(String Ip)
Ip
- 用户IPpublic Long getStatus()
public void setStatus(Long Status)
Status
- 节点状态public String getNodeName()
public void setNodeName(String NodeName)
NodeName
- 节点角色名public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName
- 组件名public String getNodeRole()
public void setNodeRole(String NodeRole)
NodeRole
- 节点角色public String getLastRestartTime()
public void setLastRestartTime(String LastRestartTime)
LastRestartTime
- 节点上次重启的时间public String getZone()
public void setZone(String Zone)
Zone
- 节点所在可用区public String getId()
public void setId(String Id)
Id
- Idpublic String getRIp()
public void setRIp(String RIp)
RIp
- RIPpublic String getComputeGroupId()
public void setComputeGroupId(String ComputeGroupId)
ComputeGroupId
- 计算组IDpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getVirtualZone()
public void setVirtualZone(String VirtualZone)
VirtualZone
- 虚拟可用区Copyright © 2025. All rights reserved.