Class StateSet
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.metric.StateSet
- All Implemented Interfaces:
Serializable,IMetricType
Represents a set of states as a metric type.
A StateSet instance holds a set of string states, and it is considered a metric type with the default type
MetricType.UP_DOWN_COUNTER.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StateSet
public StateSet()
-
-
Method Details
-
get
Description copied from interface:IMetricTypeGets the metric type.- Specified by:
getin interfaceIMetricType- Returns:
- The metric type.
-