public class AzureReachabilityReportLocation extends Object
| Constructor and Description |
|---|
AzureReachabilityReportLocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
city()
Get the name of the city or town.
|
String |
country()
Get the name of the country.
|
String |
state()
Get the name of the state.
|
AzureReachabilityReportLocation |
withCity(String city)
Set the name of the city or town.
|
AzureReachabilityReportLocation |
withCountry(String country)
Set the name of the country.
|
AzureReachabilityReportLocation |
withState(String state)
Set the name of the state.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/