@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTriggerCITestRunResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEVICE |
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_RESULT_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTriggerCITestRunResult() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTriggerCITestRunResult |
device(SyntheticsDeviceID device) |
boolean |
equals(Object o)
Return true if this SyntheticsTriggerCITestRunResult 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.
|
SyntheticsDeviceID |
getDevice()
The device ID.
|
Long |
getLocation()
The location ID of the test run.
|
String |
getPublicId()
The public ID of the Synthetic test.
|
String |
getResultId()
ID of the result.
|
int |
hashCode() |
SyntheticsTriggerCITestRunResult |
location(Long location) |
SyntheticsTriggerCITestRunResult |
publicId(String publicId) |
SyntheticsTriggerCITestRunResult |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTriggerCITestRunResult |
resultId(String resultId) |
void |
setDevice(SyntheticsDeviceID device) |
void |
setLocation(Long location) |
void |
setPublicId(String publicId) |
void |
setResultId(String resultId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DEVICE
public static final String JSON_PROPERTY_LOCATION
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_RESULT_ID
public SyntheticsTriggerCITestRunResult device(SyntheticsDeviceID device)
@Nullable public SyntheticsDeviceID getDevice()
public void setDevice(SyntheticsDeviceID device)
public SyntheticsTriggerCITestRunResult location(Long location)
@Nullable public Long getLocation()
public void setLocation(Long location)
public SyntheticsTriggerCITestRunResult publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public SyntheticsTriggerCITestRunResult resultId(String resultId)
@Nullable public String getResultId()
public void setResultId(String resultId)
public SyntheticsTriggerCITestRunResult 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.