@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDeleteAnnotationsDataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANNOTATION_IDS |
static String |
JSON_PROPERTY_ERRORS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDeleteAnnotationsDataAttributesResponse() |
LLMObsDeleteAnnotationsDataAttributesResponse(List<String> annotationIds,
List<LLMObsDeleteAnnotationError> errors) |
public boolean unparsed
public static final String JSON_PROPERTY_ANNOTATION_IDS
public static final String JSON_PROPERTY_ERRORS
public LLMObsDeleteAnnotationsDataAttributesResponse()
public LLMObsDeleteAnnotationsDataAttributesResponse(List<String> annotationIds, List<LLMObsDeleteAnnotationError> errors)
public LLMObsDeleteAnnotationsDataAttributesResponse annotationIds(List<String> annotationIds)
public LLMObsDeleteAnnotationsDataAttributesResponse addAnnotationIdsItem(String annotationIdsItem)
public List<String> getAnnotationIds()
public LLMObsDeleteAnnotationsDataAttributesResponse errors(List<LLMObsDeleteAnnotationError> errors)
public LLMObsDeleteAnnotationsDataAttributesResponse addErrorsItem(LLMObsDeleteAnnotationError errorsItem)
public List<LLMObsDeleteAnnotationError> getErrors()
public void setErrors(List<LLMObsDeleteAnnotationError> errors)
public LLMObsDeleteAnnotationsDataAttributesResponse 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.