Class AzureReachabilityReportLatencyInfo

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

public class AzureReachabilityReportLatencyInfo extends Object
Details on latency for a time series.
  • Constructor Details

    • AzureReachabilityReportLatencyInfo

      public AzureReachabilityReportLatencyInfo()
  • Method Details

    • timeStamp

      public org.joda.time.DateTime timeStamp()
      Get the time stamp.
      Returns:
      the timeStamp value
    • withTimeStamp

      public AzureReachabilityReportLatencyInfo withTimeStamp(org.joda.time.DateTime timeStamp)
      Set the time stamp.
      Parameters:
      timeStamp - the timeStamp value to set
      Returns:
      the AzureReachabilityReportLatencyInfo object itself.
    • score

      public Integer score()
      Get the relative latency score between 1 and 100, higher values indicating a faster connection.
      Returns:
      the score 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.