public class RocketMQClusterDetail extends AbstractModel
Constructor and Description |
---|
RocketMQClusterDetail() |
RocketMQClusterDetail(RocketMQClusterDetail 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 |
---|---|
RocketMQClusterConfig |
getConfig()
Get Cluster configuration information.
|
RocketMQClusterInfo |
getInfo()
Get Basic cluster information.
|
Long |
getStatus()
Get Cluster status.
|
void |
setConfig(RocketMQClusterConfig Config)
Set Cluster configuration information.
|
void |
setInfo(RocketMQClusterInfo Info)
Set Basic cluster information.
|
void |
setStatus(Long Status)
Set Cluster status.
|
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 RocketMQClusterDetail()
public RocketMQClusterDetail(RocketMQClusterDetail source)
public RocketMQClusterInfo getInfo()
public void setInfo(RocketMQClusterInfo Info)
Info
- Basic cluster information.public RocketMQClusterConfig getConfig()
public void setConfig(RocketMQClusterConfig Config)
Config
- Cluster configuration information.public Long getStatus()
public void setStatus(Long Status)
Status
- Cluster status. 0: Creating; 1: Normal; 2: Terminating; 3: Deleted; 4. Isolated; 5. Creation failed; 6: Deletion failed.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.