@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringDatasetVersionFieldChange extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CURRENT |
static String |
JSON_PROPERTY_FIELD |
static String |
JSON_PROPERTY_PREVIOUS |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringDatasetVersionFieldChange() |
SecurityMonitoringDatasetVersionFieldChange(Object current,
String field,
Object previous) |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringDatasetVersionFieldChange |
current(Object current) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringDatasetVersionFieldChange object is equal to o.
|
SecurityMonitoringDatasetVersionFieldChange |
field(String field) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Object |
getCurrent()
The current value of the field, serialized as a JSON value.
|
String |
getField()
The name of the field that changed.
|
Object |
getPrevious()
The previous value of the field, serialized as a JSON value.
|
int |
hashCode() |
SecurityMonitoringDatasetVersionFieldChange |
previous(Object previous) |
SecurityMonitoringDatasetVersionFieldChange |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCurrent(Object current) |
void |
setField(String field) |
void |
setPrevious(Object previous) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CURRENT
public static final String JSON_PROPERTY_FIELD
public static final String JSON_PROPERTY_PREVIOUS
public SecurityMonitoringDatasetVersionFieldChange()
public SecurityMonitoringDatasetVersionFieldChange current(Object current)
public Object getCurrent()
public void setCurrent(Object current)
public SecurityMonitoringDatasetVersionFieldChange field(String field)
public String getField()
public void setField(String field)
public SecurityMonitoringDatasetVersionFieldChange previous(Object previous)
public Object getPrevious()
public void setPrevious(Object previous)
public SecurityMonitoringDatasetVersionFieldChange 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.