@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAssertionTarget extends Object
| 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_TIMINGS_SCOPE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsAssertionTarget() |
SyntheticsAssertionTarget(SyntheticsAssertionOperator operator,
Object target,
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_TIMINGS_SCOPE
public static final String JSON_PROPERTY_TYPE
public SyntheticsAssertionTarget()
public SyntheticsAssertionTarget(SyntheticsAssertionOperator operator, Object target, SyntheticsAssertionType type)
public SyntheticsAssertionTarget operator(SyntheticsAssertionOperator operator)
public SyntheticsAssertionOperator getOperator()
public void setOperator(SyntheticsAssertionOperator operator)
public SyntheticsAssertionTarget property(String property)
@Nullable public String getProperty()
public void setProperty(String property)
public SyntheticsAssertionTarget target(Object target)
public Object getTarget()
public void setTarget(Object target)
public SyntheticsAssertionTarget timingsScope(SyntheticsAssertionTimingsScope timingsScope)
@Nullable public SyntheticsAssertionTimingsScope getTimingsScope()
public void setTimingsScope(SyntheticsAssertionTimingsScope timingsScope)
public SyntheticsAssertionTarget type(SyntheticsAssertionType type)
public SyntheticsAssertionType getType()
public void setType(SyntheticsAssertionType type)
public SyntheticsAssertionTarget 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.