public class RegionInfo extends AbstractModel
Constructor and Description |
---|
RegionInfo() |
RegionInfo(RegionInfo 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 |
getRegion()
Get Region ID in the format of ap-guangzhou
|
Long |
getRegionId()
Get Numeric ID of region
|
String |
getRegionName()
Get Region name
|
String |
getRegionState()
Get Current purchasability of this region.
|
void |
setRegion(String Region)
Set Region ID in the format of ap-guangzhou
|
void |
setRegionId(Long RegionId)
Set Numeric ID of region
|
void |
setRegionName(String RegionName)
Set Region name
|
void |
setRegionState(String RegionState)
Set Current purchasability of this region.
|
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 RegionInfo()
public RegionInfo(RegionInfo source)
public String getRegion()
public void setRegion(String Region)
Region
- Region ID in the format of ap-guangzhoupublic String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region namepublic Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- Numeric ID of regionpublic String getRegionState()
public void setRegionState(String RegionState)
RegionState
- Current purchasability of this region. UNAVAILABLE: not purchasable, AVAILABLE: purchasableCopyright © 2023. All rights reserved.