public class ZoneInfo extends AbstractModel
Constructor and Description |
---|
ZoneInfo() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceDisplayLabel()
Get 实例购买页可用区展示标签
|
String |
getZone()
Get 可用区
|
String |
getZoneName()
Get 可用区中文名称
|
void |
setInstanceDisplayLabel(String InstanceDisplayLabel)
Set 实例购买页可用区展示标签
|
void |
setZone(String Zone)
Set 可用区
|
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 ZoneInfo()
public ZoneInfo(ZoneInfo source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- 可用区中文名称public String getInstanceDisplayLabel()
public void setInstanceDisplayLabel(String InstanceDisplayLabel)
InstanceDisplayLabel
- 实例购买页可用区展示标签Copyright © 2021. All rights reserved.