@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAnnotatedInteractionsByTraceDataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANNOTATED_INTERACTIONS |
static String |
JSON_PROPERTY_TOTAL_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsAnnotatedInteractionsByTraceDataAttributesResponse() |
LLMObsAnnotatedInteractionsByTraceDataAttributesResponse(List<LLMObsAnnotatedInteractionByTraceItem> annotatedInteractions,
Integer totalCount) |
public boolean unparsed
public static final String JSON_PROPERTY_ANNOTATED_INTERACTIONS
public static final String JSON_PROPERTY_TOTAL_COUNT
public LLMObsAnnotatedInteractionsByTraceDataAttributesResponse()
public LLMObsAnnotatedInteractionsByTraceDataAttributesResponse(List<LLMObsAnnotatedInteractionByTraceItem> annotatedInteractions, Integer totalCount)
public LLMObsAnnotatedInteractionsByTraceDataAttributesResponse annotatedInteractions(List<LLMObsAnnotatedInteractionByTraceItem> annotatedInteractions)
public LLMObsAnnotatedInteractionsByTraceDataAttributesResponse addAnnotatedInteractionsItem(LLMObsAnnotatedInteractionByTraceItem annotatedInteractionsItem)
public List<LLMObsAnnotatedInteractionByTraceItem> getAnnotatedInteractions()
public void setAnnotatedInteractions(List<LLMObsAnnotatedInteractionByTraceItem> annotatedInteractions)
public LLMObsAnnotatedInteractionsByTraceDataAttributesResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public LLMObsAnnotatedInteractionsByTraceDataAttributesResponse 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.