@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultTurnStep extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUCKET_KEYS |
static String |
JSON_PROPERTY_CONFIG |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultTurnStep() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultTurnStep |
bucketKeys(SyntheticsTestResultBucketKeys bucketKeys) |
SyntheticsTestResultTurnStep |
config(Map<String,Object> config) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultTurnStep 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.
|
SyntheticsTestResultBucketKeys |
getBucketKeys()
Storage bucket keys for artifacts produced during a step or test.
|
Map<String,Object> |
getConfig()
Browser step configuration for this turn step.
|
int |
hashCode() |
SyntheticsTestResultTurnStep |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultTurnStep |
putConfigItem(String key,
Object configItem) |
void |
setBucketKeys(SyntheticsTestResultBucketKeys bucketKeys) |
void |
setConfig(Map<String,Object> config) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BUCKET_KEYS
public static final String JSON_PROPERTY_CONFIG
public SyntheticsTestResultTurnStep bucketKeys(SyntheticsTestResultBucketKeys bucketKeys)
@Nullable public SyntheticsTestResultBucketKeys getBucketKeys()
public void setBucketKeys(SyntheticsTestResultBucketKeys bucketKeys)
public SyntheticsTestResultTurnStep config(Map<String,Object> config)
public SyntheticsTestResultTurnStep putConfigItem(String key, Object configItem)
@Nullable public Map<String,Object> getConfig()
public SyntheticsTestResultTurnStep 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.