public final class AzureReachabilityReportItem extends Object
| Constructor and Description |
|---|
AzureReachabilityReportItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
azureLocation()
Get the azureLocation property: The Azure region.
|
List<AzureReachabilityReportLatencyInfo> |
latencies()
Get the latencies property: List of latency details for each of the time series.
|
String |
provider()
Get the provider property: The Internet service provider.
|
void |
validate()
Validates the instance.
|
AzureReachabilityReportItem |
withAzureLocation(String azureLocation)
Set the azureLocation property: The Azure region.
|
AzureReachabilityReportItem |
withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)
Set the latencies property: List of latency details for each of the time series.
|
AzureReachabilityReportItem |
withProvider(String provider)
Set the provider property: The Internet service provider.
|
public String provider()
public AzureReachabilityReportItem withProvider(String provider)
provider - the provider value to set.public String azureLocation()
public AzureReachabilityReportItem withAzureLocation(String azureLocation)
azureLocation - the azureLocation value to set.public List<AzureReachabilityReportLatencyInfo> latencies()
public AzureReachabilityReportItem withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)
latencies - the latencies value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.