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 Array of classes
|
String |
getZone()
Get AZ name
|
String |
getZoneCnName()
Get Chinese name of an AZ
|
Long |
getZoneId()
Get AZ ID
|
String |
getZoneName()
Get Chinese and English names of an AZ
|
void |
setTypes(AvailableType[] Types)
Set Array of classes
|
void |
setZone(String Zone)
Set AZ name
|
void |
setZoneCnName(String ZoneCnName)
Set Chinese name of an AZ
|
void |
setZoneId(Long ZoneId)
Set AZ ID
|
void |
setZoneName(String ZoneName)
Set Chinese and English names of an AZ
|
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
- AZ namepublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- AZ IDpublic String getZoneCnName()
public void setZoneCnName(String ZoneCnName)
ZoneCnName
- Chinese name of an AZpublic AvailableType[] getTypes()
public void setTypes(AvailableType[] Types)
Types
- Array of classespublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- Chinese and English names of an AZCopyright © 2023. All rights reserved.