public class MonitorType extends Object
type, see the monitor options docs.| Modifier and Type | Class and Description |
|---|---|
static class |
MonitorType.MonitorTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static MonitorType |
AUDIT_ALERT |
static MonitorType |
CI_PIPELINES_ALERT |
static MonitorType |
CI_TESTS_ALERT |
static MonitorType |
COMPOSITE |
static MonitorType |
ERROR_TRACKING_ALERT |
static MonitorType |
EVENT_ALERT |
static MonitorType |
EVENT_V2_ALERT |
static MonitorType |
LOG_ALERT |
static MonitorType |
METRIC_ALERT |
static MonitorType |
PROCESS_ALERT |
static MonitorType |
QUERY_ALERT |
static MonitorType |
RUM_ALERT |
static MonitorType |
SERVICE_CHECK |
static MonitorType |
SLO_ALERT |
static MonitorType |
SYNTHETICS_ALERT |
static MonitorType |
TRACE_ANALYTICS_ALERT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MonitorType object is equal to o.
|
static MonitorType |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final MonitorType COMPOSITE
public static final MonitorType EVENT_ALERT
public static final MonitorType LOG_ALERT
public static final MonitorType METRIC_ALERT
public static final MonitorType PROCESS_ALERT
public static final MonitorType QUERY_ALERT
public static final MonitorType RUM_ALERT
public static final MonitorType SERVICE_CHECK
public static final MonitorType SYNTHETICS_ALERT
public static final MonitorType TRACE_ANALYTICS_ALERT
public static final MonitorType SLO_ALERT
public static final MonitorType EVENT_V2_ALERT
public static final MonitorType AUDIT_ALERT
public static final MonitorType CI_PIPELINES_ALERT
public static final MonitorType CI_TESTS_ALERT
public static final MonitorType ERROR_TRACKING_ALERT
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static MonitorType fromValue(String value)
Copyright © 2023. All rights reserved.