@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestVersionActionMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AFTER_VALUE |
static String |
JSON_PROPERTY_BEFORE_VALUE |
static String |
JSON_PROPERTY_DIFF_PATCHES |
static String |
JSON_PROPERTY_PROPERTY_PATH |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestVersionActionMetadata() |
public boolean unparsed
public static final String JSON_PROPERTY_AFTER_VALUE
public static final String JSON_PROPERTY_BEFORE_VALUE
public static final String JSON_PROPERTY_DIFF_PATCHES
public static final String JSON_PROPERTY_PROPERTY_PATH
public SyntheticsTestVersionActionMetadata afterValue(Object afterValue)
@Nullable public Object getAfterValue()
public void setAfterValue(Object afterValue)
public SyntheticsTestVersionActionMetadata beforeValue(Object beforeValue)
@Nullable public Object getBeforeValue()
public void setBeforeValue(Object beforeValue)
public SyntheticsTestVersionActionMetadata diffPatches(List<SyntheticsTestVersionDiffPatches> diffPatches)
public SyntheticsTestVersionActionMetadata addDiffPatchesItem(SyntheticsTestVersionDiffPatches diffPatchesItem)
@Nullable public List<SyntheticsTestVersionDiffPatches> getDiffPatches()
public org.openapitools.jackson.nullable.JsonNullable<List<SyntheticsTestVersionDiffPatches>> getDiffPatches_JsonNullable()
public void setDiffPatches_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<SyntheticsTestVersionDiffPatches>> diffPatches)
public void setDiffPatches(List<SyntheticsTestVersionDiffPatches> diffPatches)
public SyntheticsTestVersionActionMetadata propertyPath(String propertyPath)
@Nullable public String getPropertyPath()
public void setPropertyPath(String propertyPath)
public SyntheticsTestVersionActionMetadata 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.