@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_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.
|
EventAttributes |
getAttributes()
Object description of attributes from your event.
|
List<String> |
getTags()
An array of tags associated with the event.
|
OffsetDateTime |
getTimestamp()
The timestamp of the event.
|
int |
hashCode() |
void |
setAttributes(EventAttributes attributes) |
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_TAGS
public static final String JSON_PROPERTY_TIMESTAMP
public EventResponseAttributes attributes(EventAttributes attributes)
@Nullable public EventAttributes getAttributes()
public void setAttributes(EventAttributes attributes)
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.