public class SyntheticsTestMonitorStatus extends Object
O for not triggered * 1 for
triggered * 2 for no data| Modifier and Type | Class and Description |
|---|---|
static class |
SyntheticsTestMonitorStatus.SyntheticsTestMonitorStatusSerializer |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsTestMonitorStatus |
NO_DATA |
static SyntheticsTestMonitorStatus |
TRIGGERED |
static SyntheticsTestMonitorStatus |
UNTRIGGERED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestMonitorStatus object is equal to o.
|
static SyntheticsTestMonitorStatus |
fromValue(Long value) |
Long |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(Long value) |
String |
toString() |
public static final SyntheticsTestMonitorStatus UNTRIGGERED
public static final SyntheticsTestMonitorStatus TRIGGERED
public static final SyntheticsTestMonitorStatus NO_DATA
public boolean isValid()
public Long getValue()
public void setValue(Long value)
public boolean equals(Object o)
public static SyntheticsTestMonitorStatus fromValue(Long value)
Copyright © 2023. All rights reserved.