public class AvailableProvidersListCity extends Object
| Constructor and Description |
|---|
AvailableProvidersListCity() |
| Modifier and Type | Method and Description |
|---|---|
String |
cityName()
Get the city or town name.
|
List<String> |
providers()
Get a list of Internet service providers.
|
AvailableProvidersListCity |
withCityName(String cityName)
Set the city or town name.
|
AvailableProvidersListCity |
withProviders(List<String> providers)
Set a list of Internet service providers.
|
public String cityName()
public AvailableProvidersListCity withCityName(String cityName)
cityName - the cityName value to setpublic List<String> providers()
public AvailableProvidersListCity withProviders(List<String> providers)
providers - the providers 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.
*/