public class RocketMQClusterDetail extends AbstractModel
header, skipSign
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 集群配置信息
|
RocketMQClusterInfo |
getInfo()
Get 集群基本信息
|
Long |
getStatus()
Get 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfig(RocketMQClusterConfig Config)
Set 集群配置信息
|
void |
setInfo(RocketMQClusterInfo Info)
Set 集群基本信息
|
void |
setStatus(Long Status)
Set 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
注意:此字段可能返回 null,表示取不到有效值。
|
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 RocketMQClusterDetail()
public RocketMQClusterDetail(RocketMQClusterDetail source)
public RocketMQClusterInfo getInfo()
public void setInfo(RocketMQClusterInfo Info)
Info
- 集群基本信息public RocketMQClusterConfig getConfig()
public void setConfig(RocketMQClusterConfig Config)
Config
- 集群配置信息public Long getStatus()
public void setStatus(Long Status)
Status
- 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.