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 Cluster's basic information
|
Long |
getStatus()
Get Cluster status.
|
void |
setConfig(RocketMQClusterConfig Config)
Set Cluster configuration information
|
void |
setInfo(RocketMQClusterInfo Info)
Set Cluster's basic 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
- Cluster's basic informationpublic RocketMQClusterConfig getConfig()
public void setConfig(RocketMQClusterConfig Config)
Config
- Cluster configuration informationpublic 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 © 2022. All rights reserved.