Class DetailedMeterOutputV1

java.lang.Object
com.seeq.model.DetailedMeterOutputV1

public class DetailedMeterOutputV1 extends Object
All metered items that are attributable to the processing of the request.
  • Constructor Details

    • DetailedMeterOutputV1

      public DetailedMeterOutputV1()
  • Method Details

    • count

      public DetailedMeterOutputV1 count(Long count)
    • getCount

      public Long getCount()
      The number of metered items that have been observed. The value may increase if the request is still in progress, but will never decrease.
      Returns:
      count
    • setCount

      public void setCount(Long count)
    • description

      public DetailedMeterOutputV1 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 DetailedMeterOutputV1 path(String path)
    • getPath

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

      public void setPath(String path)
    • 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