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