@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDisplayBlockInteractionResponseItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALREADY_EXISTED |
static String |
JSON_PROPERTY_CONTENT_ID |
static String |
JSON_PROPERTY_DISPLAY_BLOCK |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDisplayBlockInteractionResponseItem() |
LLMObsDisplayBlockInteractionResponseItem(Boolean alreadyExisted,
String contentId,
List<LLMObsContentBlock> displayBlock,
String id,
LLMObsDisplayBlockInteractionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ALREADY_EXISTED
public static final String JSON_PROPERTY_CONTENT_ID
public static final String JSON_PROPERTY_DISPLAY_BLOCK
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public LLMObsDisplayBlockInteractionResponseItem()
public LLMObsDisplayBlockInteractionResponseItem(Boolean alreadyExisted, String contentId, List<LLMObsContentBlock> displayBlock, String id, LLMObsDisplayBlockInteractionType type)
public LLMObsDisplayBlockInteractionResponseItem alreadyExisted(Boolean alreadyExisted)
public Boolean getAlreadyExisted()
public void setAlreadyExisted(Boolean alreadyExisted)
public LLMObsDisplayBlockInteractionResponseItem contentId(String contentId)
public String getContentId()
public void setContentId(String contentId)
public LLMObsDisplayBlockInteractionResponseItem displayBlock(List<LLMObsContentBlock> displayBlock)
public LLMObsDisplayBlockInteractionResponseItem addDisplayBlockItem(LLMObsContentBlock displayBlockItem)
public List<LLMObsContentBlock> getDisplayBlock()
display_block interaction. Must contain at
least one block.public void setDisplayBlock(List<LLMObsContentBlock> displayBlock)
public LLMObsDisplayBlockInteractionResponseItem id(String id)
public String getId()
public void setId(String id)
public LLMObsDisplayBlockInteractionResponseItem type(LLMObsDisplayBlockInteractionType type)
public LLMObsDisplayBlockInteractionType getType()
display_block interaction.public void setType(LLMObsDisplayBlockInteractionType type)
public LLMObsDisplayBlockInteractionResponseItem 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.