@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAssertionJSONSchemaTarget extends Object
validatesJSONSchema operator.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OPERATOR |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsAssertionJSONSchemaTarget() |
SyntheticsAssertionJSONSchemaTarget(SyntheticsAssertionJSONSchemaOperator operator,
SyntheticsAssertionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_OPERATOR
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TYPE
public SyntheticsAssertionJSONSchemaTarget()
public SyntheticsAssertionJSONSchemaTarget(SyntheticsAssertionJSONSchemaOperator operator, SyntheticsAssertionType type)
public SyntheticsAssertionJSONSchemaTarget operator(SyntheticsAssertionJSONSchemaOperator operator)
public SyntheticsAssertionJSONSchemaOperator getOperator()
public void setOperator(SyntheticsAssertionJSONSchemaOperator operator)
public SyntheticsAssertionJSONSchemaTarget target(SyntheticsAssertionJSONSchemaTargetTarget target)
@Nullable public SyntheticsAssertionJSONSchemaTargetTarget getTarget()
validatesJSONSchema operator.public void setTarget(SyntheticsAssertionJSONSchemaTargetTarget target)
public SyntheticsAssertionJSONSchemaTarget type(SyntheticsAssertionType type)
public SyntheticsAssertionType getType()
public void setType(SyntheticsAssertionType type)
public SyntheticsAssertionJSONSchemaTarget 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.