Class ModifyClusterSlaveZoneRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.ModifyClusterSlaveZoneRequest
-
public class ModifyClusterSlaveZoneRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyClusterSlaveZoneRequest()
ModifyClusterSlaveZoneRequest(ModifyClusterSlaveZoneRequest 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 String
getClusterId()
Get 集群IdString
getNewSlaveZone()
Get 新从可用区String
getOldSlaveZone()
Get 旧从可用区void
setClusterId(String ClusterId)
Set 集群Idvoid
setNewSlaveZone(String NewSlaveZone)
Set 新从可用区void
setOldSlaveZone(String OldSlaveZone)
Set 旧从可用区void
toMap(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
-
ModifyClusterSlaveZoneRequest
public ModifyClusterSlaveZoneRequest()
-
ModifyClusterSlaveZoneRequest
public ModifyClusterSlaveZoneRequest(ModifyClusterSlaveZoneRequest 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
-
getClusterId
public String getClusterId()
Get 集群Id- Returns:
- ClusterId 集群Id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群Id- Parameters:
ClusterId
- 集群Id
-
getOldSlaveZone
public String getOldSlaveZone()
Get 旧从可用区- Returns:
- OldSlaveZone 旧从可用区
-
setOldSlaveZone
public void setOldSlaveZone(String OldSlaveZone)
Set 旧从可用区- Parameters:
OldSlaveZone
- 旧从可用区
-
getNewSlaveZone
public String getNewSlaveZone()
Get 新从可用区- Returns:
- NewSlaveZone 新从可用区
-
setNewSlaveZone
public void setNewSlaveZone(String NewSlaveZone)
Set 新从可用区- Parameters:
NewSlaveZone
- 新从可用区
-
-