public class AzureReachabilityReportLocation extends Object
Constructor and Description |
---|
AzureReachabilityReportLocation() |
Modifier and Type | Method and Description |
---|---|
String |
city()
Get the city value.
|
String |
country()
Get the country value.
|
String |
state()
Get the state value.
|
AzureReachabilityReportLocation |
withCity(String city)
Set the city value.
|
AzureReachabilityReportLocation |
withCountry(String country)
Set the country value.
|
AzureReachabilityReportLocation |
withState(String state)
Set the state value.
|
public String country()
public AzureReachabilityReportLocation withCountry(String country)
country
- the country value to setpublic String state()
public AzureReachabilityReportLocation withState(String state)
state
- the state value to setpublic String city()
public AzureReachabilityReportLocation withCity(String city)
city
- the city value to setCopyright © 2019. All rights reserved.