@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityContextRevision extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_FIRST_SEEN_AT |
static String |
JSON_PROPERTY_LAST_SEEN_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityContextRevision() |
EntityContextRevision(Map<String,Object> attributes,
OffsetDateTime firstSeenAt,
OffsetDateTime lastSeenAt) |
| Modifier and Type | Method and Description |
|---|---|
EntityContextRevision |
attributes(Map<String,Object> attributes) |
boolean |
equals(Object o)
Return true if this EntityContextRevision object is equal to o.
|
EntityContextRevision |
firstSeenAt(OffsetDateTime firstSeenAt) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Map<String,Object> |
getAttributes()
The set of attributes recorded for the entity at this revision.
|
OffsetDateTime |
getFirstSeenAt()
The first time the entity was observed at this revision.
|
OffsetDateTime |
getLastSeenAt()
The last time the entity was observed at this revision.
|
int |
hashCode() |
EntityContextRevision |
lastSeenAt(OffsetDateTime lastSeenAt) |
EntityContextRevision |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EntityContextRevision |
putAttributesItem(String key,
Object attributesItem) |
void |
setAttributes(Map<String,Object> attributes) |
void |
setFirstSeenAt(OffsetDateTime firstSeenAt) |
void |
setLastSeenAt(OffsetDateTime lastSeenAt) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_FIRST_SEEN_AT
public static final String JSON_PROPERTY_LAST_SEEN_AT
public EntityContextRevision()
public EntityContextRevision(Map<String,Object> attributes, OffsetDateTime firstSeenAt, OffsetDateTime lastSeenAt)
public EntityContextRevision attributes(Map<String,Object> attributes)
public EntityContextRevision putAttributesItem(String key, Object attributesItem)
public Map<String,Object> getAttributes()
public EntityContextRevision firstSeenAt(OffsetDateTime firstSeenAt)
public OffsetDateTime getFirstSeenAt()
public void setFirstSeenAt(OffsetDateTime firstSeenAt)
public EntityContextRevision lastSeenAt(OffsetDateTime lastSeenAt)
public OffsetDateTime getLastSeenAt()
public void setLastSeenAt(OffsetDateTime lastSeenAt)
public EntityContextRevision 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.