Class AvailableProvidersListCity
- java.lang.Object
-
- com.microsoft.azure.management.network.AvailableProvidersListCity
-
public class AvailableProvidersListCity extends Object
City or town details.
-
-
Constructor Summary
Constructors Constructor Description AvailableProvidersListCity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcityName()Get the cityName value.List<String>providers()Get the providers value.AvailableProvidersListCitywithCityName(String cityName)Set the cityName value.AvailableProvidersListCitywithProviders(List<String> providers)Set the providers value.
-
-
-
Method Detail
-
cityName
public String cityName()
Get the cityName value.- Returns:
- the cityName value
-
withCityName
public AvailableProvidersListCity withCityName(String cityName)
Set the cityName value.- Parameters:
cityName- the cityName value to set- Returns:
- the AvailableProvidersListCity object itself.
-
withProviders
public AvailableProvidersListCity withProviders(List<String> providers)
Set the providers value.- Parameters:
providers- the providers value to set- Returns:
- the AvailableProvidersListCity object itself.
-
-