@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAPISubtestStep extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALLOW_FAILURE |
static String |
JSON_PROPERTY_ALWAYS_EXECUTE |
static String |
JSON_PROPERTY_EXIT_IF_SUCCEED |
static String |
JSON_PROPERTY_EXTRACTED_VALUES_FROM_SCRIPT |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IS_CRITICAL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_RETRY |
static String |
JSON_PROPERTY_SUBTEST_PUBLIC_ID |
static String |
JSON_PROPERTY_SUBTYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsAPISubtestStep() |
SyntheticsAPISubtestStep(String name,
String subtestPublicId,
SyntheticsAPISubtestStepSubtype subtype) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAPISubtestStep |
allowFailure(Boolean allowFailure) |
SyntheticsAPISubtestStep |
alwaysExecute(Boolean alwaysExecute) |
boolean |
equals(Object o)
Return true if this SyntheticsAPISubtestStep object is equal to o.
|
SyntheticsAPISubtestStep |
exitIfSucceed(Boolean exitIfSucceed) |
SyntheticsAPISubtestStep |
extractedValuesFromScript(String extractedValuesFromScript) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getAllowFailure()
Determines whether or not to continue with test if this step fails.
|
Boolean |
getAlwaysExecute()
A boolean set to always execute this step even if the previous step failed or was skipped.
|
Boolean |
getExitIfSucceed()
Determines whether or not to exit the test if the step succeeds.
|
String |
getExtractedValuesFromScript()
Generate variables using JavaScript.
|
String |
getId()
ID of the step.
|
Boolean |
getIsCritical()
Determines whether or not to consider the entire test as failed if this step fails.
|
String |
getName()
The name of the step.
|
SyntheticsTestOptionsRetry |
getRetry()
Object describing the retry strategy to apply to a Synthetic test.
|
String |
getSubtestPublicId()
Public ID of the test to be played as part of a
playSubTest step type. |
SyntheticsAPISubtestStepSubtype |
getSubtype()
The subtype of the Synthetic multi-step API subtest step.
|
int |
hashCode() |
SyntheticsAPISubtestStep |
isCritical(Boolean isCritical) |
SyntheticsAPISubtestStep |
name(String name) |
SyntheticsAPISubtestStep |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsAPISubtestStep |
retry(SyntheticsTestOptionsRetry retry) |
void |
setAllowFailure(Boolean allowFailure) |
void |
setAlwaysExecute(Boolean alwaysExecute) |
void |
setExitIfSucceed(Boolean exitIfSucceed) |
void |
setExtractedValuesFromScript(String extractedValuesFromScript) |
void |
setIsCritical(Boolean isCritical) |
void |
setName(String name) |
void |
setRetry(SyntheticsTestOptionsRetry retry) |
void |
setSubtestPublicId(String subtestPublicId) |
void |
setSubtype(SyntheticsAPISubtestStepSubtype subtype) |
SyntheticsAPISubtestStep |
subtestPublicId(String subtestPublicId) |
SyntheticsAPISubtestStep |
subtype(SyntheticsAPISubtestStepSubtype subtype) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ALLOW_FAILURE
public static final String JSON_PROPERTY_ALWAYS_EXECUTE
public static final String JSON_PROPERTY_EXIT_IF_SUCCEED
public static final String JSON_PROPERTY_EXTRACTED_VALUES_FROM_SCRIPT
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_CRITICAL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_RETRY
public static final String JSON_PROPERTY_SUBTEST_PUBLIC_ID
public static final String JSON_PROPERTY_SUBTYPE
public SyntheticsAPISubtestStep()
public SyntheticsAPISubtestStep(String name, String subtestPublicId, SyntheticsAPISubtestStepSubtype subtype)
public SyntheticsAPISubtestStep allowFailure(Boolean allowFailure)
@Nullable public Boolean getAllowFailure()
public void setAllowFailure(Boolean allowFailure)
public SyntheticsAPISubtestStep alwaysExecute(Boolean alwaysExecute)
@Nullable public Boolean getAlwaysExecute()
public void setAlwaysExecute(Boolean alwaysExecute)
public SyntheticsAPISubtestStep exitIfSucceed(Boolean exitIfSucceed)
@Nullable public Boolean getExitIfSucceed()
public void setExitIfSucceed(Boolean exitIfSucceed)
public SyntheticsAPISubtestStep extractedValuesFromScript(String extractedValuesFromScript)
@Nullable public String getExtractedValuesFromScript()
public void setExtractedValuesFromScript(String extractedValuesFromScript)
@Nullable public String getId()
public SyntheticsAPISubtestStep isCritical(Boolean isCritical)
@Nullable public Boolean getIsCritical()
allowFailure is true.public void setIsCritical(Boolean isCritical)
public SyntheticsAPISubtestStep name(String name)
public String getName()
public void setName(String name)
public SyntheticsAPISubtestStep retry(SyntheticsTestOptionsRetry retry)
@Nullable public SyntheticsTestOptionsRetry getRetry()
public void setRetry(SyntheticsTestOptionsRetry retry)
public SyntheticsAPISubtestStep subtestPublicId(String subtestPublicId)
public String getSubtestPublicId()
playSubTest step type.public void setSubtestPublicId(String subtestPublicId)
public SyntheticsAPISubtestStep subtype(SyntheticsAPISubtestStepSubtype subtype)
public SyntheticsAPISubtestStepSubtype getSubtype()
public void setSubtype(SyntheticsAPISubtestStepSubtype subtype)
public SyntheticsAPISubtestStep 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.