@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultStepElementUpdates extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MULTI_LOCATOR |
static String |
JSON_PROPERTY_TARGET_OUTER_HTML |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultStepElementUpdates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultStepElementUpdates 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.
|
Map<String,String> |
getMultiLocator()
Updated multi-locator definition.
|
String |
getTargetOuterHtml()
Updated outer HTML of the targeted element.
|
Long |
getVersion()
Version of the element locator definition.
|
int |
hashCode() |
SyntheticsTestResultStepElementUpdates |
multiLocator(Map<String,String> multiLocator) |
SyntheticsTestResultStepElementUpdates |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultStepElementUpdates |
putMultiLocatorItem(String key,
String multiLocatorItem) |
void |
setMultiLocator(Map<String,String> multiLocator) |
void |
setTargetOuterHtml(String targetOuterHtml) |
void |
setVersion(Long version) |
SyntheticsTestResultStepElementUpdates |
targetOuterHtml(String targetOuterHtml) |
String |
toString() |
SyntheticsTestResultStepElementUpdates |
version(Long version) |
public boolean unparsed
public static final String JSON_PROPERTY_MULTI_LOCATOR
public static final String JSON_PROPERTY_TARGET_OUTER_HTML
public static final String JSON_PROPERTY_VERSION
public SyntheticsTestResultStepElementUpdates()
public SyntheticsTestResultStepElementUpdates multiLocator(Map<String,String> multiLocator)
public SyntheticsTestResultStepElementUpdates putMultiLocatorItem(String key, String multiLocatorItem)
@Nullable public Map<String,String> getMultiLocator()
public SyntheticsTestResultStepElementUpdates targetOuterHtml(String targetOuterHtml)
@Nullable public String getTargetOuterHtml()
public void setTargetOuterHtml(String targetOuterHtml)
public SyntheticsTestResultStepElementUpdates version(Long version)
@Nullable public Long getVersion()
public void setVersion(Long version)
public SyntheticsTestResultStepElementUpdates 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 © 2026. All rights reserved.