@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsMobileStep extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALLOW_FAILURE |
static String |
JSON_PROPERTY_HAS_NEW_STEP_ELEMENT |
static String |
JSON_PROPERTY_IS_CRITICAL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_NO_SCREENSHOT |
static String |
JSON_PROPERTY_PARAMS |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_TIMEOUT |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsMobileStep() |
SyntheticsMobileStep(String name,
SyntheticsMobileStepParams params,
SyntheticsMobileStepType type) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsMobileStep |
allowFailure(Boolean allowFailure) |
boolean |
equals(Object o)
Return true if this SyntheticsMobileStep 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.
|
Boolean |
getAllowFailure()
A boolean set to allow this step to fail.
|
Boolean |
getHasNewStepElement()
A boolean set to determine if the step has a new step element.
|
Boolean |
getIsCritical()
A boolean to use in addition to
allowFailure to determine if the test should be
marked as failed when the step fails. |
String |
getName()
The name of the step.
|
Boolean |
getNoScreenshot()
A boolean set to not take a screenshot for the step.
|
SyntheticsMobileStepParams |
getParams()
The parameters of a mobile step.
|
String |
getPublicId()
The public ID of the step.
|
Long |
getTimeout()
The time before declaring a step failed.
|
SyntheticsMobileStepType |
getType()
Step type used in your mobile Synthetic test.
|
int |
hashCode() |
SyntheticsMobileStep |
hasNewStepElement(Boolean hasNewStepElement) |
SyntheticsMobileStep |
isCritical(Boolean isCritical) |
SyntheticsMobileStep |
name(String name) |
SyntheticsMobileStep |
noScreenshot(Boolean noScreenshot) |
SyntheticsMobileStep |
params(SyntheticsMobileStepParams params) |
SyntheticsMobileStep |
publicId(String publicId) |
SyntheticsMobileStep |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAllowFailure(Boolean allowFailure) |
void |
setHasNewStepElement(Boolean hasNewStepElement) |
void |
setIsCritical(Boolean isCritical) |
void |
setName(String name) |
void |
setNoScreenshot(Boolean noScreenshot) |
void |
setParams(SyntheticsMobileStepParams params) |
void |
setPublicId(String publicId) |
void |
setTimeout(Long timeout) |
void |
setType(SyntheticsMobileStepType type) |
SyntheticsMobileStep |
timeout(Long timeout) |
String |
toString() |
SyntheticsMobileStep |
type(SyntheticsMobileStepType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ALLOW_FAILURE
public static final String JSON_PROPERTY_HAS_NEW_STEP_ELEMENT
public static final String JSON_PROPERTY_IS_CRITICAL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NO_SCREENSHOT
public static final String JSON_PROPERTY_PARAMS
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_TIMEOUT
public static final String JSON_PROPERTY_TYPE
public SyntheticsMobileStep()
public SyntheticsMobileStep(String name, SyntheticsMobileStepParams params, SyntheticsMobileStepType type)
public SyntheticsMobileStep allowFailure(Boolean allowFailure)
@Nullable public Boolean getAllowFailure()
public void setAllowFailure(Boolean allowFailure)
public SyntheticsMobileStep hasNewStepElement(Boolean hasNewStepElement)
@Nullable public Boolean getHasNewStepElement()
public void setHasNewStepElement(Boolean hasNewStepElement)
public SyntheticsMobileStep isCritical(Boolean isCritical)
@Nullable public Boolean getIsCritical()
allowFailure to determine if the test should be
marked as failed when the step fails.public void setIsCritical(Boolean isCritical)
public SyntheticsMobileStep name(String name)
public String getName()
public void setName(String name)
public SyntheticsMobileStep noScreenshot(Boolean noScreenshot)
@Nullable public Boolean getNoScreenshot()
public void setNoScreenshot(Boolean noScreenshot)
public SyntheticsMobileStep params(SyntheticsMobileStepParams params)
public SyntheticsMobileStepParams getParams()
public void setParams(SyntheticsMobileStepParams params)
public SyntheticsMobileStep publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public SyntheticsMobileStep timeout(Long timeout)
@Nullable public Long getTimeout()
public void setTimeout(Long timeout)
public SyntheticsMobileStep type(SyntheticsMobileStepType type)
public SyntheticsMobileStepType getType()
public void setType(SyntheticsMobileStepType type)
public SyntheticsMobileStep 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 © 2025. All rights reserved.