| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.actual(Object actual) |
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.errorMessage(String errorMessage) |
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.expected(Object expected) |
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.operator(String operator) |
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.property(String property) |
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.target(Object target) |
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.targetPath(String targetPath) |
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.targetPathOperator(String targetPathOperator) |
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.type(String type) |
SyntheticsTestResultAssertionResult |
SyntheticsTestResultAssertionResult.valid(Boolean valid) |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsTestResultAssertionResult> |
SyntheticsTestResultStep.getAssertions()
Assertion results produced by the step.
|
List<SyntheticsTestResultAssertionResult> |
SyntheticsTestResultDetail.getAssertions()
Assertion results produced by the test.
|
List<SyntheticsTestResultAssertionResult> |
SyntheticsFastTestResultDetail.getAssertions()
Results of each assertion evaluated during the test.
|
List<SyntheticsTestResultAssertionResult> |
SyntheticsTestResultStep.getHttpResults()
HTTP results produced by an MCP step.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultStep |
SyntheticsTestResultStep.addAssertionsItem(SyntheticsTestResultAssertionResult assertionsItem) |
SyntheticsTestResultDetail |
SyntheticsTestResultDetail.addAssertionsItem(SyntheticsTestResultAssertionResult assertionsItem) |
SyntheticsFastTestResultDetail |
SyntheticsFastTestResultDetail.addAssertionsItem(SyntheticsTestResultAssertionResult assertionsItem) |
SyntheticsTestResultStep |
SyntheticsTestResultStep.addHttpResultsItem(SyntheticsTestResultAssertionResult httpResultsItem) |
Copyright © 2026. All rights reserved.