@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAssertionJavascript extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CODE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsAssertionJavascript() |
SyntheticsAssertionJavascript(String code,
SyntheticsAssertionJavascriptType type) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAssertionJavascript |
code(String code) |
boolean |
equals(Object o)
Return true if this SyntheticsAssertionJavascript 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 |
getCode()
The JavaScript code that performs the assertions.
|
SyntheticsAssertionJavascriptType |
getType()
Type of the assertion.
|
int |
hashCode() |
SyntheticsAssertionJavascript |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCode(String code) |
void |
setType(SyntheticsAssertionJavascriptType type) |
String |
toString() |
SyntheticsAssertionJavascript |
type(SyntheticsAssertionJavascriptType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CODE
public static final String JSON_PROPERTY_TYPE
public SyntheticsAssertionJavascript()
public SyntheticsAssertionJavascript(String code, SyntheticsAssertionJavascriptType type)
public SyntheticsAssertionJavascript code(String code)
public String getCode()
public void setCode(String code)
public SyntheticsAssertionJavascript type(SyntheticsAssertionJavascriptType type)
public SyntheticsAssertionJavascriptType getType()
public void setType(SyntheticsAssertionJavascriptType type)
public SyntheticsAssertionJavascript 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 © 2025. All rights reserved.