public class RegionSellConf extends AbstractModel
Constructor and Description |
---|
RegionSellConf() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get Area
|
Long |
getIsDefaultRegion()
Get Whether it is a default region
|
String |
getRegion()
Get Region name
|
String |
getRegionName()
Get Region name
|
ZoneSellConf[] |
getZonesConf()
Get Sale configuration of the AZ
|
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 |
setRegionName(String RegionName)
Set Region name
|
void |
setZonesConf(ZoneSellConf[] ZonesConf)
Set Sale configuration of the AZ
|
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 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 ZoneSellConf[] getZonesConf()
public void setZonesConf(ZoneSellConf[] ZonesConf)
ZonesConf
- Sale configuration of the AZCopyright © 2020. All rights reserved.