Class ActivationStatus.Inactive$

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

    public static class ActivationStatus.Inactive$
    extends ActivationStatus
    implements scala.Product, java.io.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:
    Serialized Form
    • Field Detail

      • MODULE$

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

      • Inactive$

        public Inactive$()