@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsPatchTestOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OP |
static String |
JSON_PROPERTY_PATH |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsPatchTestOperation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsPatchTestOperation 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.
|
SyntheticsPatchTestOperationName |
getOp()
The operation to perform
|
String |
getPath()
The path to the value to modify
|
Object |
getValue()
A value to use in a JSON Patch operation
|
int |
hashCode() |
SyntheticsPatchTestOperation |
op(SyntheticsPatchTestOperationName op) |
SyntheticsPatchTestOperation |
path(String path) |
SyntheticsPatchTestOperation |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setOp(SyntheticsPatchTestOperationName op) |
void |
setPath(String path) |
void |
setValue(Object value) |
String |
toString() |
SyntheticsPatchTestOperation |
value(Object value) |
public boolean unparsed
public static final String JSON_PROPERTY_OP
public static final String JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_VALUE
public SyntheticsPatchTestOperation op(SyntheticsPatchTestOperationName op)
@Nullable public SyntheticsPatchTestOperationName getOp()
public void setOp(SyntheticsPatchTestOperationName op)
public SyntheticsPatchTestOperation path(String path)
@Nullable public String getPath()
public void setPath(String path)
public SyntheticsPatchTestOperation value(Object value)
@Nullable public Object getValue()
public void setValue(Object value)
public SyntheticsPatchTestOperation 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.