Event

class Event

Describes an event.

Types

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

Properties

Link copied to clipboard

The date and time of the event.

Link copied to clipboard

A list of the event categories.

Link copied to clipboard

The identifier of the event.

Link copied to clipboard

The text of this event.

Link copied to clipboard

The severity of the event.

Link copied to clipboard

The identifier for the source of the event.

Link copied to clipboard

The source type for this event.

Functions

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