@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAssertionXPathTarget extends Object
validatesXPath operator.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OPERATOR |
static String |
JSON_PROPERTY_PROPERTY |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsAssertionXPathTarget() |
SyntheticsAssertionXPathTarget(SyntheticsAssertionXPathOperator operator,
SyntheticsAssertionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_OPERATOR
public static final String JSON_PROPERTY_PROPERTY
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TYPE
public SyntheticsAssertionXPathTarget()
public SyntheticsAssertionXPathTarget(SyntheticsAssertionXPathOperator operator, SyntheticsAssertionType type)
public SyntheticsAssertionXPathTarget operator(SyntheticsAssertionXPathOperator operator)
public SyntheticsAssertionXPathOperator getOperator()
public void setOperator(SyntheticsAssertionXPathOperator operator)
public SyntheticsAssertionXPathTarget property(String property)
@Nullable public String getProperty()
public void setProperty(String property)
public SyntheticsAssertionXPathTarget target(SyntheticsAssertionXPathTargetTarget target)
@Nullable public SyntheticsAssertionXPathTargetTarget getTarget()
validatesXPath operator.public void setTarget(SyntheticsAssertionXPathTargetTarget target)
public SyntheticsAssertionXPathTarget type(SyntheticsAssertionType type)
public SyntheticsAssertionType getType()
public void setType(SyntheticsAssertionType type)
public SyntheticsAssertionXPathTarget 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 © 2024. All rights reserved.