@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultStepAssertionResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACTUAL |
static String |
JSON_PROPERTY_CHECK_TYPE |
static String |
JSON_PROPERTY_EXPECTED |
static String |
JSON_PROPERTY_HAS_SECURE_VARIABLES |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultStepAssertionResult() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultStepAssertionResult |
actual(Object actual) |
SyntheticsTestResultStepAssertionResult |
checkType(String checkType) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultStepAssertionResult object is equal to o.
|
SyntheticsTestResultStepAssertionResult |
expected(Object expected) |
Object |
getActual()
Actual value observed during the step assertion.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCheckType()
Type of the step assertion check.
|
Object |
getExpected()
Expected value for the step assertion.
|
Boolean |
getHasSecureVariables()
Whether the assertion involves secure variables.
|
int |
hashCode() |
SyntheticsTestResultStepAssertionResult |
hasSecureVariables(Boolean hasSecureVariables) |
SyntheticsTestResultStepAssertionResult |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setActual(Object actual) |
void |
setCheckType(String checkType) |
void |
setExpected(Object expected) |
void |
setHasSecureVariables(Boolean hasSecureVariables) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACTUAL
public static final String JSON_PROPERTY_CHECK_TYPE
public static final String JSON_PROPERTY_EXPECTED
public static final String JSON_PROPERTY_HAS_SECURE_VARIABLES
public SyntheticsTestResultStepAssertionResult()
public SyntheticsTestResultStepAssertionResult actual(Object actual)
@Nullable public Object getActual()
public void setActual(Object actual)
public SyntheticsTestResultStepAssertionResult checkType(String checkType)
@Nullable public String getCheckType()
public void setCheckType(String checkType)
public SyntheticsTestResultStepAssertionResult expected(Object expected)
@Nullable public Object getExpected()
public void setExpected(Object expected)
public SyntheticsTestResultStepAssertionResult hasSecureVariables(Boolean hasSecureVariables)
@Nullable public Boolean getHasSecureVariables()
public void setHasSecureVariables(Boolean hasSecureVariables)
public SyntheticsTestResultStepAssertionResult 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.