@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAPITestResultShort 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 |
|---|
SyntheticsAPITestResultShort() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAPITestResultShort |
checkTime(Double checkTime) |
boolean |
equals(Object o)
Return true if this SyntheticsAPITestResultShort 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 API test was performed.
|
String |
getProbeDc()
Location from which the API test was performed.
|
SyntheticsAPITestResultShortResult |
getResult()
Result of the last API test run.
|
String |
getResultId()
ID of the API test result.
|
SyntheticsTestMonitorStatus |
getStatus()
The status of your Synthetic monitor.
|
int |
hashCode() |
SyntheticsAPITestResultShort |
probeDc(String probeDc) |
SyntheticsAPITestResultShort |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsAPITestResultShort |
result(SyntheticsAPITestResultShortResult result) |
SyntheticsAPITestResultShort |
resultId(String resultId) |
void |
setCheckTime(Double checkTime) |
void |
setProbeDc(String probeDc) |
void |
setResult(SyntheticsAPITestResultShortResult result) |
void |
setResultId(String resultId) |
void |
setStatus(SyntheticsTestMonitorStatus status) |
SyntheticsAPITestResultShort |
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 SyntheticsAPITestResultShort checkTime(Double checkTime)
@Nullable public Double getCheckTime()
public void setCheckTime(Double checkTime)
public SyntheticsAPITestResultShort probeDc(String probeDc)
@Nullable public String getProbeDc()
public void setProbeDc(String probeDc)
public SyntheticsAPITestResultShort result(SyntheticsAPITestResultShortResult result)
@Nullable public SyntheticsAPITestResultShortResult getResult()
public void setResult(SyntheticsAPITestResultShortResult result)
public SyntheticsAPITestResultShort resultId(String resultId)
@Nullable public String getResultId()
public void setResultId(String resultId)
public SyntheticsAPITestResultShort status(SyntheticsTestMonitorStatus status)
@Nullable public SyntheticsTestMonitorStatus getStatus()
O for not triggered * 1 for
triggered * 2 for no datapublic void setStatus(SyntheticsTestMonitorStatus status)
public SyntheticsAPITestResultShort 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.