public class CountryAreaMap extends AbstractModel
构造器和说明 |
---|
CountryAreaMap() |
限定符和类型 | 方法和说明 |
---|---|
String |
getContinentInnerCode()
获取大洲编码。
|
String |
getContinentName()
获取大洲名称。
|
String |
getGeographicalZoneInnerCode()
获取地区编码。
|
String |
getGeographicalZoneName()
获取地区名称。
|
String |
getNationCountryInnerCode()
获取国家编码。
|
String |
getNationCountryName()
获取国家名称。
|
void |
setContinentInnerCode(String ContinentInnerCode)
设置大洲编码。
|
void |
setContinentName(String ContinentName)
设置大洲名称。
|
void |
setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
设置地区编码。
|
void |
setGeographicalZoneName(String GeographicalZoneName)
设置地区名称。
|
void |
setNationCountryInnerCode(String NationCountryInnerCode)
设置国家编码。
|
void |
setNationCountryName(String NationCountryName)
设置国家名称。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getNationCountryName()
public void setNationCountryName(String NationCountryName)
NationCountryName
- 国家名称。public String getNationCountryInnerCode()
public void setNationCountryInnerCode(String NationCountryInnerCode)
NationCountryInnerCode
- 国家编码。public String getGeographicalZoneName()
public void setGeographicalZoneName(String GeographicalZoneName)
GeographicalZoneName
- 地区名称。public String getGeographicalZoneInnerCode()
public void setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
GeographicalZoneInnerCode
- 地区编码。public String getContinentName()
public void setContinentName(String ContinentName)
ContinentName
- 大洲名称。public String getContinentInnerCode()
public void setContinentInnerCode(String ContinentInnerCode)
ContinentInnerCode
- 大洲编码。Copyright © 2019. All rights reserved.