Class CountryAreaMap

    • 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,表示取不到有效值。