public class CdbRegionSellConf extends AbstractModel
skipSign
Constructor and Description |
---|
CdbRegionSellConf() |
CdbRegionSellConf(CdbRegionSellConf 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 |
getArea()
Get Area
|
Long |
getIsDefaultRegion()
Get Whether it is a default region
|
String |
getRegion()
Get Region name
|
CdbZoneSellConf[] |
getRegionConfig()
Get The purchasable configuration in an AZ in a region
|
String |
getRegionName()
Get Region name
|
void |
setArea(String Area)
Set Area
|
void |
setIsDefaultRegion(Long IsDefaultRegion)
Set Whether it is a default region
|
void |
setRegion(String Region)
Set Region name
|
void |
setRegionConfig(CdbZoneSellConf[] RegionConfig)
Set The purchasable configuration in an AZ in a region
|
void |
setRegionName(String RegionName)
Set Region name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CdbRegionSellConf()
public CdbRegionSellConf(CdbRegionSellConf source)
public String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region namepublic String getArea()
public void setArea(String Area)
Area
- Areapublic Long getIsDefaultRegion()
public void setIsDefaultRegion(Long IsDefaultRegion)
IsDefaultRegion
- Whether it is a default regionpublic String getRegion()
public void setRegion(String Region)
Region
- Region namepublic CdbZoneSellConf[] getRegionConfig()
public void setRegionConfig(CdbZoneSellConf[] RegionConfig)
RegionConfig
- The purchasable configuration in an AZ in a regionCopyright © 2023. All rights reserved.