public class AvailableProvidersListState extends Object
Constructor and Description |
---|
AvailableProvidersListState() |
Modifier and Type | Method and Description |
---|---|
List<AvailableProvidersListCity> |
cities()
Get the cities value.
|
List<String> |
providers()
Get the providers value.
|
String |
stateName()
Get the stateName value.
|
AvailableProvidersListState |
withCities(List<AvailableProvidersListCity> cities)
Set the cities value.
|
AvailableProvidersListState |
withProviders(List<String> providers)
Set the providers value.
|
AvailableProvidersListState |
withStateName(String stateName)
Set the stateName value.
|
public String stateName()
public AvailableProvidersListState withStateName(String stateName)
stateName
- the stateName value to setpublic AvailableProvidersListState withProviders(List<String> providers)
providers
- the providers value to setpublic List<AvailableProvidersListCity> cities()
public AvailableProvidersListState withCities(List<AvailableProvidersListCity> cities)
cities
- the cities value to setCopyright © 2019. All rights reserved.