Class DedicatedCluster
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdc.v20201214.models.DedicatedCluster
-
public class DedicatedCluster extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DedicatedCluster()DedicatedCluster(DedicatedCluster 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 StringgetCreateTime()Get 专用集群的创建时间。StringgetDedicatedClusterId()Get 专用集群id。如"cluster-xxxxx"。StringgetDescription()Get 专用集群的描述。 注意:此字段可能返回 null,表示取不到有效值。StringgetLifecycleStatus()Get 专用集群的生命周期。如"PENDING"。StringgetName()Get 专用集群的名称。StringgetSiteId()Get 专用集群所属的站点id。StringgetZone()Get 专用集群所属可用区名称。voidsetCreateTime(String CreateTime)Set 专用集群的创建时间。voidsetDedicatedClusterId(String DedicatedClusterId)Set 专用集群id。如"cluster-xxxxx"。voidsetDescription(String Description)Set 专用集群的描述。 注意:此字段可能返回 null,表示取不到有效值。voidsetLifecycleStatus(String LifecycleStatus)Set 专用集群的生命周期。如"PENDING"。voidsetName(String Name)Set 专用集群的名称。voidsetSiteId(String SiteId)Set 专用集群所属的站点id。voidsetZone(String Zone)Set 专用集群所属可用区名称。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
-
DedicatedCluster
public DedicatedCluster()
-
DedicatedCluster
public DedicatedCluster(DedicatedCluster 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
-
getDedicatedClusterId
public String getDedicatedClusterId()
Get 专用集群id。如"cluster-xxxxx"。- Returns:
- DedicatedClusterId 专用集群id。如"cluster-xxxxx"。
-
setDedicatedClusterId
public void setDedicatedClusterId(String DedicatedClusterId)
Set 专用集群id。如"cluster-xxxxx"。- Parameters:
DedicatedClusterId- 专用集群id。如"cluster-xxxxx"。
-
getZone
public String getZone()
Get 专用集群所属可用区名称。- Returns:
- Zone 专用集群所属可用区名称。
-
setZone
public void setZone(String Zone)
Set 专用集群所属可用区名称。- Parameters:
Zone- 专用集群所属可用区名称。
-
getDescription
public String getDescription()
Get 专用集群的描述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 专用集群的描述。 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 专用集群的描述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 专用集群的描述。 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 专用集群的名称。- Returns:
- Name 专用集群的名称。
-
setName
public void setName(String Name)
Set 专用集群的名称。- Parameters:
Name- 专用集群的名称。
-
getLifecycleStatus
public String getLifecycleStatus()
Get 专用集群的生命周期。如"PENDING"。- Returns:
- LifecycleStatus 专用集群的生命周期。如"PENDING"。
-
setLifecycleStatus
public void setLifecycleStatus(String LifecycleStatus)
Set 专用集群的生命周期。如"PENDING"。- Parameters:
LifecycleStatus- 专用集群的生命周期。如"PENDING"。
-
getCreateTime
public String getCreateTime()
Get 专用集群的创建时间。- Returns:
- CreateTime 专用集群的创建时间。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 专用集群的创建时间。- Parameters:
CreateTime- 专用集群的创建时间。
-
getSiteId
public String getSiteId()
Get 专用集群所属的站点id。- Returns:
- SiteId 专用集群所属的站点id。
-
setSiteId
public void setSiteId(String SiteId)
Set 专用集群所属的站点id。- Parameters:
SiteId- 专用集群所属的站点id。
-
-