@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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsAssertionXPathTarget object is equal to o.
|
SyntheticsAssertionXPathOperator |
getOperator()
Assertion operator to apply.
|
String |
getProperty()
The associated assertion property.
|
SyntheticsAssertionXPathTargetTarget |
getTarget()
Composed target for
validatesXPath operator. |
SyntheticsAssertionType |
getType()
Type of the assertion.
|
int |
hashCode() |
SyntheticsAssertionXPathTarget |
operator(SyntheticsAssertionXPathOperator operator) |
SyntheticsAssertionXPathTarget |
property(String property) |
void |
setOperator(SyntheticsAssertionXPathOperator operator) |
void |
setProperty(String property) |
void |
setTarget(SyntheticsAssertionXPathTargetTarget target) |
void |
setType(SyntheticsAssertionType type) |
SyntheticsAssertionXPathTarget |
target(SyntheticsAssertionXPathTargetTarget target) |
String |
toString() |
SyntheticsAssertionXPathTarget |
type(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 boolean equals(Object o)
Copyright © 2023. All rights reserved.