Class AvailableProvidersListCountry


  • public class AvailableProvidersListCountry
    extends Object
    Country details.
    • Constructor Detail

      • AvailableProvidersListCountry

        public AvailableProvidersListCountry()
    • Method Detail

      • countryName

        public String countryName()
        Get the countryName value.
        Returns:
        the countryName value
      • withCountryName

        public AvailableProvidersListCountry withCountryName​(String countryName)
        Set the countryName value.
        Parameters:
        countryName - the countryName value to set
        Returns:
        the AvailableProvidersListCountry object itself.
      • providers

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

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