Alarm

class Alarm

Contains information about an alarm.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the alarm model.

Link copied to clipboard

The version of the alarm model.

Link copied to clipboard

Contains information about the current state of the alarm.

Link copied to clipboard

The time the alarm was created, in the Unix epoch format.

Link copied to clipboard

The value of the key used as a filter to select only the alarms associated with the key.

Link copied to clipboard

The time the alarm was last updated, in the Unix epoch format.

Link copied to clipboard

A non-negative integer that reflects the severity level of the alarm.

Functions

Link copied to clipboard
inline fun copy(block: Alarm.Builder.() -> Unit = {}): Alarm
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String