AzureReachabilityReportLatencyInfo Class
- java.
lang. Object - com.
microsoft. azure. management. network. AzureReachabilityReportLatencyInfo
- com.
public class AzureReachabilityReportLatencyInfo
Details on latency for a time series.
Constructor | Description | |
---|---|---|
Azure |
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 |
time Get the time stamp. |
Azure |
with Set the relative latency score between 1 and 100, higher values indicating a faster connection. |
Azure |
with Set the time stamp. |
AzureReachabilityReportLatencyInfo
public AzureReachabilityReportLatencyInfo()
score
public Integer score()
Get the relative latency score between 1 and 100, higher values indicating a faster connection.
Returns:
timeStamp
public DateTime timeStamp()
Get the time stamp.
Returns:
withScore
public AzureReachabilityReportLatencyInfo withScore(Integer score)
Set the relative latency score between 1 and 100, higher values indicating a faster connection.
Parameters:
Returns:
withTimeStamp
public AzureReachabilityReportLatencyInfo withTimeStamp(DateTime timeStamp)
Set the time stamp.
Parameters:
Returns: