@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsTraceInteractionResponseItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALREADY_EXISTED |
static String |
JSON_PROPERTY_CONTENT_ID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsTraceInteractionResponseItem() |
LLMObsTraceInteractionResponseItem(Boolean alreadyExisted,
String contentId,
OffsetDateTime createdAt,
String id,
OffsetDateTime modifiedAt,
LLMObsTraceInteractionType type) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsTraceInteractionResponseItem |
alreadyExisted(Boolean alreadyExisted) |
LLMObsTraceInteractionResponseItem |
contentId(String contentId) |
LLMObsTraceInteractionResponseItem |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this LLMObsTraceInteractionResponseItem 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.
|
Boolean |
getAlreadyExisted()
Whether this interaction already existed in the queue.
|
String |
getContentId()
Upstream entity identifier supplied by the caller.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the interaction was added to the queue.
|
String |
getId()
Unique identifier of the interaction.
|
OffsetDateTime |
getModifiedAt()
Timestamp when the interaction was last updated.
|
LLMObsTraceInteractionType |
getType()
Type of an upstream-entity interaction.
|
int |
hashCode() |
LLMObsTraceInteractionResponseItem |
id(String id) |
LLMObsTraceInteractionResponseItem |
modifiedAt(OffsetDateTime modifiedAt) |
LLMObsTraceInteractionResponseItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAlreadyExisted(Boolean alreadyExisted) |
void |
setContentId(String contentId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setId(String id) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setType(LLMObsTraceInteractionType type) |
String |
toString() |
LLMObsTraceInteractionResponseItem |
type(LLMObsTraceInteractionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ALREADY_EXISTED
public static final String JSON_PROPERTY_CONTENT_ID
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_TYPE
public LLMObsTraceInteractionResponseItem()
public LLMObsTraceInteractionResponseItem(Boolean alreadyExisted, String contentId, OffsetDateTime createdAt, String id, OffsetDateTime modifiedAt, LLMObsTraceInteractionType type)
public LLMObsTraceInteractionResponseItem alreadyExisted(Boolean alreadyExisted)
public Boolean getAlreadyExisted()
public void setAlreadyExisted(Boolean alreadyExisted)
public LLMObsTraceInteractionResponseItem contentId(String contentId)
public String getContentId()
public void setContentId(String contentId)
public LLMObsTraceInteractionResponseItem createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsTraceInteractionResponseItem id(String id)
public String getId()
public void setId(String id)
public LLMObsTraceInteractionResponseItem modifiedAt(OffsetDateTime modifiedAt)
public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public LLMObsTraceInteractionResponseItem type(LLMObsTraceInteractionType type)
public LLMObsTraceInteractionType getType()
public void setType(LLMObsTraceInteractionType type)
public LLMObsTraceInteractionResponseItem 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.