@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsBrowserTestResultShort extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHECK_TIME |
static String |
JSON_PROPERTY_PROBE_DC |
static String |
JSON_PROPERTY_RESULT |
static String |
JSON_PROPERTY_RESULT_ID |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsBrowserTestResultShort() |
public boolean unparsed
public static final String JSON_PROPERTY_CHECK_TIME
public static final String JSON_PROPERTY_PROBE_DC
public static final String JSON_PROPERTY_RESULT
public static final String JSON_PROPERTY_RESULT_ID
public static final String JSON_PROPERTY_STATUS
public SyntheticsBrowserTestResultShort checkTime(Double checkTime)
@Nullable public Double getCheckTime()
public void setCheckTime(Double checkTime)
public SyntheticsBrowserTestResultShort probeDc(String probeDc)
@Nullable public String getProbeDc()
public void setProbeDc(String probeDc)
public SyntheticsBrowserTestResultShort result(SyntheticsBrowserTestResultShortResult result)
@Nullable public SyntheticsBrowserTestResultShortResult getResult()
public void setResult(SyntheticsBrowserTestResultShortResult result)
public SyntheticsBrowserTestResultShort resultId(String resultId)
@Nullable public String getResultId()
public void setResultId(String resultId)
public SyntheticsBrowserTestResultShort status(SyntheticsTestMonitorStatus status)
@Nullable public SyntheticsTestMonitorStatus getStatus()
O for not triggered * 1 for
triggered * 2 for no datapublic void setStatus(SyntheticsTestMonitorStatus status)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.