Package com.seeq.model
Class DetailedMeterOutputV1
java.lang.Object
com.seeq.model.DetailedMeterOutputV1
All metered items that are attributable to the processing of the request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
getCount()
The number of metered items that have been observed.Human readable description of the facet of the system being monitored.getPath()
Unique ID for the monitored value.int
hashCode()
void
void
setDescription
(String description) void
toString()
-
Constructor Details
-
DetailedMeterOutputV1
public DetailedMeterOutputV1()
-
-
Method Details
-
count
-
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
-
description
-
getDescription
Human readable description of the facet of the system being monitored.- Returns:
- description
-
setDescription
-
path
-
getPath
Unique ID for the monitored value.- Returns:
- path
-
setPath
-
equals
-
hashCode
public int hashCode() -
toString
-