public class ZoneInfo extends AbstractModel
Constructor and Description |
---|
ZoneInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getZone()
Get Unique AZ ID in a string form, such as ap-guangzhou-1
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getZoneId()
Get Unique AZ ID in a numeric form, such as 100001
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getZoneName()
Get AZ name, such as Guangzhou Zone 1
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setZone(String Zone)
Set Unique AZ ID in a string form, such as ap-guangzhou-1
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setZoneId(Long ZoneId)
Set Unique AZ ID in a numeric form, such as 100001
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setZoneName(String ZoneName)
Set AZ name, such as Guangzhou Zone 1
Note: This field may return null, indicating that no valid values can be obtained.
|
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 Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- Unique AZ ID in a numeric form, such as 100001
Note: This field may return null, indicating that no valid values can be obtained.public String getZone()
public void setZone(String Zone)
Zone
- Unique AZ ID in a string form, such as ap-guangzhou-1
Note: This field may return null, indicating that no valid values can be obtained.public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- AZ name, such as Guangzhou Zone 1
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.