public class ZonesInfo extends AbstractModel
Constructor and Description |
---|
ZonesInfo() |
ZonesInfo(ZonesInfo 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 |
---|---|
String |
getZone()
Get 可用区英文ID
|
Long |
getZoneId()
Get 可用区数字ID
|
String |
getZoneName()
Get 可用区中文名
|
void |
setZone(String Zone)
Set 可用区英文ID
|
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 ZonesInfo()
public ZonesInfo(ZonesInfo source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区英文IDpublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 可用区数字IDpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- 可用区中文名Copyright © 2022. All rights reserved.