AvailableProvidersListCity Class

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

public class AvailableProvidersListCity

City or town details.

Constructor Summary

Constructor Description
AvailableProvidersListCity()

Method Summary

Modifier and Type Method and Description
java.lang.String cityName()

Get the city or town name.

java.util.List<java.lang.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.

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

AvailableProvidersListCity

public AvailableProvidersListCity()

Method Details

cityName

public String cityName()

Get the city or town name.

Returns:

the cityName value

providers

public List providers()

Get a list of Internet service providers.

Returns:

the providers value

withCityName

public AvailableProvidersListCity withCityName(String cityName)

Set the city or town name.

Parameters:

cityName - the cityName value to set

Returns:

the AvailableProvidersListCity object itself.

withProviders

public AvailableProvidersListCity withProviders(List providers)

Set a list of Internet service providers.

Parameters:

providers - the providers value to set

Returns:

the AvailableProvidersListCity object itself.

Applies to