public class RegionSellConf extends AbstractModel
Constructor and Description |
---|
RegionSellConf() |
RegionSellConf(RegionSellConf 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 所属大区
|
Long |
getIsDefaultRegion()
Get 是否为默认地域
|
String |
getRegion()
Get 地域名称
|
String |
getRegionName()
Get 地域中文名称
|
ZoneSellConf[] |
getZonesConf()
Get 可用区售卖配置
|
void |
setArea(String Area)
Set 所属大区
|
void |
setIsDefaultRegion(Long IsDefaultRegion)
Set 是否为默认地域
|
void |
setRegion(String Region)
Set 地域名称
|
void |
setRegionName(String RegionName)
Set 地域中文名称
|
void |
setZonesConf(ZoneSellConf[] ZonesConf)
Set 可用区售卖配置
|
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 RegionSellConf()
public RegionSellConf(RegionSellConf source)
public String getRegionName()
public void setRegionName(String RegionName)
RegionName
- 地域中文名称public String getArea()
public void setArea(String Area)
Area
- 所属大区public Long getIsDefaultRegion()
public void setIsDefaultRegion(Long IsDefaultRegion)
IsDefaultRegion
- 是否为默认地域public String getRegion()
public void setRegion(String Region)
Region
- 地域名称public ZoneSellConf[] getZonesConf()
public void setZonesConf(ZoneSellConf[] ZonesConf)
ZonesConf
- 可用区售卖配置Copyright © 2021. All rights reserved.