@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultVariables extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIG |
static String |
JSON_PROPERTY_EXTRACTED |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultVariables() |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIG
public static final String JSON_PROPERTY_EXTRACTED
public SyntheticsTestResultVariables config(List<SyntheticsTestResultVariable> config)
public SyntheticsTestResultVariables addConfigItem(SyntheticsTestResultVariable configItem)
@Nullable public List<SyntheticsTestResultVariable> getConfig()
public void setConfig(List<SyntheticsTestResultVariable> config)
public SyntheticsTestResultVariables extracted(List<SyntheticsTestResultVariable> extracted)
public SyntheticsTestResultVariables addExtractedItem(SyntheticsTestResultVariable extractedItem)
@Nullable public List<SyntheticsTestResultVariable> getExtracted()
public void setExtracted(List<SyntheticsTestResultVariable> extracted)
public SyntheticsTestResultVariables 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.