Class SlaveZones
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.SlaveZones
-
public class SlaveZones extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SlaveZones()
SlaveZones(SlaveZones 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
getSlaveZone()
Get 备可用区地域码String
getSlaveZoneName()
Get 备可用区void
setSlaveZone(String SlaveZone)
Set 备可用区地域码void
setSlaveZoneName(String SlaveZoneName)
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
-
SlaveZones
public SlaveZones()
-
SlaveZones
public SlaveZones(SlaveZones 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
-
getSlaveZone
public String getSlaveZone()
Get 备可用区地域码- Returns:
- SlaveZone 备可用区地域码
-
setSlaveZone
public void setSlaveZone(String SlaveZone)
Set 备可用区地域码- Parameters:
SlaveZone
- 备可用区地域码
-
getSlaveZoneName
public String getSlaveZoneName()
Get 备可用区- Returns:
- SlaveZoneName 备可用区
-
setSlaveZoneName
public void setSlaveZoneName(String SlaveZoneName)
Set 备可用区- Parameters:
SlaveZoneName
- 备可用区
-
-