Class AvailableZone
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.AvailableZone
-
public class AvailableZone extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AvailableZone()AvailableZone(AvailableZone 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 AvailableType[]getTypes()Get Type数组StringgetZone()Get 可用区名称StringgetZoneCnName()Get 可用区中文名称LonggetZoneId()Get 可用区IDStringgetZoneName()Get 可用区中英文名称voidsetTypes(AvailableType[] Types)Set Type数组voidsetZone(String Zone)Set 可用区名称voidsetZoneCnName(String ZoneCnName)Set 可用区中文名称voidsetZoneId(Long ZoneId)Set 可用区IDvoidsetZoneName(String ZoneName)Set 可用区中英文名称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
-
AvailableZone
public AvailableZone()
-
AvailableZone
public AvailableZone(AvailableZone 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- 可用区名称
-
getZoneId
public Long getZoneId()
Get 可用区ID- Returns:
- ZoneId 可用区ID
-
setZoneId
public void setZoneId(Long ZoneId)
Set 可用区ID- Parameters:
ZoneId- 可用区ID
-
getZoneCnName
public String getZoneCnName()
Get 可用区中文名称- Returns:
- ZoneCnName 可用区中文名称
-
setZoneCnName
public void setZoneCnName(String ZoneCnName)
Set 可用区中文名称- Parameters:
ZoneCnName- 可用区中文名称
-
getTypes
public AvailableType[] getTypes()
Get Type数组- Returns:
- Types Type数组
-
setTypes
public void setTypes(AvailableType[] Types)
Set Type数组- Parameters:
Types- Type数组
-
getZoneName
public String getZoneName()
Get 可用区中英文名称- Returns:
- ZoneName 可用区中英文名称
-
setZoneName
public void setZoneName(String ZoneName)
Set 可用区中英文名称- Parameters:
ZoneName- 可用区中英文名称
-
-