Threshold

class Threshold

Contains information about the threshold for service level metrics.

Types

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

Properties

Link copied to clipboard

The type of comparison. Only "less than" (LT) comparisons are supported.

Link copied to clipboard

The threshold value to compare.

Functions

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