SlaConfiguration

Represents an SLA configuration.

Types

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

Properties

Link copied to clipboard
val completionTime: <Error class: unknown class>?

Time at which an SLA was completed.

Link copied to clipboard

Unique identifier of a field.

Link copied to clipboard

Name of an SLA.

Link copied to clipboard

Status of an SLA.

Link copied to clipboard

Represents a list of target field values for the fieldId specified in SlaConfiguration.

Link copied to clipboard
val targetTime: <Error class: unknown class>

Target time by which an SLA should be completed.

Link copied to clipboard

Type of SLA.

Functions

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