| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.addTagsItem(String tagsItem) |
Event |
Event.alertType(EventAlertType alertType) |
Event |
Event.dateHappened(Long dateHappened) |
Event |
Event.deviceName(String deviceName) |
Event |
EventCreateResponse.getEvent()
Object representing an event.
|
Event |
EventResponse.getEvent()
Object representing an event.
|
Event |
Event.host(String host) |
Event |
Event.priority(EventPriority priority) |
Event |
Event.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Event |
Event.sourceTypeName(String sourceTypeName) |
Event |
Event.tags(List<String> tags) |
Event |
Event.text(String text) |
Event |
Event.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventListResponse.getEvents()
An array of events.
|
| Modifier and Type | Method and Description |
|---|---|
EventListResponse |
EventListResponse.addEventsItem(Event eventsItem) |
EventCreateResponse |
EventCreateResponse.event(Event event) |
EventResponse |
EventResponse.event(Event event) |
void |
EventCreateResponse.setEvent(Event event) |
void |
EventResponse.setEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
EventListResponse |
EventListResponse.events(List<Event> events) |
void |
EventListResponse.setEvents(List<Event> events) |
Copyright © 2024. All rights reserved.