@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAnnotationQueueDataAttributesRequest 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_PROJECT_ID |
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 |
|---|
LLMObsAnnotationQueueDataAttributesRequest() |
LLMObsAnnotationQueueDataAttributesRequest(String name,
String projectId) |
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_PROJECT_ID
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 LLMObsAnnotationQueueDataAttributesRequest()
public LLMObsAnnotationQueueDataAttributesRequest annotationSchema(LLMObsAnnotationSchema annotationSchema)
@Nullable public LLMObsAnnotationSchema getAnnotationSchema()
public void setAnnotationSchema(LLMObsAnnotationSchema annotationSchema)
public LLMObsAnnotationQueueDataAttributesRequest description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsAnnotationQueueDataAttributesRequest name(String name)
public String getName()
public void setName(String name)
public LLMObsAnnotationQueueDataAttributesRequest projectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public LLMObsAnnotationQueueDataAttributesRequest restrictToAssignees(Boolean restrictToAssignees)
@Nullable public Boolean getRestrictToAssignees()
public void setRestrictToAssignees(Boolean restrictToAssignees)
public LLMObsAnnotationQueueDataAttributesRequest restrictToReviewers(Boolean restrictToReviewers)
@Nullable public Boolean getRestrictToReviewers()
public void setRestrictToReviewers(Boolean restrictToReviewers)
public LLMObsAnnotationQueueDataAttributesRequest reviewerEmails(List<String> reviewerEmails)
public LLMObsAnnotationQueueDataAttributesRequest addReviewerEmailsItem(String reviewerEmailsItem)
@Nullable public List<String> getReviewerEmails()
public LLMObsAnnotationQueueDataAttributesRequest 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.