Class AvailableProvidersListState
- java.lang.Object
-
- com.microsoft.azure.management.network.AvailableProvidersListState
-
public class AvailableProvidersListState extends Object
State details.
-
-
Constructor Summary
Constructors Constructor Description AvailableProvidersListState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AvailableProvidersListCity>cities()Get the cities value.List<String>providers()Get the providers value.StringstateName()Get the stateName value.AvailableProvidersListStatewithCities(List<AvailableProvidersListCity> cities)Set the cities value.AvailableProvidersListStatewithProviders(List<String> providers)Set the providers value.AvailableProvidersListStatewithStateName(String stateName)Set the stateName value.
-
-
-
Method Detail
-
stateName
public String stateName()
Get the stateName value.- Returns:
- the stateName value
-
withStateName
public AvailableProvidersListState withStateName(String stateName)
Set the stateName value.- Parameters:
stateName- the stateName value to set- Returns:
- the AvailableProvidersListState object itself.
-
withProviders
public AvailableProvidersListState withProviders(List<String> providers)
Set the providers value.- Parameters:
providers- the providers value to set- Returns:
- the AvailableProvidersListState object itself.
-
cities
public List<AvailableProvidersListCity> cities()
Get the cities value.- Returns:
- the cities value
-
withCities
public AvailableProvidersListState withCities(List<AvailableProvidersListCity> cities)
Set the cities value.- Parameters:
cities- the cities value to set- Returns:
- the AvailableProvidersListState object itself.
-
-