@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EventSystemAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_INTEGRATION_ID |
static String |
JSON_PROPERTY_SOURCE_ID |
static String |
JSON_PROPERTY_UID |
boolean |
unparsed |
| Constructor and Description |
|---|
EventSystemAttributes() |
| Modifier and Type | Method and Description |
|---|---|
EventSystemAttributes |
category(EventSystemAttributesCategory category) |
boolean |
equals(Object o)
Return true if this EventSystemAttributes 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.
|
EventSystemAttributesCategory |
getCategory()
Event category identifying the type of event.
|
String |
getId()
Event identifier.
|
EventSystemAttributesIntegrationId |
getIntegrationId()
Integration ID sourced from integration manifests.
|
Long |
getSourceId()
The source type ID of the event.
|
String |
getUid()
A unique identifier for the event.
|
int |
hashCode() |
EventSystemAttributes |
id(String id) |
EventSystemAttributes |
integrationId(EventSystemAttributesIntegrationId integrationId) |
EventSystemAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCategory(EventSystemAttributesCategory category) |
void |
setId(String id) |
void |
setIntegrationId(EventSystemAttributesIntegrationId integrationId) |
void |
setSourceId(Long sourceId) |
void |
setUid(String uid) |
EventSystemAttributes |
sourceId(Long sourceId) |
String |
toString() |
EventSystemAttributes |
uid(String uid) |
public boolean unparsed
public static final String JSON_PROPERTY_CATEGORY
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_INTEGRATION_ID
public static final String JSON_PROPERTY_SOURCE_ID
public static final String JSON_PROPERTY_UID
public EventSystemAttributes category(EventSystemAttributesCategory category)
@Nullable public EventSystemAttributesCategory getCategory()
public void setCategory(EventSystemAttributesCategory category)
public EventSystemAttributes id(String id)
@Nullable public String getId()
uid field instead.public void setId(String id)
public EventSystemAttributes integrationId(EventSystemAttributesIntegrationId integrationId)
@Nullable public EventSystemAttributesIntegrationId getIntegrationId()
public void setIntegrationId(EventSystemAttributesIntegrationId integrationId)
public EventSystemAttributes sourceId(Long sourceId)
@Nullable public Long getSourceId()
public void setSourceId(Long sourceId)
public EventSystemAttributes uid(String uid)
@Nullable public String getUid()
public void setUid(String uid)
public EventSystemAttributes 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.