AvailableProvidersListCity Class
- java.
lang. Object - com.
microsoft. azure. management. network. AvailableProvidersListCity
- com.
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. |
Available |
withCityName(String cityName)
Set the city or town name. |
Available |
withProviders(List<String> providers)
Set a list of Internet service providers. |
Methods inherited from java.lang.Object
Constructor Details
AvailableProvidersListCity
public AvailableProvidersListCity()
Method Details
cityName
public String cityName()
Get the city or town name.
Returns:
providers
public List
Get a list of Internet service providers.
Returns:
withCityName
public AvailableProvidersListCity withCityName(String cityName)
Set the city or town name.
Parameters:
Returns:
withProviders
public AvailableProvidersListCity withProviders(List
Set a list of Internet service providers.
Parameters:
Returns: