public class AvailableProvidersListCountry extends Object
| Constructor and Description |
|---|
AvailableProvidersListCountry() |
| Modifier and Type | Method and Description |
|---|---|
String |
countryName()
Get the country name.
|
List<String> |
providers()
Get a list of Internet service providers.
|
List<AvailableProvidersListState> |
states()
Get list of available states in the country.
|
AvailableProvidersListCountry |
withCountryName(String countryName)
Set the country name.
|
AvailableProvidersListCountry |
withProviders(List<String> providers)
Set a list of Internet service providers.
|
AvailableProvidersListCountry |
withStates(List<AvailableProvidersListState> states)
Set list of available states in the country.
|
public String countryName()
public AvailableProvidersListCountry withCountryName(String countryName)
countryName - the countryName value to setpublic List<String> providers()
public 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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/