Class CdcRegion
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.CdcRegion
-
public class CdcRegion extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CdcCluster[]getClusters()Get 该地域对应的集群信息 注意:此字段可能返回 null,表示取不到有效值。StringgetRegion()Get 地域voidsetClusters(CdcCluster[] Clusters)Set 该地域对应的集群信息 注意:此字段可能返回 null,表示取不到有效值。voidsetRegion(String Region)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
-
CdcRegion
public CdcRegion()
-
CdcRegion
public CdcRegion(CdcRegion 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
-
getRegion
public String getRegion()
Get 地域- Returns:
- Region 地域
-
setRegion
public void setRegion(String Region)
Set 地域- Parameters:
Region- 地域
-
getClusters
public CdcCluster[] getClusters()
Get 该地域对应的集群信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Clusters 该地域对应的集群信息 注意:此字段可能返回 null,表示取不到有效值。
-
setClusters
public void setClusters(CdcCluster[] Clusters)
Set 该地域对应的集群信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Clusters- 该地域对应的集群信息 注意:此字段可能返回 null,表示取不到有效值。
-
-