@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_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 |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsAnnotationQueueDataAttributesResponse() |
LLMObsAnnotationQueueDataAttributesResponse(OffsetDateTime createdAt,
String createdBy,
String description,
OffsetDateTime modifiedAt,
String modifiedBy,
String name,
String ownedBy,
String projectId) |
public boolean unparsed
public static final String JSON_PROPERTY_ANNOTATION_SCHEMA
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 LLMObsAnnotationQueueDataAttributesResponse()
public LLMObsAnnotationQueueDataAttributesResponse(OffsetDateTime createdAt, String createdBy, String description, OffsetDateTime modifiedAt, String modifiedBy, String name, String ownedBy, String projectId)
public LLMObsAnnotationQueueDataAttributesResponse annotationSchema(LLMObsAnnotationSchema annotationSchema)
@Nullable public LLMObsAnnotationSchema getAnnotationSchema()
public void setAnnotationSchema(LLMObsAnnotationSchema annotationSchema)
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 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.