AzureReachabilityReportLocation Class

  • java.lang.Object
    • com.microsoft.azure.management.network.AzureReachabilityReportLocation

public class AzureReachabilityReportLocation

Parameters that define a geographic location.

Constructor Summary

Constructor Description
AzureReachabilityReportLocation()

Method Summary

Modifier and Type Method and Description
java.lang.String city()

Get the name of the city or town.

java.lang.String country()

Get the name of the country.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AzureReachabilityReportLocation

public AzureReachabilityReportLocation()

Method Details

city

public String city()

Get the name of the city or town.

Returns:

the city value

country

public String country()

Get the name of the country.

Returns:

the country value

state

public String state()

Get the name of the state.

Returns:

the state value

withCity

public AzureReachabilityReportLocation withCity(String city)

Set the name of the city or town.

Parameters:

city - the city value to set

Returns:

the AzureReachabilityReportLocation object itself.

withCountry

public AzureReachabilityReportLocation withCountry(String country)

Set the name of the country.

Parameters:

country - the country value to set

Returns:

the AzureReachabilityReportLocation object itself.

withState

public AzureReachabilityReportLocation withState(String state)

Set the name of the state.

Parameters:

state - the state value to set

Returns:

the AzureReachabilityReportLocation object itself.

Applies to