AzureReachabilityReportLatencyInfo Class

  • java.lang.Object
    • com.microsoft.azure.management.network.AzureReachabilityReportLatencyInfo

public class AzureReachabilityReportLatencyInfo

Details on latency for a time series.

Constructor Summary

Constructor Description
AzureReachabilityReportLatencyInfo()

Method Summary

Modifier and Type Method and Description
java.lang.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(DateTime timeStamp)

Set the time stamp.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AzureReachabilityReportLatencyInfo

public AzureReachabilityReportLatencyInfo()

Method Details

score

public Integer score()

Get the relative latency score between 1 and 100, higher values indicating a faster connection.

Returns:

the score value

timeStamp

public DateTime timeStamp()

Get the time stamp.

Returns:

the timeStamp value

withScore

public AzureReachabilityReportLatencyInfo withScore(Integer score)

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.

withTimeStamp

public AzureReachabilityReportLatencyInfo withTimeStamp(DateTime timeStamp)

Set the time stamp.

Parameters:

timeStamp - the timeStamp value to set

Returns:

the AzureReachabilityReportLatencyInfo object itself.

Applies to