public class AzureReachabilityReportItem extends Object
| Constructor and Description |
|---|
AzureReachabilityReportItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
azureLocation()
Get the Azure region.
|
List<AzureReachabilityReportLatencyInfo> |
latencies()
Get list of latency details for each of the time series.
|
String |
provider()
Get the Internet service provider.
|
AzureReachabilityReportItem |
withAzureLocation(String azureLocation)
Set the Azure region.
|
AzureReachabilityReportItem |
withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)
Set list of latency details for each of the time series.
|
AzureReachabilityReportItem |
withProvider(String provider)
Set the Internet service provider.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/