Class AvailableProvidersListCity


  • public class AvailableProvidersListCity
    extends Object
    City or town details.
    • Constructor Detail

      • AvailableProvidersListCity

        public AvailableProvidersListCity()
    • Method Detail

      • cityName

        public String cityName()
        Get the cityName value.
        Returns:
        the cityName value
      • withCityName

        public AvailableProvidersListCity withCityName​(String cityName)
        Set the cityName value.
        Parameters:
        cityName - the cityName value to set
        Returns:
        the AvailableProvidersListCity object itself.
      • providers

        public List<String> providers()
        Get the providers value.
        Returns:
        the providers value
      • withProviders

        public AvailableProvidersListCity withProviders​(List<String> providers)
        Set the providers value.
        Parameters:
        providers - the providers value to set
        Returns:
        the AvailableProvidersListCity object itself.