public class CountryAreaMap extends AbstractModel
header, skipSign
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 大洲编码。
|
String |
getContinentName()
Get 大洲名称。
|
String |
getGeographicalZoneInnerCode()
Get 地区编码。
|
String |
getGeographicalZoneName()
Get 地区名称。
|
String |
getNationCountryInnerCode()
Get 国家编码。
|
String |
getNationCountryName()
Get 国家名称。
|
String |
getRemark()
Get 标注信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContinentInnerCode(String ContinentInnerCode)
Set 大洲编码。
|
void |
setContinentName(String ContinentName)
Set 大洲名称。
|
void |
setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
Set 地区编码。
|
void |
setGeographicalZoneName(String GeographicalZoneName)
Set 地区名称。
|
void |
setNationCountryInnerCode(String NationCountryInnerCode)
Set 国家编码。
|
void |
setNationCountryName(String NationCountryName)
Set 国家名称。
|
void |
setRemark(String Remark)
Set 标注信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CountryAreaMap()
public CountryAreaMap(CountryAreaMap source)
public String getNationCountryName()
public void setNationCountryName(String NationCountryName)
NationCountryName
- 国家名称。public String getNationCountryInnerCode()
public void setNationCountryInnerCode(String NationCountryInnerCode)
NationCountryInnerCode
- 国家编码。public String getGeographicalZoneName()
public void setGeographicalZoneName(String GeographicalZoneName)
GeographicalZoneName
- 地区名称。public String getGeographicalZoneInnerCode()
public void setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
GeographicalZoneInnerCode
- 地区编码。public String getContinentName()
public void setContinentName(String ContinentName)
ContinentName
- 大洲名称。public String getContinentInnerCode()
public void setContinentInnerCode(String ContinentInnerCode)
ContinentInnerCode
- 大洲编码。public String getRemark()
public void setRemark(String Remark)
Remark
- 标注信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.