public class AzureReachabilityReportItem extends Object
Constructor and Description |
---|
AzureReachabilityReportItem() |
Modifier and Type | Method and Description |
---|---|
String |
azureLocation()
Get the azureLocation value.
|
List<AzureReachabilityReportLatencyInfo> |
latencies()
Get the latencies value.
|
String |
provider()
Get the provider value.
|
AzureReachabilityReportItem |
withAzureLocation(String azureLocation)
Set the azureLocation value.
|
AzureReachabilityReportItem |
withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)
Set the latencies value.
|
AzureReachabilityReportItem |
withProvider(String provider)
Set the provider value.
|
public String provider()
public AzureReachabilityReportItem withProvider(String provider)
provider
- the provider value to setpublic String azureLocation()
public AzureReachabilityReportItem withAzureLocation(String azureLocation)
azureLocation
- the azureLocation value to setpublic List<AzureReachabilityReportLatencyInfo> latencies()
public AzureReachabilityReportItem withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)
latencies
- the latencies value to setCopyright © 2019. All rights reserved.