@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EventCreateResponsePayload extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_LINKS |
boolean |
unparsed |
| Constructor and Description |
|---|
EventCreateResponsePayload() |
| Modifier and Type | Method and Description |
|---|---|
EventCreateResponsePayload |
data(EventCreateResponse data) |
boolean |
equals(Object o)
Return true if this EventCreateResponsePayload 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.
|
EventCreateResponse |
getData()
Event object.
|
EventCreateResponsePayloadLinks |
getLinks()
Links to the event.
|
int |
hashCode() |
EventCreateResponsePayload |
links(EventCreateResponsePayloadLinks links) |
EventCreateResponsePayload |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(EventCreateResponse data) |
void |
setLinks(EventCreateResponsePayloadLinks links) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_LINKS
public EventCreateResponsePayload data(EventCreateResponse data)
@Nullable public EventCreateResponse getData()
public void setData(EventCreateResponse data)
public EventCreateResponsePayload links(EventCreateResponsePayloadLinks links)
@Nullable public EventCreateResponsePayloadLinks getLinks()
public void setLinks(EventCreateResponsePayloadLinks links)
public EventCreateResponsePayload 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.