Class AzureReachabilityReportLatencyInfo


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

      • AzureReachabilityReportLatencyInfo

        public AzureReachabilityReportLatencyInfo()
    • 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.