public class AzureReachabilityReportLatencyInfo extends Object
| Constructor and Description |
|---|
AzureReachabilityReportLatencyInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
score()
Get the relative latency score between 1 and 100, higher values indicating a faster connection.
|
org.joda.time.DateTime |
timeStamp()
Get the time stamp.
|
AzureReachabilityReportLatencyInfo |
withScore(Integer score)
Set the relative latency score between 1 and 100, higher values indicating a faster connection.
|
AzureReachabilityReportLatencyInfo |
withTimeStamp(org.joda.time.DateTime timeStamp)
Set the time stamp.
|
public org.joda.time.DateTime timeStamp()
public AzureReachabilityReportLatencyInfo withTimeStamp(org.joda.time.DateTime timeStamp)
timeStamp - the timeStamp value to setpublic Integer score()
public AzureReachabilityReportLatencyInfo withScore(Integer score)
score - the score 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.
*/