Class AzureReachabilityReportLatencyInfo
- java.lang.Object
-
- com.microsoft.azure.management.network.AzureReachabilityReportLatencyInfo
-
public class AzureReachabilityReportLatencyInfo extends Object
Details on latency for a time series.
-
-
Constructor Summary
Constructors Constructor Description AzureReachabilityReportLatencyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerscore()Get the score value.org.joda.time.DateTimetimeStamp()Get the timeStamp value.AzureReachabilityReportLatencyInfowithScore(Integer score)Set the score value.AzureReachabilityReportLatencyInfowithTimeStamp(org.joda.time.DateTime timeStamp)Set the timeStamp value.
-
-
-
Method Detail
-
timeStamp
public org.joda.time.DateTime timeStamp()
Get the timeStamp value.- Returns:
- the timeStamp value
-
withTimeStamp
public AzureReachabilityReportLatencyInfo withTimeStamp(org.joda.time.DateTime timeStamp)
Set the timeStamp value.- Parameters:
timeStamp- the timeStamp value to set- Returns:
- the AzureReachabilityReportLatencyInfo object itself.
-
score
public Integer score()
Get the score value.- Returns:
- the score value
-
withScore
public AzureReachabilityReportLatencyInfo withScore(Integer score)
Set the score value.- Parameters:
score- the score value to set- Returns:
- the AzureReachabilityReportLatencyInfo object itself.
-
-