AlarmHistoryItem

Represents the history of a specific alarm.

Types

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

Properties

Link copied to clipboard

The descriptive name for the alarm.

Link copied to clipboard

The type of alarm, either metric alarm or composite alarm.

Link copied to clipboard

Data about the alarm, in JSON format.

Link copied to clipboard

The type of alarm history item.

Link copied to clipboard

A summary of the alarm history, in text format.

Link copied to clipboard

The time stamp for the alarm history item.

Functions

Link copied to clipboard
inline fun copy(block: AlarmHistoryItem.Builder.() -> Unit = {}): AlarmHistoryItem
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