public class RabbitMQPrivateNode extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCPUUsage()
Get CPU utilization
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDiskUsage()
Get Disk utilization
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMemory()
Get Memory usage in MB
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getNodeName()
Get Node name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getNodeStatus()
Get Node status
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getProcessNumber()
Get The number of RabbitMQ Erlang processes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCPUUsage(String CPUUsage)
Set CPU utilization
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDiskUsage(String DiskUsage)
Set Disk utilization
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMemory(Long Memory)
Set Memory usage in MB
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNodeName(String NodeName)
Set Node name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setNodeStatus(String NodeStatus)
Set Node status
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setProcessNumber(Long ProcessNumber)
Set The number of RabbitMQ Erlang processes
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RabbitMQPrivateNode()
public RabbitMQPrivateNode(RabbitMQPrivateNode source)
public String getNodeName()
public void setNodeName(String NodeName)
NodeName
- Node name
Note: This field may return null, indicating that no valid value can be obtained.public String getNodeStatus()
public void setNodeStatus(String NodeStatus)
NodeStatus
- Node status
Note: This field may return null, indicating that no valid value can be obtained.public String getCPUUsage()
public void setCPUUsage(String CPUUsage)
CPUUsage
- CPU utilization
Note: This field may return null, indicating that no valid values can be obtained.public Long getMemory()
public void setMemory(Long Memory)
Memory
- Memory usage in MB
Note: This field may return null, indicating that no valid values can be obtained.public String getDiskUsage()
public void setDiskUsage(String DiskUsage)
DiskUsage
- Disk utilization
Note: This field may return null, indicating that no valid values can be obtained.public Long getProcessNumber()
public void setProcessNumber(Long ProcessNumber)
ProcessNumber
- The number of RabbitMQ Erlang processes
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.