public class CountryAreaMap extends AbstractModel
Constructor and Description |
---|
CountryAreaMap() |
CountryAreaMap(CountryAreaMap 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 |
getContinentInnerCode()
Get 大洲编码。
|
String |
getContinentName()
Get 大洲名称。
|
String |
getGeographicalZoneInnerCode()
Get 地区编码。
|
String |
getGeographicalZoneName()
Get 地区名称。
|
String |
getNationCountryInnerCode()
Get 国家编码。
|
String |
getNationCountryName()
Get 国家名称。
|
void |
setContinentInnerCode(String ContinentInnerCode)
Set 大洲编码。
|
void |
setContinentName(String ContinentName)
Set 大洲名称。
|
void |
setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
Set 地区编码。
|
void |
setGeographicalZoneName(String GeographicalZoneName)
Set 地区名称。
|
void |
setNationCountryInnerCode(String NationCountryInnerCode)
Set 国家编码。
|
void |
setNationCountryName(String NationCountryName)
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 CountryAreaMap()
public CountryAreaMap(CountryAreaMap source)
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 © 2021. All rights reserved.