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 Continent code.
|
String |
getContinentName()
Get Continent name.
|
String |
getGeographicalZoneInnerCode()
Get Region code.
|
String |
getGeographicalZoneName()
Get Region name.
|
String |
getNationCountryInnerCode()
Get Country code.
|
String |
getNationCountryName()
Get Country name.
|
String |
getRemark()
Get Remark information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setContinentInnerCode(String ContinentInnerCode)
Set Continent code.
|
void |
setContinentName(String ContinentName)
Set Continent name.
|
void |
setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
Set Region code.
|
void |
setGeographicalZoneName(String GeographicalZoneName)
Set Region name.
|
void |
setNationCountryInnerCode(String NationCountryInnerCode)
Set Country code.
|
void |
setNationCountryName(String NationCountryName)
Set Country name.
|
void |
setRemark(String Remark)
Set Remark information
Note: This field may return null, indicating that no valid values can be obtained.
|
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
- Country name.public String getNationCountryInnerCode()
public void setNationCountryInnerCode(String NationCountryInnerCode)
NationCountryInnerCode
- Country code.public String getGeographicalZoneName()
public void setGeographicalZoneName(String GeographicalZoneName)
GeographicalZoneName
- Region name.public String getGeographicalZoneInnerCode()
public void setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
GeographicalZoneInnerCode
- Region code.public String getContinentName()
public void setContinentName(String ContinentName)
ContinentName
- Continent name.public String getContinentInnerCode()
public void setContinentInnerCode(String ContinentInnerCode)
ContinentInnerCode
- Continent code.public String getRemark()
public void setRemark(String Remark)
Remark
- Remark information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.