public class NationCountryInnerInfo extends AbstractModel
Constructor and Description |
---|
NationCountryInnerInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getNationCountryInnerCode()
Get Country internal code
|
String |
getNationCountryName()
Get Country name
|
void |
setNationCountryInnerCode(String NationCountryInnerCode)
Set Country internal code
|
void |
setNationCountryName(String NationCountryName)
Set Country name
|
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 getNationCountryName()
public void setNationCountryName(String NationCountryName)
NationCountryName
- Country namepublic String getNationCountryInnerCode()
public void setNationCountryInnerCode(String NationCountryInnerCode)
NationCountryInnerCode
- Country internal codeCopyright © 2020. All rights reserved.