Class Country

    • 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 - 国家名称