Class ZoneInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.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 String
getZone()
Get 可用区IDString
getZoneDescription()
Get 可用区描述Long
getZoneId()
Get 可用区整型IDvoid
setZone(String Zone)
Set 可用区IDvoid
setZoneDescription(String ZoneDescription)
Set 可用区描述void
setZoneId(Long ZoneId)
Set 可用区整型IDvoid
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
-
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 可用区ID- Returns:
- Zone 可用区ID
-
setZone
public void setZone(String Zone)
Set 可用区ID- Parameters:
Zone
- 可用区ID
-
getZoneId
public Long getZoneId()
Get 可用区整型ID- Returns:
- ZoneId 可用区整型ID
-
setZoneId
public void setZoneId(Long ZoneId)
Set 可用区整型ID- Parameters:
ZoneId
- 可用区整型ID
-
getZoneDescription
public String getZoneDescription()
Get 可用区描述- Returns:
- ZoneDescription 可用区描述
-
setZoneDescription
public void setZoneDescription(String ZoneDescription)
Set 可用区描述- Parameters:
ZoneDescription
- 可用区描述
-
-