@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsSpanIO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MESSAGES |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsSpanIO() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsSpanIO |
addMessagesItem(LLMObsSpanMessage messagesItem) |
boolean |
equals(Object o)
Return true if this LLMObsSpanIO object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<LLMObsSpanMessage> |
getMessages()
List of messages in the input or output.
|
String |
getValue()
Plain-text value of the input or output.
|
int |
hashCode() |
LLMObsSpanIO |
messages(List<LLMObsSpanMessage> messages) |
LLMObsSpanIO |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMessages(List<LLMObsSpanMessage> messages) |
void |
setValue(String value) |
String |
toString() |
LLMObsSpanIO |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_MESSAGES
public static final String JSON_PROPERTY_VALUE
public LLMObsSpanIO messages(List<LLMObsSpanMessage> messages)
public LLMObsSpanIO addMessagesItem(LLMObsSpanMessage messagesItem)
@Nullable public List<LLMObsSpanMessage> getMessages()
public void setMessages(List<LLMObsSpanMessage> messages)
public LLMObsSpanIO value(String value)
@Nullable public String getValue()
public void setValue(String value)
public LLMObsSpanIO 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.