public class AvailableProvidersListCountry extends Object
| Constructor and Description |
|---|
AvailableProvidersListCountry() |
| Modifier and Type | Method and Description |
|---|---|
String |
countryName()
Get the countryName value.
|
List<String> |
providers()
Get the providers value.
|
List<AvailableProvidersListState> |
states()
Get the states value.
|
AvailableProvidersListCountry |
withCountryName(String countryName)
Set the countryName value.
|
AvailableProvidersListCountry |
withProviders(List<String> providers)
Set the providers value.
|
AvailableProvidersListCountry |
withStates(List<AvailableProvidersListState> states)
Set the states value.
|
public String countryName()
public AvailableProvidersListCountry withCountryName(String countryName)
countryName - the countryName value to setpublic AvailableProvidersListCountry withProviders(List<String> providers)
providers - the providers value to setpublic List<AvailableProvidersListState> states()
public AvailableProvidersListCountry withStates(List<AvailableProvidersListState> states)
states - the states value to setCopyright © 2019. All rights reserved.