public class AvailableZone extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
AvailableType[] |
getTypes()
Get Type数组
|
String |
getZone()
Get 可用区名称
|
String |
getZoneCnName()
Get 可用区中文名称
|
Long |
getZoneId()
Get 可用区ID
|
String |
getZoneName()
Get 可用区中英文名称
|
void |
setTypes(AvailableType[] Types)
Set Type数组
|
void |
setZone(String Zone)
Set 可用区名称
|
void |
setZoneCnName(String ZoneCnName)
Set 可用区中文名称
|
void |
setZoneId(Long ZoneId)
Set 可用区ID
|
void |
setZoneName(String ZoneName)
Set 可用区中英文名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AvailableZone()
public AvailableZone(AvailableZone source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区名称public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 可用区IDpublic String getZoneCnName()
public void setZoneCnName(String ZoneCnName)
ZoneCnName
- 可用区中文名称public AvailableType[] getTypes()
public void setTypes(AvailableType[] Types)
Types
- Type数组public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- 可用区中英文名称Copyright © 2022. All rights reserved.