@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() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBrowserTestResultShort |
checkTime(Double checkTime) |
boolean |
equals(Object o)
Return true if this SyntheticsBrowserTestResultShort object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Double |
getCheckTime()
Last time the browser test was performed.
|
String |
getProbeDc()
Location from which the Browser test was performed.
|
SyntheticsBrowserTestResultShortResult |
getResult()
Object with the result of the last browser test run.
|
String |
getResultId()
ID of the browser test result.
|
SyntheticsTestMonitorStatus |
getStatus()
The status of your Synthetic monitor.
|
int |
hashCode() |
SyntheticsBrowserTestResultShort |
probeDc(String probeDc) |
SyntheticsBrowserTestResultShort |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsBrowserTestResultShort |
result(SyntheticsBrowserTestResultShortResult result) |
SyntheticsBrowserTestResultShort |
resultId(String resultId) |
void |
setCheckTime(Double checkTime) |
void |
setProbeDc(String probeDc) |
void |
setResult(SyntheticsBrowserTestResultShortResult result) |
void |
setResultId(String resultId) |
void |
setStatus(SyntheticsTestMonitorStatus status) |
SyntheticsBrowserTestResultShort |
status(SyntheticsTestMonitorStatus status) |
String |
toString() |
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 SyntheticsBrowserTestResultShort putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.