Package com.seeq.model
Class MonitorDefinitionOutputV1
java.lang.Object
com.seeq.model.MonitorDefinitionOutputV1
MonitorDefinitionOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Human readable description of the facet of the system being monitored.getPath()
Path of the monitor.int
hashCode()
void
setDescription
(String description) void
toString()
-
Constructor Details
-
MonitorDefinitionOutputV1
public MonitorDefinitionOutputV1()
-
-
Method Details
-
description
-
getDescription
Human readable description of the facet of the system being monitored.- Returns:
- description
-
setDescription
-
path
-
getPath
Path of the monitor. Note, sections of the path that are wrapped in {} will be substituted with the arguments provided in the post. Substitution is done positionally such that the first argument provided will be substituted for the first occurrence of {.*} in the path. Note, monitor paths might not be unique, as paths can be used as timers, meters, counters, and gauges, and each will have its own suffix appended.- Returns:
- path
-
setPath
-
equals
-
hashCode
public int hashCode() -
toString
-