Class AzureReachabilityReportLatencyInfo
java.lang.Object
com.microsoft.azure.management.network.AzureReachabilityReportLatencyInfo
Details on latency for a time series.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionscore()
Get the relative latency score between 1 and 100, higher values indicating a faster connection.org.joda.time.DateTime
Get the time stamp.Set the relative latency score between 1 and 100, higher values indicating a faster connection.withTimeStamp
(org.joda.time.DateTime timeStamp) Set the time stamp.
-
Constructor Details
-
AzureReachabilityReportLatencyInfo
public AzureReachabilityReportLatencyInfo()
-
-
Method Details
-
timeStamp
public org.joda.time.DateTime timeStamp()Get the time stamp.- Returns:
- the timeStamp value
-
withTimeStamp
Set the time stamp.- Parameters:
timeStamp
- the timeStamp value to set- Returns:
- the AzureReachabilityReportLatencyInfo object itself.
-
score
Get the relative latency score between 1 and 100, higher values indicating a faster connection.- Returns:
- the score value
-
withScore
Set the relative latency score between 1 and 100, higher values indicating a faster connection.- Parameters:
score
- the score value to set- Returns:
- the AzureReachabilityReportLatencyInfo object itself.
-