| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAssertionTargetValue |
SyntheticsAssertionTargetValue.SyntheticsAssertionTargetValueDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
SyntheticsAssertionTargetValue |
SyntheticsAssertionTargetValue.SyntheticsAssertionTargetValueDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
SyntheticsAssertionTargetValue |
SyntheticsAssertionTarget.getTarget()
Value used by the operator in assertions.
|
SyntheticsAssertionTargetValue |
SyntheticsAssertionBodyHashTarget.getTarget()
Value used by the operator in assertions.
|
SyntheticsAssertionTargetValue |
SyntheticsAssertionXPathTargetTarget.getTargetValue()
Value used by the operator in assertions.
|
SyntheticsAssertionTargetValue |
SyntheticsAssertionJSONPathTargetTarget.getTargetValue()
Value used by the operator in assertions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsAssertionTargetValue.SyntheticsAssertionTargetValueSerializer.serialize(SyntheticsAssertionTargetValue value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsAssertionTarget.setTarget(SyntheticsAssertionTargetValue target) |
void |
SyntheticsAssertionBodyHashTarget.setTarget(SyntheticsAssertionTargetValue target) |
void |
SyntheticsAssertionXPathTargetTarget.setTargetValue(SyntheticsAssertionTargetValue targetValue) |
void |
SyntheticsAssertionJSONPathTargetTarget.setTargetValue(SyntheticsAssertionTargetValue targetValue) |
SyntheticsAssertionTarget |
SyntheticsAssertionTarget.target(SyntheticsAssertionTargetValue target) |
SyntheticsAssertionBodyHashTarget |
SyntheticsAssertionBodyHashTarget.target(SyntheticsAssertionTargetValue target) |
SyntheticsAssertionXPathTargetTarget |
SyntheticsAssertionXPathTargetTarget.targetValue(SyntheticsAssertionTargetValue targetValue) |
SyntheticsAssertionJSONPathTargetTarget |
SyntheticsAssertionJSONPathTargetTarget.targetValue(SyntheticsAssertionTargetValue targetValue) |
| Constructor and Description |
|---|
SyntheticsAssertionBodyHashTarget(SyntheticsAssertionBodyHashOperator operator,
SyntheticsAssertionTargetValue target,
SyntheticsAssertionBodyHashType type) |
SyntheticsAssertionTarget(SyntheticsAssertionOperator operator,
SyntheticsAssertionTargetValue target,
SyntheticsAssertionType type) |
| Constructor and Description |
|---|
SyntheticsAssertionTargetValueSerializer(Class<SyntheticsAssertionTargetValue> t) |
Copyright © 2025. All rights reserved.