Class ZoneInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdc.v20201214.models.ZoneInfo
-
public class ZoneInfo 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 StringgetZone()Get 可用区名称LonggetZoneId()Get 可用区IDStringgetZoneName()Get 可用区描述StringgetZoneState()Get 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。voidsetZone(String Zone)Set 可用区名称voidsetZoneId(Long ZoneId)Set 可用区IDvoidsetZoneName(String ZoneName)Set 可用区描述voidsetZoneState(String ZoneState)Set 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。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
-
ZoneInfo
public ZoneInfo()
-
ZoneInfo
public ZoneInfo(ZoneInfo 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
-
getZone
public String getZone()
Get 可用区名称- Returns:
- Zone 可用区名称
-
setZone
public void setZone(String Zone)
Set 可用区名称- Parameters:
Zone- 可用区名称
-
getZoneName
public String getZoneName()
Get 可用区描述- Returns:
- ZoneName 可用区描述
-
setZoneName
public void setZoneName(String ZoneName)
Set 可用区描述- Parameters:
ZoneName- 可用区描述
-
getZoneId
public Long getZoneId()
Get 可用区ID- Returns:
- ZoneId 可用区ID
-
setZoneId
public void setZoneId(Long ZoneId)
Set 可用区ID- Parameters:
ZoneId- 可用区ID
-
getZoneState
public String getZoneState()
Get 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。- Returns:
- ZoneState 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。
-
setZoneState
public void setZoneState(String ZoneState)
Set 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。- Parameters:
ZoneState- 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。
-
-