public class SaleRegion extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SaleRegion()  | 
SaleRegion(SaleRegion 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 | 
getDbType()
Get Engine type 
 | 
Module[] | 
getModules()
Get Supported modules in a region 
 | 
String | 
getRegion()
Get Region name 
 | 
Long | 
getRegionId()
Get Numeric ID of a region 
 | 
String | 
getRegionZh()
Get Region name 
 | 
SaleZone[] | 
getZoneSet()
Get List of purchasable AZs 
 | 
void | 
setDbType(String DbType)
Set Engine type 
 | 
void | 
setModules(Module[] Modules)
Set Supported modules in a region 
 | 
void | 
setRegion(String Region)
Set Region name 
 | 
void | 
setRegionId(Long RegionId)
Set Numeric ID of a region 
 | 
void | 
setRegionZh(String RegionZh)
Set Region name 
 | 
void | 
setZoneSet(SaleZone[] ZoneSet)
Set List of purchasable AZs 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SaleRegion()
public SaleRegion(SaleRegion source)
public String getRegion()
public void setRegion(String Region)
Region - Region namepublic Long getRegionId()
public void setRegionId(Long RegionId)
RegionId - Numeric ID of a regionpublic String getRegionZh()
public void setRegionZh(String RegionZh)
RegionZh - Region namepublic SaleZone[] getZoneSet()
public void setZoneSet(SaleZone[] ZoneSet)
ZoneSet - List of purchasable AZspublic String getDbType()
public void setDbType(String DbType)
DbType - Engine typepublic Module[] getModules()
public void setModules(Module[] Modules)
Modules - Supported modules in a regionCopyright © 2025. All rights reserved.