java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.metric.StateSet
All Implemented Interfaces:
Serializable, IMetricType

public class StateSet extends Object implements 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 Details

    • StateSet

      public StateSet()
  • Method Details