public class CdcRegion extends AbstractModel
Constructor and Description |
---|
CdcRegion() |
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.
|
Modifier and Type | Method and Description |
---|---|
CdcCluster[] |
getClusters()
Get 该地域对应的集群信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRegion()
Get 地域
|
void |
setClusters(CdcCluster[] Clusters)
Set 该地域对应的集群信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegion(String Region)
Set 地域
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CdcRegion()
public CdcRegion(CdcRegion source)
public String getRegion()
public void setRegion(String Region)
Region
- 地域public CdcCluster[] getClusters()
public void setClusters(CdcCluster[] Clusters)
Clusters
- 该地域对应的集群信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.