@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAssertionJSONPathTarget extends Object
validatesJSONPath 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 |
|---|
SyntheticsAssertionJSONPathTarget() |
SyntheticsAssertionJSONPathTarget(SyntheticsAssertionJSONPathOperator 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 SyntheticsAssertionJSONPathTarget()
public SyntheticsAssertionJSONPathTarget(SyntheticsAssertionJSONPathOperator operator, SyntheticsAssertionType type)
public SyntheticsAssertionJSONPathTarget operator(SyntheticsAssertionJSONPathOperator operator)
public SyntheticsAssertionJSONPathOperator getOperator()
public void setOperator(SyntheticsAssertionJSONPathOperator operator)
public SyntheticsAssertionJSONPathTarget property(String property)
@Nullable public String getProperty()
public void setProperty(String property)
public SyntheticsAssertionJSONPathTarget target(SyntheticsAssertionJSONPathTargetTarget target)
@Nullable public SyntheticsAssertionJSONPathTargetTarget getTarget()
validatesJSONPath operator.public void setTarget(SyntheticsAssertionJSONPathTargetTarget target)
public SyntheticsAssertionJSONPathTarget type(SyntheticsAssertionType type)
public SyntheticsAssertionType getType()
public void setType(SyntheticsAssertionType type)
public SyntheticsAssertionJSONPathTarget 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.