@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAnnotationsDataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANNOTATIONS |
static String |
JSON_PROPERTY_ERRORS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsAnnotationsDataAttributesResponse() |
LLMObsAnnotationsDataAttributesResponse(List<LLMObsAnnotationItemResponse> annotations) |
public boolean unparsed
public static final String JSON_PROPERTY_ANNOTATIONS
public static final String JSON_PROPERTY_ERRORS
public LLMObsAnnotationsDataAttributesResponse()
public LLMObsAnnotationsDataAttributesResponse(List<LLMObsAnnotationItemResponse> annotations)
public LLMObsAnnotationsDataAttributesResponse annotations(List<LLMObsAnnotationItemResponse> annotations)
public LLMObsAnnotationsDataAttributesResponse addAnnotationsItem(LLMObsAnnotationItemResponse annotationsItem)
public List<LLMObsAnnotationItemResponse> getAnnotations()
public void setAnnotations(List<LLMObsAnnotationItemResponse> annotations)
public LLMObsAnnotationsDataAttributesResponse errors(List<LLMObsAnnotationError> errors)
public LLMObsAnnotationsDataAttributesResponse addErrorsItem(LLMObsAnnotationError errorsItem)
@Nullable public List<LLMObsAnnotationError> getErrors()
public void setErrors(List<LLMObsAnnotationError> errors)
public LLMObsAnnotationsDataAttributesResponse 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.