AvailableProvidersListState Class

  • java.lang.Object
    • com.microsoft.azure.management.network.AvailableProvidersListState

public class AvailableProvidersListState

State details.

Constructor Summary

Constructor Description
AvailableProvidersListState()

Method Summary

Modifier and Type Method and Description
java.util.List<AvailableProvidersListCity> cities()

Get list of available cities or towns in the state.

java.util.List<java.lang.String> providers()

Get a list of Internet service providers.

java.lang.String stateName()

Get the state name.

AvailableProvidersListState withCities(List<AvailableProvidersListCity> cities)

Set list of available cities or towns in the state.

AvailableProvidersListState withProviders(List<String> providers)

Set a list of Internet service providers.

AvailableProvidersListState withStateName(String stateName)

Set the state name.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AvailableProvidersListState

public AvailableProvidersListState()

Method Details

cities

public List cities()

Get list of available cities or towns in the state.

Returns:

the cities value

providers

public List providers()

Get a list of Internet service providers.

Returns:

the providers value

stateName

public String stateName()

Get the state name.

Returns:

the stateName value

withCities

public AvailableProvidersListState withCities(List cities)

Set list of available cities or towns in the state.

Parameters:

cities - the cities value to set

Returns:

the AvailableProvidersListState object itself.

withProviders

public AvailableProvidersListState withProviders(List providers)

Set a list of Internet service providers.

Parameters:

providers - the providers value to set

Returns:

the AvailableProvidersListState object itself.

withStateName

public AvailableProvidersListState withStateName(String stateName)

Set the state name.

Parameters:

stateName - the stateName value to set

Returns:

the AvailableProvidersListState object itself.

Applies to