@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EventResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TIMESTAMP |
boolean |
unparsed |
| Constructor and Description |
|---|
EventResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
EventResponseAttributes |
addTagsItem(String tagsItem) |
EventResponseAttributes |
attributes(EventAttributes attributes) |
boolean |
equals(Object o)
Return true if this EventResponseAttributes 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.
|
EventAttributes |
getAttributes()
Object description of attributes from your event.
|
String |
getMessage()
The message of the event.
|
List<String> |
getTags()
An array of tags associated with the event.
|
OffsetDateTime |
getTimestamp()
The timestamp of the event.
|
int |
hashCode() |
EventResponseAttributes |
message(String message) |
EventResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(EventAttributes attributes) |
void |
setMessage(String message) |
void |
setTags(List<String> tags) |
void |
setTimestamp(OffsetDateTime timestamp) |
EventResponseAttributes |
tags(List<String> tags) |
EventResponseAttributes |
timestamp(OffsetDateTime timestamp) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TIMESTAMP
public EventResponseAttributes attributes(EventAttributes attributes)
@Nullable public EventAttributes getAttributes()
public void setAttributes(EventAttributes attributes)
public EventResponseAttributes message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public EventResponseAttributes tags(List<String> tags)
public EventResponseAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public EventResponseAttributes timestamp(OffsetDateTime timestamp)
@Nullable public OffsetDateTime getTimestamp()
public void setTimestamp(OffsetDateTime timestamp)
public EventResponseAttributes 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 © 2024. All rights reserved.