Class City

    • Constructor Detail

      • City

        public City()
      • City

        public City​(City 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

      • getCityId

        public String getCityId()
        Get 城市ID
        Returns:
        CityId 城市ID
      • setCityId

        public void setCityId​(String CityId)
        Set 城市ID
        Parameters:
        CityId - 城市ID
      • getCityName

        public String getCityName()
        Get 城市名称
        Returns:
        CityName 城市名称
      • setCityName

        public void setCityName​(String CityName)
        Set 城市名称
        Parameters:
        CityName - 城市名称