Class ActivationStatus.Active$

  • All Implemented Interfaces:
    enumeratum.EnumEntry, enumeratum.EnumEntry.Lowercase, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    ActivationStatus

    public static class ActivationStatus.Active$
    extends ActivationStatus
    implements scala.Product, java.io.Serializable
    Represents active state of the alarm. Active alarms are considered while aggregating severity and health of a subsystem, component or whole system.
    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

        public static final ActivationStatus.Active$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Active$

        public Active$()