@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAnnotationQueueUpdateDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANNOTATION_SCHEMA |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_RESTRICT_TO_ASSIGNEES |
static String |
JSON_PROPERTY_RESTRICT_TO_REVIEWERS |
static String |
JSON_PROPERTY_REVIEWER_EMAILS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsAnnotationQueueUpdateDataAttributesRequest() |
public boolean unparsed
public static final String JSON_PROPERTY_ANNOTATION_SCHEMA
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_RESTRICT_TO_ASSIGNEES
public static final String JSON_PROPERTY_RESTRICT_TO_REVIEWERS
public static final String JSON_PROPERTY_REVIEWER_EMAILS
public LLMObsAnnotationQueueUpdateDataAttributesRequest()
public LLMObsAnnotationQueueUpdateDataAttributesRequest annotationSchema(LLMObsAnnotationSchema annotationSchema)
@Nullable public LLMObsAnnotationSchema getAnnotationSchema()
public void setAnnotationSchema(LLMObsAnnotationSchema annotationSchema)
public LLMObsAnnotationQueueUpdateDataAttributesRequest description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsAnnotationQueueUpdateDataAttributesRequest name(String name)
@Nullable public String getName()
public void setName(String name)
public LLMObsAnnotationQueueUpdateDataAttributesRequest restrictToAssignees(Boolean restrictToAssignees)
@Nullable public Boolean getRestrictToAssignees()
public void setRestrictToAssignees(Boolean restrictToAssignees)
public LLMObsAnnotationQueueUpdateDataAttributesRequest restrictToReviewers(Boolean restrictToReviewers)
@Nullable public Boolean getRestrictToReviewers()
public void setRestrictToReviewers(Boolean restrictToReviewers)
public LLMObsAnnotationQueueUpdateDataAttributesRequest reviewerEmails(List<String> reviewerEmails)
public LLMObsAnnotationQueueUpdateDataAttributesRequest addReviewerEmailsItem(String reviewerEmailsItem)
@Nullable public List<String> getReviewerEmails()
public LLMObsAnnotationQueueUpdateDataAttributesRequest 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.