Class ActivationStatus.Inactive$

java.lang.Object
csw.alarm.models.ActivationStatus
csw.alarm.models.ActivationStatus.Inactive$
All Implemented Interfaces:
enumeratum.EnumEntry, enumeratum.EnumEntry.Lowercase, Serializable, scala.Equals, scala.Product
Enclosing class:
ActivationStatus

public static class ActivationStatus.Inactive$ extends ActivationStatus implements scala.Product, Serializable
Represents inactive state of an alarm. Alarms that are Inactive could still be updated by setting the severity and could still be read. But they are not considered while aggregating severity and health of a subsystem, component or whole system.
See Also:
  • Field Details

    • MODULE$

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

    • Inactive$

      public Inactive$()