Package csw.alarm.models
Class ActivationStatus.Inactive$
- java.lang.Object
-
- csw.alarm.models.ActivationStatus
-
- csw.alarm.models.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 areInactive
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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class csw.alarm.models.ActivationStatus
ActivationStatus.Active$, ActivationStatus.Inactive$
-
Nested classes/interfaces inherited from interface enumeratum.EnumEntry
enumeratum.EnumEntry.Camelcase, enumeratum.EnumEntry.CapitalDotcase, enumeratum.EnumEntry.CapitalHyphencase, enumeratum.EnumEntry.CapitalSnakecase, enumeratum.EnumEntry.CapitalWords, enumeratum.EnumEntry.Dotcase, enumeratum.EnumEntry.EnumEntryOps<A extends enumeratum.EnumEntry>, enumeratum.EnumEntry.EnumEntryOps$, enumeratum.EnumEntry.Hyphencase, enumeratum.EnumEntry.LowerCamelcase, enumeratum.EnumEntry.Lowercase, enumeratum.EnumEntry.Snakecase, enumeratum.EnumEntry.Uncapitalised, enumeratum.EnumEntry.Uppercase, enumeratum.EnumEntry.UpperDotcase, enumeratum.EnumEntry.UpperHyphencase, enumeratum.EnumEntry.UpperSnakecase, enumeratum.EnumEntry.UpperWords, enumeratum.EnumEntry.Words
-
-
Field Summary
Fields Modifier and Type Field Description static ActivationStatus.Inactive$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Inactive$()
-
Method Summary
-
Methods inherited from class csw.alarm.models.ActivationStatus
enumeratum$Enum$$existingEntriesString, extraNamesToValuesMap, findValues, indexOf, lowerCaseNamesToValuesMap, name, namesToValuesMap, upperCaseNameValuesToMap, values, valuesToIndex, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
MODULE$
public static final ActivationStatus.Inactive$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-