@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.
|
SyntheticsDeviceID |
getDevice()
The device ID.
|
Long |
getLocation()
The location ID of the test run.
|
String |
getPublicId()
The public ID of the Synthetics test.
|
String |
getResultId()
ID of the result.
|
int |
hashCode() |
SyntheticsTriggerCITestRunResult |
location(Long location) |
SyntheticsTriggerCITestRunResult |
publicId(String publicId) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.