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 组件名
|
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 NodeInfos()
public NodeInfos(NodeInfos source)
public String getNodeName()
public void setNodeName(String NodeName)
NodeName
- 节点名称public Long getStatus()
public void setStatus(Long Status)
Status
- 节点状态public String getIp()
public void setIp(String Ip)
Ip
- 节点ippublic String getNodeRole()
public void setNodeRole(String NodeRole)
NodeRole
- 节点角色public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName
- 组件名public String getLastRestartTime()
public void setLastRestartTime(String LastRestartTime)
LastRestartTime
- 上一次重启时间public String getId()
public void setId(String Id)
Id
- idpublic String getZone()
public void setZone(String Zone)
Zone
- 可用区public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getComputeGroupId()
public void setComputeGroupId(String ComputeGroupId)
ComputeGroupId
- 计算组idpublic String getRIp()
public void setRIp(String RIp)
RIp
- rippublic String getVirtualZone()
public void setVirtualZone(String VirtualZone)
VirtualZone
- 虚拟可用区Copyright © 2025. All rights reserved.