Class CountryAreaMap
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.CountryAreaMap
-
public class CountryAreaMap extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContinentInnerCode()Get 大洲编码。StringgetContinentName()Get 大洲名称。StringgetGeographicalZoneInnerCode()Get 地区编码。StringgetGeographicalZoneName()Get 地区名称。StringgetNationCountryInnerCode()Get 国家编码。StringgetNationCountryName()Get 国家名称。StringgetRemark()Get 标注信息 注意:此字段可能返回 null,表示取不到有效值。voidsetContinentInnerCode(String ContinentInnerCode)Set 大洲编码。voidsetContinentName(String ContinentName)Set 大洲名称。voidsetGeographicalZoneInnerCode(String GeographicalZoneInnerCode)Set 地区编码。voidsetGeographicalZoneName(String GeographicalZoneName)Set 地区名称。voidsetNationCountryInnerCode(String NationCountryInnerCode)Set 国家编码。voidsetNationCountryName(String NationCountryName)Set 国家名称。voidsetRemark(String Remark)Set 标注信息 注意:此字段可能返回 null,表示取不到有效值。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
-
CountryAreaMap
public CountryAreaMap()
-
CountryAreaMap
public 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.
-
-
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- 国家编码。
-
getGeographicalZoneName
public String getGeographicalZoneName()
Get 地区名称。- Returns:
- GeographicalZoneName 地区名称。
-
setGeographicalZoneName
public void setGeographicalZoneName(String GeographicalZoneName)
Set 地区名称。- Parameters:
GeographicalZoneName- 地区名称。
-
getGeographicalZoneInnerCode
public String getGeographicalZoneInnerCode()
Get 地区编码。- Returns:
- GeographicalZoneInnerCode 地区编码。
-
setGeographicalZoneInnerCode
public void setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
Set 地区编码。- Parameters:
GeographicalZoneInnerCode- 地区编码。
-
getContinentName
public String getContinentName()
Get 大洲名称。- Returns:
- ContinentName 大洲名称。
-
setContinentName
public void setContinentName(String ContinentName)
Set 大洲名称。- Parameters:
ContinentName- 大洲名称。
-
getContinentInnerCode
public String getContinentInnerCode()
Get 大洲编码。- Returns:
- ContinentInnerCode 大洲编码。
-
setContinentInnerCode
public void setContinentInnerCode(String ContinentInnerCode)
Set 大洲编码。- Parameters:
ContinentInnerCode- 大洲编码。
-
getRemark
public String getRemark()
Get 标注信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark 标注信息 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set 标注信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- 标注信息 注意:此字段可能返回 null,表示取不到有效值。
-
-