DynamicThresholdSensitivity Class

public final class DynamicThresholdSensitivity
extends ExpandableStringEnum<DynamicThresholdSensitivity>

The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern.

Field Summary

Modifier and Type Field and Description
static final DynamicThresholdSensitivity HIGH

Static value High for DynamicThresholdSensitivity.

static final DynamicThresholdSensitivity LOW

Static value Low for DynamicThresholdSensitivity.

static final DynamicThresholdSensitivity MEDIUM

Static value Medium for DynamicThresholdSensitivity.

Constructor Summary

Constructor Description
DynamicThresholdSensitivity()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DynamicThresholdSensitivity value.

Method Summary

Modifier and Type Method and Description
static DynamicThresholdSensitivity fromString(String name)

Creates or finds a DynamicThresholdSensitivity from its string representation.

static Collection<DynamicThresholdSensitivity> values()

Gets known DynamicThresholdSensitivity values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

HIGH

public static final DynamicThresholdSensitivity HIGH

Static value High for DynamicThresholdSensitivity.

LOW

public static final DynamicThresholdSensitivity LOW

Static value Low for DynamicThresholdSensitivity.

MEDIUM

public static final DynamicThresholdSensitivity MEDIUM

Static value Medium for DynamicThresholdSensitivity.

Constructor Details

DynamicThresholdSensitivity

@Deprecated
public DynamicThresholdSensitivity()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DynamicThresholdSensitivity value.

Method Details

fromString

public static DynamicThresholdSensitivity fromString(String name)

Creates or finds a DynamicThresholdSensitivity from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DynamicThresholdSensitivity.

values

public static Collection values()

Gets known DynamicThresholdSensitivity values.

Returns:

known DynamicThresholdSensitivity values.

Applies to