@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultStep extends Object
| Constructor and Description |
|---|
SyntheticsTestResultStep() |
public boolean unparsed
public static final String JSON_PROPERTY_ALLOW_FAILURE
public static final String JSON_PROPERTY_API_TEST
public static final String JSON_PROPERTY_ASSERTION_RESULT
public static final String JSON_PROPERTY_ASSERTIONS
public static final String JSON_PROPERTY_BLOCKED_REQUESTS_URLS
public static final String JSON_PROPERTY_BOUNDS
public static final String JSON_PROPERTY_BROWSER_ERRORS
public static final String JSON_PROPERTY_BUCKET_KEYS
public static final String JSON_PROPERTY_CDN_RESOURCES
public static final String JSON_PROPERTY_CLICK_TYPE
public static final String JSON_PROPERTY_COMPRESSED_JSON_DESCRIPTOR
public static final String JSON_PROPERTY_CONFIG
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DURATION
public static final String JSON_PROPERTY_ELEMENT_DESCRIPTION
public static final String JSON_PROPERTY_ELEMENT_UPDATES
public static final String JSON_PROPERTY_EXTRACTED_VALUE
public static final String JSON_PROPERTY_FAILURE
public static final String JSON_PROPERTY_HTTP_RESULTS
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_CRITICAL
public static final String JSON_PROPERTY_JAVASCRIPT_CUSTOM_ASSERTION_CODE
public static final String JSON_PROPERTY_LOCATE_ELEMENT_DURATION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_REQUEST
public static final String JSON_PROPERTY_RESPONSE
public static final String JSON_PROPERTY_RETRIES
public static final String JSON_PROPERTY_RETRY_COUNT
public static final String JSON_PROPERTY_RUM_CONTEXT
public static final String JSON_PROPERTY_STARTED_AT
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_SUB_STEP
public static final String JSON_PROPERTY_SUB_TEST
public static final String JSON_PROPERTY_SUBTYPE
public static final String JSON_PROPERTY_TABS
public static final String JSON_PROPERTY_TIMINGS
public static final String JSON_PROPERTY_TUNNEL
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_URL
public static final String JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VARIABLES
public static final String JSON_PROPERTY_VITALS_METRICS
public static final String JSON_PROPERTY_WARNINGS
public SyntheticsTestResultStep allowFailure(Boolean allowFailure)
@Nullable public Boolean getAllowFailure()
public void setAllowFailure(Boolean allowFailure)
public SyntheticsTestResultStep apiTest(Map<String,Object> apiTest)
public SyntheticsTestResultStep putApiTestItem(String key, Object apiTestItem)
@Nullable public Map<String,Object> getApiTest()
runApiTest steps.public SyntheticsTestResultStep assertionResult(SyntheticsTestResultStepAssertionResult assertionResult)
@Nullable public SyntheticsTestResultStepAssertionResult getAssertionResult()
public void setAssertionResult(SyntheticsTestResultStepAssertionResult assertionResult)
public SyntheticsTestResultStep assertions(List<SyntheticsTestResultAssertionResult> assertions)
public SyntheticsTestResultStep addAssertionsItem(SyntheticsTestResultAssertionResult assertionsItem)
@Nullable public List<SyntheticsTestResultAssertionResult> getAssertions()
public void setAssertions(List<SyntheticsTestResultAssertionResult> assertions)
public SyntheticsTestResultStep blockedRequestsUrls(List<String> blockedRequestsUrls)
public SyntheticsTestResultStep addBlockedRequestsUrlsItem(String blockedRequestsUrlsItem)
@Nullable public List<String> getBlockedRequestsUrls()
public SyntheticsTestResultStep bounds(SyntheticsTestResultBounds bounds)
@Nullable public SyntheticsTestResultBounds getBounds()
public void setBounds(SyntheticsTestResultBounds bounds)
public SyntheticsTestResultStep browserErrors(List<SyntheticsTestResultBrowserError> browserErrors)
public SyntheticsTestResultStep addBrowserErrorsItem(SyntheticsTestResultBrowserError browserErrorsItem)
@Nullable public List<SyntheticsTestResultBrowserError> getBrowserErrors()
public void setBrowserErrors(List<SyntheticsTestResultBrowserError> browserErrors)
public SyntheticsTestResultStep bucketKeys(SyntheticsTestResultBucketKeys bucketKeys)
@Nullable public SyntheticsTestResultBucketKeys getBucketKeys()
public void setBucketKeys(SyntheticsTestResultBucketKeys bucketKeys)
public SyntheticsTestResultStep cdnResources(List<SyntheticsTestResultCdnResource> cdnResources)
public SyntheticsTestResultStep addCdnResourcesItem(SyntheticsTestResultCdnResource cdnResourcesItem)
@Nullable public List<SyntheticsTestResultCdnResource> getCdnResources()
public void setCdnResources(List<SyntheticsTestResultCdnResource> cdnResources)
public SyntheticsTestResultStep clickType(String clickType)
@Nullable public String getClickType()
public void setClickType(String clickType)
public SyntheticsTestResultStep compressedJsonDescriptor(String compressedJsonDescriptor)
@Nullable public String getCompressedJsonDescriptor()
public void setCompressedJsonDescriptor(String compressedJsonDescriptor)
public SyntheticsTestResultStep config(Map<String,Object> config)
public SyntheticsTestResultStep putConfigItem(String key, Object configItem)
@Nullable public Map<String,Object> getConfig()
public SyntheticsTestResultStep description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public SyntheticsTestResultStep duration(Double duration)
@Nullable public Double getDuration()
public void setDuration(Double duration)
public SyntheticsTestResultStep elementDescription(String elementDescription)
@Nullable public String getElementDescription()
public void setElementDescription(String elementDescription)
public SyntheticsTestResultStep elementUpdates(SyntheticsTestResultStepElementUpdates elementUpdates)
@Nullable public SyntheticsTestResultStepElementUpdates getElementUpdates()
public void setElementUpdates(SyntheticsTestResultStepElementUpdates elementUpdates)
public SyntheticsTestResultStep extractedValue(SyntheticsTestResultVariable extractedValue)
@Nullable public SyntheticsTestResultVariable getExtractedValue()
public void setExtractedValue(SyntheticsTestResultVariable extractedValue)
public SyntheticsTestResultStep failure(SyntheticsTestResultFailure failure)
@Nullable public SyntheticsTestResultFailure getFailure()
public void setFailure(SyntheticsTestResultFailure failure)
public SyntheticsTestResultStep httpResults(List<SyntheticsTestResultAssertionResult> httpResults)
public SyntheticsTestResultStep addHttpResultsItem(SyntheticsTestResultAssertionResult httpResultsItem)
@Nullable public List<SyntheticsTestResultAssertionResult> getHttpResults()
public void setHttpResults(List<SyntheticsTestResultAssertionResult> httpResults)
public SyntheticsTestResultStep id(String id)
@Nullable public String getId()
public void setId(String id)
public SyntheticsTestResultStep isCritical(Boolean isCritical)
@Nullable public Boolean getIsCritical()
public void setIsCritical(Boolean isCritical)
public SyntheticsTestResultStep javascriptCustomAssertionCode(Boolean javascriptCustomAssertionCode)
@Nullable public Boolean getJavascriptCustomAssertionCode()
public void setJavascriptCustomAssertionCode(Boolean javascriptCustomAssertionCode)
public SyntheticsTestResultStep locateElementDuration(Double locateElementDuration)
@Nullable public Double getLocateElementDuration()
public void setLocateElementDuration(Double locateElementDuration)
public SyntheticsTestResultStep name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsTestResultStep request(SyntheticsTestResultRequestInfo request)
@Nullable public SyntheticsTestResultRequestInfo getRequest()
public void setRequest(SyntheticsTestResultRequestInfo request)
public SyntheticsTestResultStep response(SyntheticsTestResultResponseInfo response)
@Nullable public SyntheticsTestResultResponseInfo getResponse()
public void setResponse(SyntheticsTestResultResponseInfo response)
public SyntheticsTestResultStep retries(List<SyntheticsTestResultStep> retries)
public SyntheticsTestResultStep addRetriesItem(SyntheticsTestResultStep retriesItem)
@Nullable public List<SyntheticsTestResultStep> getRetries()
public void setRetries(List<SyntheticsTestResultStep> retries)
public SyntheticsTestResultStep retryCount(Long retryCount)
@Nullable public Long getRetryCount()
public void setRetryCount(Long retryCount)
public SyntheticsTestResultStep rumContext(SyntheticsTestResultRumContext rumContext)
@Nullable public SyntheticsTestResultRumContext getRumContext()
public void setRumContext(SyntheticsTestResultRumContext rumContext)
public SyntheticsTestResultStep startedAt(Long startedAt)
@Nullable public Long getStartedAt()
public void setStartedAt(Long startedAt)
public SyntheticsTestResultStep status(String status)
@Nullable public String getStatus()
passed, failed).public void setStatus(String status)
public SyntheticsTestResultStep subStep(SyntheticsTestResultSubStep subStep)
@Nullable public SyntheticsTestResultSubStep getSubStep()
public void setSubStep(SyntheticsTestResultSubStep subStep)
public SyntheticsTestResultStep subTest(SyntheticsTestResultSubTest subTest)
@Nullable public SyntheticsTestResultSubTest getSubTest()
public void setSubTest(SyntheticsTestResultSubTest subTest)
public SyntheticsTestResultStep subtype(String subtype)
@Nullable public String getSubtype()
public void setSubtype(String subtype)
public SyntheticsTestResultStep tabs(List<SyntheticsTestResultTab> tabs)
public SyntheticsTestResultStep addTabsItem(SyntheticsTestResultTab tabsItem)
@Nullable public List<SyntheticsTestResultTab> getTabs()
public void setTabs(List<SyntheticsTestResultTab> tabs)
public SyntheticsTestResultStep timings(Map<String,Object> timings)
public SyntheticsTestResultStep putTimingsItem(String key, Object timingsItem)
@Nullable public Map<String,Object> getTimings()
public SyntheticsTestResultStep tunnel(Boolean tunnel)
@Nullable public Boolean getTunnel()
public void setTunnel(Boolean tunnel)
public SyntheticsTestResultStep type(String type)
@Nullable public String getType()
click, assertElementContent,
runApiTest).public void setType(String type)
public SyntheticsTestResultStep url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public SyntheticsTestResultStep value(Object value)
@Nullable public Object getValue()
public void setValue(Object value)
public SyntheticsTestResultStep variables(SyntheticsTestResultVariables variables)
@Nullable public SyntheticsTestResultVariables getVariables()
public void setVariables(SyntheticsTestResultVariables variables)
public SyntheticsTestResultStep vitalsMetrics(List<SyntheticsTestResultVitalsMetrics> vitalsMetrics)
public SyntheticsTestResultStep addVitalsMetricsItem(SyntheticsTestResultVitalsMetrics vitalsMetricsItem)
@Nullable public List<SyntheticsTestResultVitalsMetrics> getVitalsMetrics()
public void setVitalsMetrics(List<SyntheticsTestResultVitalsMetrics> vitalsMetrics)
public SyntheticsTestResultStep warnings(List<SyntheticsTestResultWarning> warnings)
public SyntheticsTestResultStep addWarningsItem(SyntheticsTestResultWarning warningsItem)
@Nullable public List<SyntheticsTestResultWarning> getWarnings()
public void setWarnings(List<SyntheticsTestResultWarning> warnings)
public SyntheticsTestResultStep 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.