@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultVariable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERR |
static String |
JSON_PROPERTY_ERROR_MESSAGE |
static String |
JSON_PROPERTY_EXAMPLE |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PATTERN |
static String |
JSON_PROPERTY_SECURE |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VAL |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultVariable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultVariable object is equal to o.
|
SyntheticsTestResultVariable |
err(String err) |
SyntheticsTestResultVariable |
errorMessage(String errorMessage) |
SyntheticsTestResultVariable |
example(String example) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getErr()
Error encountered when evaluating the variable.
|
String |
getErrorMessage()
Human-readable error message for variable evaluation.
|
String |
getExample()
Example value for the variable.
|
String |
getId()
Variable identifier.
|
String |
getName()
Variable name.
|
String |
getPattern()
Pattern used to extract the variable.
|
Boolean |
getSecure()
Whether the variable holds a secure value.
|
String |
getType()
Variable type.
|
String |
getVal()
Evaluated value of the variable.
|
String |
getValue()
Current value of the variable.
|
int |
hashCode() |
SyntheticsTestResultVariable |
id(String id) |
SyntheticsTestResultVariable |
name(String name) |
SyntheticsTestResultVariable |
pattern(String pattern) |
SyntheticsTestResultVariable |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultVariable |
secure(Boolean secure) |
void |
setErr(String err) |
void |
setErrorMessage(String errorMessage) |
void |
setExample(String example) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPattern(String pattern) |
void |
setSecure(Boolean secure) |
void |
setType(String type) |
void |
setVal(String val) |
void |
setValue(String value) |
String |
toString() |
SyntheticsTestResultVariable |
type(String type) |
SyntheticsTestResultVariable |
val(String val) |
SyntheticsTestResultVariable |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_ERR
public static final String JSON_PROPERTY_ERROR_MESSAGE
public static final String JSON_PROPERTY_EXAMPLE
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PATTERN
public static final String JSON_PROPERTY_SECURE
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VAL
public static final String JSON_PROPERTY_VALUE
public SyntheticsTestResultVariable err(String err)
@Nullable public String getErr()
public void setErr(String err)
public SyntheticsTestResultVariable errorMessage(String errorMessage)
@Nullable public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public SyntheticsTestResultVariable example(String example)
@Nullable public String getExample()
public void setExample(String example)
public SyntheticsTestResultVariable id(String id)
@Nullable public String getId()
public void setId(String id)
public SyntheticsTestResultVariable name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsTestResultVariable pattern(String pattern)
@Nullable public String getPattern()
public void setPattern(String pattern)
public SyntheticsTestResultVariable secure(Boolean secure)
@Nullable public Boolean getSecure()
public void setSecure(Boolean secure)
public SyntheticsTestResultVariable type(String type)
@Nullable public String getType()
public void setType(String type)
public SyntheticsTestResultVariable val(String val)
@Nullable public String getVal()
public void setVal(String val)
public SyntheticsTestResultVariable value(String value)
@Nullable public String getValue()
public void setValue(String value)
public SyntheticsTestResultVariable 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.