@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ActionConnectionDataUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ActionConnectionDataUpdate() |
ActionConnectionDataUpdate(ActionConnectionAttributesUpdate attributes,
ActionConnectionDataType type) |
| Modifier and Type | Method and Description |
|---|---|
ActionConnectionDataUpdate |
attributes(ActionConnectionAttributesUpdate attributes) |
boolean |
equals(Object o)
Return true if this ActionConnectionDataUpdate 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.
|
ActionConnectionAttributesUpdate |
getAttributes()
The definition of
ActionConnectionAttributesUpdate object. |
ActionConnectionDataType |
getType()
The definition of
ActionConnectionDataType object. |
int |
hashCode() |
ActionConnectionDataUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(ActionConnectionAttributesUpdate attributes) |
void |
setType(ActionConnectionDataType type) |
String |
toString() |
ActionConnectionDataUpdate |
type(ActionConnectionDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public ActionConnectionDataUpdate()
public ActionConnectionDataUpdate(ActionConnectionAttributesUpdate attributes, ActionConnectionDataType type)
public ActionConnectionDataUpdate attributes(ActionConnectionAttributesUpdate attributes)
public ActionConnectionAttributesUpdate getAttributes()
ActionConnectionAttributesUpdate object.public void setAttributes(ActionConnectionAttributesUpdate attributes)
public ActionConnectionDataUpdate type(ActionConnectionDataType type)
public ActionConnectionDataType getType()
ActionConnectionDataType object.public void setType(ActionConnectionDataType type)
public ActionConnectionDataUpdate 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.