SuppressionPeriod

If you are suppressing an anomaly temporariliy, this structure defines how long the suppression period is to be.

Types

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

Properties

Link copied to clipboard

Specifies whether the value of value is in seconds, minutes, or hours.

Link copied to clipboard
val value: Int

Specifies the number of seconds, minutes or hours to suppress this anomaly. There is no maximum.

Functions

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