ShelveStatus

csw.alarm.models.ShelveStatus
See theShelveStatus companion object
sealed abstract class ShelveStatus extends EnumEntry, Lowercase

Represents whether the alarm is shelved or not. Alarms that are shelved will automatically be unshelved at a specific time (currently configured at 8 AM local time) if it is not unshelved explicitly. This time is configurable e.g csw-alarm.shelve-timeout = hemoji symbols:ms a .

Attributes

Note

By default all the alarms are loaded in alarm store with Unshelved status

Companion
object
Graph
Supertypes
trait Lowercase
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Shelved
object Unshelved

Members list

Value members

Concrete methods

def name: String

The name of ShelveStatus e.g. for Shelved status, the name will be represented as shelved

The name of ShelveStatus e.g. for Shelved status, the name will be represented as shelved

Attributes

Inherited methods

override def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Definition Classes
Inherited from:
Lowercase