Class AzureReachabilityReportLocation
java.lang.Object
com.microsoft.azure.management.network.AzureReachabilityReportLocation
Parameters that define a geographic location.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncity()
Get the name of the city or town.country()
Get the name of the country.state()
Get the name of the state.Set the name of the city or town.withCountry
(String country) Set the name of the country.Set the name of the state.
-
Constructor Details
-
AzureReachabilityReportLocation
public AzureReachabilityReportLocation()
-
-
Method Details
-
country
Get the name of the country.- Returns:
- the country value
-
withCountry
Set the name of the country.- Parameters:
country
- the country value to set- Returns:
- the AzureReachabilityReportLocation object itself.
-
state
Get the name of the state.- Returns:
- the state value
-
withState
Set the name of the state.- Parameters:
state
- the state value to set- Returns:
- the AzureReachabilityReportLocation object itself.
-
city
Get the name of the city or town.- Returns:
- the city value
-
withCity
Set the name of the city or town.- Parameters:
city
- the city value to set- Returns:
- the AzureReachabilityReportLocation object itself.
-