| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
EventPayloadAttributes |
EventPayloadAttributes.EventPayloadAttributesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
EventPayloadAttributes |
EventPayload.getAttributes()
JSON object for custom attributes.
|
EventPayloadAttributes |
EventPayloadAttributes.EventPayloadAttributesDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
EventPayload |
EventPayload.attributes(EventPayloadAttributes attributes) |
void |
EventPayloadAttributes.EventPayloadAttributesSerializer.serialize(EventPayloadAttributes value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
EventPayload.setAttributes(EventPayloadAttributes attributes) |
| Constructor and Description |
|---|
EventPayload(EventPayloadAttributes attributes,
EventCategory category,
String title) |
| Constructor and Description |
|---|
EventPayloadAttributesSerializer(Class<EventPayloadAttributes> t) |
Copyright © 2024. All rights reserved.