Class RabbitMQPrivateNode
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.RabbitMQPrivateNode
-
public class RabbitMQPrivateNode extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RabbitMQPrivateNode()RabbitMQPrivateNode(RabbitMQPrivateNode 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCPUUsage()Get CPU使用率 注意:此字段可能返回 null,表示取不到有效值。StringgetDiskUsage()Get 磁盘使用率 注意:此字段可能返回 null,表示取不到有效值。LonggetMemory()Get 内存使用情况,单位MB 注意:此字段可能返回 null,表示取不到有效值。StringgetNodeName()Get 节点名字 注意:此字段可能返回 null,表示取不到有效值。StringgetNodeStatus()Get 节点状态 注意:此字段可能返回 null,表示取不到有效值。LonggetProcessNumber()Get Rabbitmq的Erlang进程数 注意:此字段可能返回 null,表示取不到有效值。voidsetCPUUsage(String CPUUsage)Set CPU使用率 注意:此字段可能返回 null,表示取不到有效值。voidsetDiskUsage(String DiskUsage)Set 磁盘使用率 注意:此字段可能返回 null,表示取不到有效值。voidsetMemory(Long Memory)Set 内存使用情况,单位MB 注意:此字段可能返回 null,表示取不到有效值。voidsetNodeName(String NodeName)Set 节点名字 注意:此字段可能返回 null,表示取不到有效值。voidsetNodeStatus(String NodeStatus)Set 节点状态 注意:此字段可能返回 null,表示取不到有效值。voidsetProcessNumber(Long ProcessNumber)Set Rabbitmq的Erlang进程数 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RabbitMQPrivateNode
public RabbitMQPrivateNode()
-
RabbitMQPrivateNode
public RabbitMQPrivateNode(RabbitMQPrivateNode 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.
-
-
Method Detail
-
getNodeName
public String getNodeName()
Get 节点名字 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeName 节点名字 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeName
public void setNodeName(String NodeName)
Set 节点名字 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeName- 节点名字 注意:此字段可能返回 null,表示取不到有效值。
-
getNodeStatus
public String getNodeStatus()
Get 节点状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeStatus 节点状态 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeStatus
public void setNodeStatus(String NodeStatus)
Set 节点状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeStatus- 节点状态 注意:此字段可能返回 null,表示取不到有效值。
-
getCPUUsage
public String getCPUUsage()
Get CPU使用率 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CPUUsage CPU使用率 注意:此字段可能返回 null,表示取不到有效值。
-
setCPUUsage
public void setCPUUsage(String CPUUsage)
Set CPU使用率 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CPUUsage- CPU使用率 注意:此字段可能返回 null,表示取不到有效值。
-
getMemory
public Long getMemory()
Get 内存使用情况,单位MB 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Memory 内存使用情况,单位MB 注意:此字段可能返回 null,表示取不到有效值。
-
setMemory
public void setMemory(Long Memory)
Set 内存使用情况,单位MB 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Memory- 内存使用情况,单位MB 注意:此字段可能返回 null,表示取不到有效值。
-
getDiskUsage
public String getDiskUsage()
Get 磁盘使用率 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DiskUsage 磁盘使用率 注意:此字段可能返回 null,表示取不到有效值。
-
setDiskUsage
public void setDiskUsage(String DiskUsage)
Set 磁盘使用率 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DiskUsage- 磁盘使用率 注意:此字段可能返回 null,表示取不到有效值。
-
getProcessNumber
public Long getProcessNumber()
Get Rabbitmq的Erlang进程数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProcessNumber Rabbitmq的Erlang进程数 注意:此字段可能返回 null,表示取不到有效值。
-
setProcessNumber
public void setProcessNumber(Long ProcessNumber)
Set Rabbitmq的Erlang进程数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProcessNumber- Rabbitmq的Erlang进程数 注意:此字段可能返回 null,表示取不到有效值。
-
-