@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsFastTestResultAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEVICE |
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_RESULT |
static String |
JSON_PROPERTY_TEST_SUB_TYPE |
static String |
JSON_PROPERTY_TEST_TYPE |
static String |
JSON_PROPERTY_TEST_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsFastTestResultAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_DEVICE
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 static final String JSON_PROPERTY_TEST_VERSION
public SyntheticsFastTestResultAttributes device(SyntheticsTestResultDevice device)
@Nullable public SyntheticsTestResultDevice getDevice()
public void setDevice(SyntheticsTestResultDevice device)
public SyntheticsFastTestResultAttributes location(SyntheticsTestResultLocation location)
@Nullable public SyntheticsTestResultLocation getLocation()
public void setLocation(SyntheticsTestResultLocation location)
public SyntheticsFastTestResultAttributes result(SyntheticsFastTestResultDetail result)
@Nullable public SyntheticsFastTestResultDetail getResult()
request
, response, assertions, etc.) depends on the test subtype.public void setResult(SyntheticsFastTestResultDetail result)
public SyntheticsFastTestResultAttributes testSubType(SyntheticsFastTestSubType testSubType)
@Nullable public SyntheticsFastTestSubType getTestSubType()
public void setTestSubType(SyntheticsFastTestSubType testSubType)
public SyntheticsFastTestResultAttributes testType(SyntheticsFastTestType testType)
@Nullable public SyntheticsFastTestType getTestType()
public void setTestType(SyntheticsFastTestType testType)
public SyntheticsFastTestResultAttributes testVersion(Long testVersion)
@Nullable public Long getTestVersion()
public void setTestVersion(Long testVersion)
public SyntheticsFastTestResultAttributes 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.