Class AzureReachabilityReportLocation
- java.lang.Object
-
- com.microsoft.azure.management.network.AzureReachabilityReportLocation
-
public class AzureReachabilityReportLocation extends Object
Parameters that define a geographic location.
-
-
Constructor Summary
Constructors Constructor Description AzureReachabilityReportLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcity()Get the city value.Stringcountry()Get the country value.Stringstate()Get the state value.AzureReachabilityReportLocationwithCity(String city)Set the city value.AzureReachabilityReportLocationwithCountry(String country)Set the country value.AzureReachabilityReportLocationwithState(String state)Set the state value.
-
-
-
Method Detail
-
country
public String country()
Get the country value.- Returns:
- the country value
-
withCountry
public AzureReachabilityReportLocation withCountry(String country)
Set the country value.- Parameters:
country- the country value to set- Returns:
- the AzureReachabilityReportLocation object itself.
-
state
public String state()
Get the state value.- Returns:
- the state value
-
withState
public AzureReachabilityReportLocation withState(String state)
Set the state value.- Parameters:
state- the state value to set- Returns:
- the AzureReachabilityReportLocation object itself.
-
city
public String city()
Get the city value.- Returns:
- the city value
-
withCity
public AzureReachabilityReportLocation withCity(String city)
Set the city value.- Parameters:
city- the city value to set- Returns:
- the AzureReachabilityReportLocation object itself.
-
-