Class AvailableProvidersListState


  • public class AvailableProvidersListState
    extends Object
    State details.
    • Constructor Detail

      • AvailableProvidersListState

        public AvailableProvidersListState()
    • Method Detail

      • stateName

        public String stateName()
        Get the stateName value.
        Returns:
        the stateName value
      • withStateName

        public AvailableProvidersListState withStateName​(String stateName)
        Set the stateName value.
        Parameters:
        stateName - the stateName value to set
        Returns:
        the AvailableProvidersListState object itself.
      • providers

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

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