Class DetailedTimerOutputV1

java.lang.Object
com.seeq.model.DetailedTimerOutputV1

public class DetailedTimerOutputV1 extends Object
All timed events that are attributable to the processing of the request.
  • Constructor Details

    • DetailedTimerOutputV1

      public DetailedTimerOutputV1()
  • Method Details

    • count

      public DetailedTimerOutputV1 count(Integer count)
    • getCount

      public Integer getCount()
      Number of occurrences of a timed event. The value may increase if the timed event is still in progress.
      Returns:
      count
    • setCount

      public void setCount(Integer count)
    • description

      public DetailedTimerOutputV1 description(String description)
    • getDescription

      public String getDescription()
      Human readable description of the facet of the system being monitored.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • path

      public DetailedTimerOutputV1 path(String path)
    • getPath

      public String getPath()
      Unique ID for the monitored value.
      Returns:
      path
    • setPath

      public void setPath(String path)
    • seconds

      public DetailedTimerOutputV1 seconds(Double seconds)
    • getSeconds

      public Double getSeconds()
      Total duration, in seconds, for all occurrences of a timed event. The value may increase if the timed event is still in progress.
      Returns:
      seconds
    • setSeconds

      public void setSeconds(Double seconds)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object