@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPromptChatTemplate extends ArrayList<LLMObsPromptChatMessage>
| Modifier and Type | Field and Description |
|---|---|
boolean |
unparsed |
modCount| Constructor and Description |
|---|
LLMObsPromptChatTemplate() |
LLMObsPromptChatTemplate(List<LLMObsPromptChatMessage> items) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LLMObsPromptChatTemplate 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.
|
int |
hashCode() |
LLMObsPromptChatTemplate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic LLMObsPromptChatTemplate()
public LLMObsPromptChatTemplate(List<LLMObsPromptChatMessage> items)
public LLMObsPromptChatTemplate 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)
equals in interface Collection<LLMObsPromptChatMessage>equals in interface List<LLMObsPromptChatMessage>equals in class AbstractList<LLMObsPromptChatMessage>public int hashCode()
hashCode in interface Collection<LLMObsPromptChatMessage>hashCode in interface List<LLMObsPromptChatMessage>hashCode in class AbstractList<LLMObsPromptChatMessage>public String toString()
toString in class AbstractCollection<LLMObsPromptChatMessage>Copyright © 2026. All rights reserved.