@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAssertionJSONSchemaTargetTarget extends Object
validatesJSONSchema operator.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_JSON_SCHEMA |
static String |
JSON_PROPERTY_META_SCHEMA |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsAssertionJSONSchemaTargetTarget() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsAssertionJSONSchemaTargetTarget object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getJsonSchema()
The JSON Schema to assert.
|
SyntheticsAssertionJSONSchemaMetaSchema |
getMetaSchema()
The JSON Schema meta-schema version used in the assertion.
|
int |
hashCode() |
SyntheticsAssertionJSONSchemaTargetTarget |
jsonSchema(String jsonSchema) |
SyntheticsAssertionJSONSchemaTargetTarget |
metaSchema(SyntheticsAssertionJSONSchemaMetaSchema metaSchema) |
SyntheticsAssertionJSONSchemaTargetTarget |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setJsonSchema(String jsonSchema) |
void |
setMetaSchema(SyntheticsAssertionJSONSchemaMetaSchema metaSchema) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_JSON_SCHEMA
public static final String JSON_PROPERTY_META_SCHEMA
public SyntheticsAssertionJSONSchemaTargetTarget()
public SyntheticsAssertionJSONSchemaTargetTarget jsonSchema(String jsonSchema)
@Nullable public String getJsonSchema()
public void setJsonSchema(String jsonSchema)
public SyntheticsAssertionJSONSchemaTargetTarget metaSchema(SyntheticsAssertionJSONSchemaMetaSchema metaSchema)
@Nullable public SyntheticsAssertionJSONSchemaMetaSchema getMetaSchema()
public void setMetaSchema(SyntheticsAssertionJSONSchemaMetaSchema metaSchema)
public SyntheticsAssertionJSONSchemaTargetTarget 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.