AvailableProvidersListCountry Class

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

public class AvailableProvidersListCountry

Country details.

Constructor Summary

Constructor Description
AvailableProvidersListCountry()

Method Summary

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

Get the country name.

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

Get a list of Internet service providers.

java.util.List<AvailableProvidersListState> states()

Get list of available states in the country.

AvailableProvidersListCountry withCountryName(String countryName)

Set the country name.

AvailableProvidersListCountry withProviders(List<String> providers)

Set a list of Internet service providers.

AvailableProvidersListCountry withStates(List<AvailableProvidersListState> states)

Set list of available states in the country.

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

AvailableProvidersListCountry

public AvailableProvidersListCountry()

Method Details

countryName

public String countryName()

Get the country name.

Returns:

the countryName value

providers

public List providers()

Get a list of Internet service providers.

Returns:

the providers value

states

public List states()

Get list of available states in the country.

Returns:

the states value

withCountryName

public AvailableProvidersListCountry withCountryName(String countryName)

Set the country name.

Parameters:

countryName - the countryName value to set

Returns:

the AvailableProvidersListCountry object itself.

withProviders

public AvailableProvidersListCountry withProviders(List providers)

Set a list of Internet service providers.

Parameters:

providers - the providers value to set

Returns:

the AvailableProvidersListCountry object itself.

withStates

public AvailableProvidersListCountry withStates(List states)

Set list of available states in the country.

Parameters:

states - the states value to set

Returns:

the AvailableProvidersListCountry object itself.

Applies to