Class Country
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.Country
-
public class Country extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCountryId()Get 国家IDStringgetCountryName()Get 国家名称voidsetCountryId(String CountryId)Set 国家IDvoidsetCountryName(String CountryName)Set 国家名称voidtoMap(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
-
Country
public Country()
-
Country
public Country(Country 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
-
getCountryId
public String getCountryId()
Get 国家ID- Returns:
- CountryId 国家ID
-
setCountryId
public void setCountryId(String CountryId)
Set 国家ID- Parameters:
CountryId- 国家ID
-
getCountryName
public String getCountryName()
Get 国家名称- Returns:
- CountryName 国家名称
-
setCountryName
public void setCountryName(String CountryName)
Set 国家名称- Parameters:
CountryName- 国家名称
-
-