@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAnnotationQueueDataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANNOTATION_SCHEMA |
static String |
JSON_PROPERTY_CAN_MANAGE_ACCESS |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_MODIFIED_BY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OWNED_BY |
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 |
|---|
LLMObsAnnotationQueueDataAttributesResponse() |
LLMObsAnnotationQueueDataAttributesResponse(Boolean canManageAccess,
OffsetDateTime createdAt,
String createdBy,
String description,
OffsetDateTime modifiedAt,
String modifiedBy,
String name,
String ownedBy,
String projectId,
Boolean restrictToAssignees,
Boolean restrictToReviewers) |
public boolean unparsed
public static final String JSON_PROPERTY_ANNOTATION_SCHEMA
public static final String JSON_PROPERTY_CAN_MANAGE_ACCESS
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_MODIFIED_BY
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OWNED_BY
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 LLMObsAnnotationQueueDataAttributesResponse()
public LLMObsAnnotationQueueDataAttributesResponse(Boolean canManageAccess, OffsetDateTime createdAt, String createdBy, String description, OffsetDateTime modifiedAt, String modifiedBy, String name, String ownedBy, String projectId, Boolean restrictToAssignees, Boolean restrictToReviewers)
public LLMObsAnnotationQueueDataAttributesResponse annotationSchema(LLMObsAnnotationSchema annotationSchema)
@Nullable public LLMObsAnnotationSchema getAnnotationSchema()
public void setAnnotationSchema(LLMObsAnnotationSchema annotationSchema)
public Boolean getCanManageAccess()
public LLMObsAnnotationQueueDataAttributesResponse createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsAnnotationQueueDataAttributesResponse createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public LLMObsAnnotationQueueDataAttributesResponse description(String description)
public String getDescription()
public void setDescription(String description)
public LLMObsAnnotationQueueDataAttributesResponse modifiedAt(OffsetDateTime modifiedAt)
public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public LLMObsAnnotationQueueDataAttributesResponse modifiedBy(String modifiedBy)
public String getModifiedBy()
public void setModifiedBy(String modifiedBy)
public LLMObsAnnotationQueueDataAttributesResponse name(String name)
public String getName()
public void setName(String name)
public LLMObsAnnotationQueueDataAttributesResponse ownedBy(String ownedBy)
public String getOwnedBy()
public void setOwnedBy(String ownedBy)
public LLMObsAnnotationQueueDataAttributesResponse projectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public LLMObsAnnotationQueueDataAttributesResponse restrictToAssignees(Boolean restrictToAssignees)
public Boolean getRestrictToAssignees()
public void setRestrictToAssignees(Boolean restrictToAssignees)
public LLMObsAnnotationQueueDataAttributesResponse restrictToReviewers(Boolean restrictToReviewers)
public Boolean getRestrictToReviewers()
public void setRestrictToReviewers(Boolean restrictToReviewers)
public LLMObsAnnotationQueueDataAttributesResponse reviewerEmails(List<String> reviewerEmails)
public LLMObsAnnotationQueueDataAttributesResponse addReviewerEmailsItem(String reviewerEmailsItem)
@Nullable public List<String> getReviewerEmails()
public LLMObsAnnotationQueueDataAttributesResponse 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.