Class CdcCluster
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.CdcCluster
-
public class CdcCluster extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CdcCluster()CdcCluster(CdcCluster 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 StringgetId()Get cdc的集群idStringgetName()Get cdc的集群名称 注意:此字段可能返回 null,表示取不到有效值。voidsetId(String Id)Set cdc的集群idvoidsetName(String Name)Set cdc的集群名称 注意:此字段可能返回 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
-
CdcCluster
public CdcCluster()
-
CdcCluster
public CdcCluster(CdcCluster 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
-
getId
public String getId()
Get cdc的集群id- Returns:
- Id cdc的集群id
-
setId
public void setId(String Id)
Set cdc的集群id- Parameters:
Id- cdc的集群id
-
getName
public String getName()
Get cdc的集群名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name cdc的集群名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set cdc的集群名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- cdc的集群名称 注意:此字段可能返回 null,表示取不到有效值。
-
-