@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultLocation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VERSION |
static String |
JSON_PROPERTY_WORKER_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultLocation 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.
|
String |
getId()
Identifier of the location.
|
String |
getName()
Human-readable name of the location.
|
String |
getVersion()
Version of the worker that ran the test.
|
String |
getWorkerId()
Identifier of the specific worker that ran the test.
|
int |
hashCode() |
SyntheticsTestResultLocation |
id(String id) |
SyntheticsTestResultLocation |
name(String name) |
SyntheticsTestResultLocation |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setId(String id) |
void |
setName(String name) |
void |
setVersion(String version) |
void |
setWorkerId(String workerId) |
String |
toString() |
SyntheticsTestResultLocation |
version(String version) |
SyntheticsTestResultLocation |
workerId(String workerId) |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_WORKER_ID
public SyntheticsTestResultLocation id(String id)
@Nullable public String getId()
public void setId(String id)
public SyntheticsTestResultLocation name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsTestResultLocation version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public SyntheticsTestResultLocation workerId(String workerId)
@Nullable public String getWorkerId()
public void setWorkerId(String workerId)
public SyntheticsTestResultLocation 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 © 2026. All rights reserved.