public final class AzureReachabilityReportLatencyInfo extends Object
| Constructor and Description |
|---|
AzureReachabilityReportLatencyInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
score()
Get the score property: The relative latency score between 1 and 100, higher values indicating a faster
connection.
|
OffsetDateTime |
timestamp()
Get the timestamp property: The time stamp.
|
void |
validate()
Validates the instance.
|
AzureReachabilityReportLatencyInfo |
withScore(Integer score)
Set the score property: The relative latency score between 1 and 100, higher values indicating a faster
connection.
|
AzureReachabilityReportLatencyInfo |
withTimestamp(OffsetDateTime timestamp)
Set the timestamp property: The time stamp.
|
public OffsetDateTime timestamp()
public AzureReachabilityReportLatencyInfo withTimestamp(OffsetDateTime timestamp)
timestamp - the timestamp value to set.public Integer score()
public AzureReachabilityReportLatencyInfo withScore(Integer score)
score - the score value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.