public class ZoneInfo extends AbstractModel
Constructor and Description |
---|
ZoneInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getZone()
Get 该可用区的英文名称
|
Long |
getZoneId()
Get 该可用区对应的数字编号
|
String |
getZoneName()
Get 该可用区的中文名称
|
String |
getZoneState()
Get 可用状态,UNAVAILABLE表示不可用,AVAILABLE表示可用
|
void |
setZone(String Zone)
Set 该可用区的英文名称
|
void |
setZoneId(Long ZoneId)
Set 该可用区对应的数字编号
|
void |
setZoneName(String ZoneName)
Set 该可用区的中文名称
|
void |
setZoneState(String ZoneState)
Set 可用状态,UNAVAILABLE表示不可用,AVAILABLE表示可用
|
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 String getZone()
public void setZone(String Zone)
Zone
- 该可用区的英文名称public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- 该可用区的中文名称public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 该可用区对应的数字编号public String getZoneState()
public void setZoneState(String ZoneState)
ZoneState
- 可用状态,UNAVAILABLE表示不可用,AVAILABLE表示可用Copyright © 2020. All rights reserved.