Package com.seeq.model
Class DetailedTimerOutputV1
java.lang.Object
com.seeq.model.DetailedTimerOutputV1
All timed events that are attributable to the processing of the request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
getCount()
Number of occurrences of a timed event.Human readable description of the facet of the system being monitored.getPath()
Unique ID for the monitored value.Total duration, in seconds, for all occurrences of a timed event.int
hashCode()
void
void
setDescription
(String description) void
void
setSeconds
(Double seconds) toString()
-
Constructor Details
-
DetailedTimerOutputV1
public DetailedTimerOutputV1()
-
-
Method Details
-
count
-
getCount
Number of occurrences of a timed event. The value may increase if the timed event is still in progress.- 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
-
seconds
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-