Class AMQPClusterDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.AMQPClusterDetail
-
public class AMQPClusterDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AMQPClusterDetail()AMQPClusterDetail(AMQPClusterDetail 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 AMQPClusterConfiggetConfig()Get 集群配置信息AMQPClusterInfogetInfo()Get 集群基本信息LonggetStatus()Get 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败 注意:此字段可能返回 null,表示取不到有效值。Tag[]getTags()Get 标签 注意:此字段可能返回 null,表示取不到有效值。voidsetConfig(AMQPClusterConfig Config)Set 集群配置信息voidsetInfo(AMQPClusterInfo Info)Set 集群基本信息voidsetStatus(Long Status)Set 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败 注意:此字段可能返回 null,表示取不到有效值。voidsetTags(Tag[] Tags)Set 标签 注意:此字段可能返回 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
-
AMQPClusterDetail
public AMQPClusterDetail()
-
AMQPClusterDetail
public AMQPClusterDetail(AMQPClusterDetail 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 AMQPClusterInfo getInfo()
Get 集群基本信息- Returns:
- Info 集群基本信息
-
setInfo
public void setInfo(AMQPClusterInfo Info)
Set 集群基本信息- Parameters:
Info- 集群基本信息
-
getConfig
public AMQPClusterConfig getConfig()
Get 集群配置信息- Returns:
- Config 集群配置信息
-
setConfig
public void setConfig(AMQPClusterConfig Config)
Set 集群配置信息- Parameters:
Config- 集群配置信息
-
getTags
public Tag[] getTags()
Get 标签 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tags 标签 注意:此字段可能返回 null,表示取不到有效值。
-
setTags
public void setTags(Tag[] Tags)
Set 标签 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tags- 标签 注意:此字段可能返回 null,表示取不到有效值。
-
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,表示取不到有效值。
-
-