@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RuleVersionUpdate 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 |
|---|
RuleVersionUpdate() |
| Modifier and Type | Method and Description |
|---|---|
RuleVersionUpdate |
change(String change) |
boolean |
equals(Object o)
Return true if this RuleVersionUpdate object is equal to o.
|
RuleVersionUpdate |
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.
|
RuleVersionUpdateType |
getType()
The type of change.
|
int |
hashCode() |
RuleVersionUpdate |
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(RuleVersionUpdateType type) |
String |
toString() |
RuleVersionUpdate |
type(RuleVersionUpdateType 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 RuleVersionUpdate change(String change)
@Nullable public String getChange()
public void setChange(String change)
public RuleVersionUpdate field(String field)
@Nullable public String getField()
public void setField(String field)
public RuleVersionUpdate type(RuleVersionUpdateType type)
@Nullable public RuleVersionUpdateType getType()
public void setType(RuleVersionUpdateType type)
public RuleVersionUpdate 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 © 2025. All rights reserved.