@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class VersionHistoryUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHANGE |
static String |
JSON_PROPERTY_FIELD |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
VersionHistoryUpdate() |
| Modifier and Type | Method and Description |
|---|---|
VersionHistoryUpdate |
change(String change) |
boolean |
equals(Object o)
Return true if this VersionHistoryUpdate object is equal to o.
|
VersionHistoryUpdate |
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.
|
String |
getChange()
The new value of the field.
|
String |
getField()
The field that was changed.
|
VersionHistoryUpdateType |
getType()
The type of change.
|
int |
hashCode() |
VersionHistoryUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setChange(String change) |
void |
setField(String field) |
void |
setType(VersionHistoryUpdateType type) |
String |
toString() |
VersionHistoryUpdate |
type(VersionHistoryUpdateType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CHANGE
public static final String JSON_PROPERTY_FIELD
public static final String JSON_PROPERTY_TYPE
public VersionHistoryUpdate change(String change)
@Nullable public String getChange()
public void setChange(String change)
public VersionHistoryUpdate field(String field)
@Nullable public String getField()
public void setField(String field)
public VersionHistoryUpdate type(VersionHistoryUpdateType type)
@Nullable public VersionHistoryUpdateType getType()
public void setType(VersionHistoryUpdateType type)
public VersionHistoryUpdate 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.