MultiplexAlert

An alert on a multiplex

Types

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

Properties

Link copied to clipboard

The type of the alert

Link copied to clipboard

The time when the alert was cleared

Link copied to clipboard
val id: String?

The unique ID for this alert instance

Link copied to clipboard

The user facing alert message which can have more context

Link copied to clipboard

The ID of the pipeline this alert is associated with

Link copied to clipboard

The time when the alert was set

Link copied to clipboard

The state of the alert

Functions

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