Class RocketMQClusterDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.RocketMQClusterDetail
-
public class RocketMQClusterDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RocketMQClusterConfiggetConfig()Get 集群配置信息RocketMQClusterInfogetInfo()Get 集群基本信息LonggetStatus()Get 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败 注意:此字段可能返回 null,表示取不到有效值。voidsetConfig(RocketMQClusterConfig Config)Set 集群配置信息voidsetInfo(RocketMQClusterInfo Info)Set 集群基本信息voidsetStatus(Long Status)Set 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败 注意:此字段可能返回 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
-
RocketMQClusterDetail
public RocketMQClusterDetail()
-
RocketMQClusterDetail
public 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.
-
-
Method Detail
-
getInfo
public RocketMQClusterInfo getInfo()
Get 集群基本信息- Returns:
- Info 集群基本信息
-
setInfo
public void setInfo(RocketMQClusterInfo Info)
Set 集群基本信息- Parameters:
Info- 集群基本信息
-
getConfig
public RocketMQClusterConfig getConfig()
Get 集群配置信息- Returns:
- Config 集群配置信息
-
setConfig
public void setConfig(RocketMQClusterConfig Config)
Set 集群配置信息- Parameters:
Config- 集群配置信息
-
getStatus
public Long getStatus()
Get 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败 注意:此字段可能返回 null,表示取不到有效值。
-
-