@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BATCH |
static String |
JSON_PROPERTY_CI |
static String |
JSON_PROPERTY_DEVICE |
static String |
JSON_PROPERTY_GIT |
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_RESULT |
static String |
JSON_PROPERTY_TEST_SUB_TYPE |
static String |
JSON_PROPERTY_TEST_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_BATCH
public static final String JSON_PROPERTY_CI
public static final String JSON_PROPERTY_DEVICE
public static final String JSON_PROPERTY_GIT
public static final String JSON_PROPERTY_LOCATION
public static final String JSON_PROPERTY_RESULT
public static final String JSON_PROPERTY_TEST_SUB_TYPE
public static final String JSON_PROPERTY_TEST_TYPE
public SyntheticsTestResultAttributes batch(SyntheticsTestResultBatch batch)
@Nullable public SyntheticsTestResultBatch getBatch()
public void setBatch(SyntheticsTestResultBatch batch)
public SyntheticsTestResultAttributes ci(SyntheticsTestResultCI ci)
@Nullable public SyntheticsTestResultCI getCi()
public void setCi(SyntheticsTestResultCI ci)
public SyntheticsTestResultAttributes device(SyntheticsTestResultDevice device)
@Nullable public SyntheticsTestResultDevice getDevice()
public void setDevice(SyntheticsTestResultDevice device)
public SyntheticsTestResultAttributes git(SyntheticsTestResultGit git)
@Nullable public SyntheticsTestResultGit getGit()
public void setGit(SyntheticsTestResultGit git)
public SyntheticsTestResultAttributes location(SyntheticsTestResultLocation location)
@Nullable public SyntheticsTestResultLocation getLocation()
public void setLocation(SyntheticsTestResultLocation location)
public SyntheticsTestResultAttributes result(SyntheticsTestResultDetail result)
@Nullable public SyntheticsTestResultDetail getResult()
public void setResult(SyntheticsTestResultDetail result)
public SyntheticsTestResultAttributes testSubType(SyntheticsTestSubType testSubType)
@Nullable public SyntheticsTestSubType getTestSubType()
public void setTestSubType(SyntheticsTestSubType testSubType)
public SyntheticsTestResultAttributes testType(SyntheticsTestType testType)
@Nullable public SyntheticsTestType getTestType()
public void setTestType(SyntheticsTestType testType)
public SyntheticsTestResultAttributes 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.