Class NationCountryInnerInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.NationCountryInnerInfo
-
public class NationCountryInnerInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NationCountryInnerInfo()
NationCountryInnerInfo(NationCountryInnerInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNationCountryInnerCode()
Get 国家内部编码String
getNationCountryName()
Get 国家名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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
NationCountryInnerInfo
public NationCountryInnerInfo()
-
NationCountryInnerInfo
public NationCountryInnerInfo(NationCountryInnerInfo 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.
-
-
Method Detail
-
getNationCountryName
public String getNationCountryName()
Get 国家名- Returns:
- NationCountryName 国家名
-
setNationCountryName
public void setNationCountryName(String NationCountryName)
Set 国家名- Parameters:
NationCountryName
- 国家名
-
getNationCountryInnerCode
public String getNationCountryInnerCode()
Get 国家内部编码- Returns:
- NationCountryInnerCode 国家内部编码
-
setNationCountryInnerCode
public void setNationCountryInnerCode(String NationCountryInnerCode)
Set 国家内部编码- Parameters:
NationCountryInnerCode
- 国家内部编码
-
-