@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsClusteredPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EVENT_ID |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_INPUT |
static String |
JSON_PROPERTY_IS_INCLUDED |
static String |
JSON_PROPERTY_IS_SUGGESTED |
static String |
JSON_PROPERTY_SESSION_ID |
static String |
JSON_PROPERTY_SPAN_ID |
static String |
JSON_PROPERTY_TOPIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsPatternsClusteredPoint() |
LLMObsPatternsClusteredPoint(String eventId,
String id,
String input,
Boolean isIncluded,
Boolean isSuggested,
String sessionId,
String spanId,
String topicId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LLMObsPatternsClusteredPoint object is equal to o.
|
LLMObsPatternsClusteredPoint |
eventId(String eventId) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getEventId()
Identifier of the source event.
|
String |
getId()
Unique identifier of the clustered point.
|
String |
getInput()
Input text of the source span.
|
Boolean |
getIsIncluded()
Whether the point is included in the patterns dataset.
|
Boolean |
getIsSuggested()
Whether the point is suggested for inclusion in the patterns dataset.
|
String |
getSessionId()
Identifier of the source session.
|
String |
getSpanId()
Identifier of the source span.
|
String |
getTopicId()
Identifier of the topic the point belongs to.
|
int |
hashCode() |
LLMObsPatternsClusteredPoint |
id(String id) |
LLMObsPatternsClusteredPoint |
input(String input) |
LLMObsPatternsClusteredPoint |
isIncluded(Boolean isIncluded) |
LLMObsPatternsClusteredPoint |
isSuggested(Boolean isSuggested) |
LLMObsPatternsClusteredPoint |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsPatternsClusteredPoint |
sessionId(String sessionId) |
void |
setEventId(String eventId) |
void |
setId(String id) |
void |
setInput(String input) |
void |
setIsIncluded(Boolean isIncluded) |
void |
setIsSuggested(Boolean isSuggested) |
void |
setSessionId(String sessionId) |
void |
setSpanId(String spanId) |
void |
setTopicId(String topicId) |
LLMObsPatternsClusteredPoint |
spanId(String spanId) |
LLMObsPatternsClusteredPoint |
topicId(String topicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EVENT_ID
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_INPUT
public static final String JSON_PROPERTY_IS_INCLUDED
public static final String JSON_PROPERTY_IS_SUGGESTED
public static final String JSON_PROPERTY_SESSION_ID
public static final String JSON_PROPERTY_SPAN_ID
public static final String JSON_PROPERTY_TOPIC_ID
public LLMObsPatternsClusteredPoint eventId(String eventId)
public String getEventId()
public void setEventId(String eventId)
public LLMObsPatternsClusteredPoint id(String id)
public String getId()
public void setId(String id)
public LLMObsPatternsClusteredPoint input(String input)
public String getInput()
public void setInput(String input)
public LLMObsPatternsClusteredPoint isIncluded(Boolean isIncluded)
public Boolean getIsIncluded()
public void setIsIncluded(Boolean isIncluded)
public LLMObsPatternsClusteredPoint isSuggested(Boolean isSuggested)
public Boolean getIsSuggested()
public void setIsSuggested(Boolean isSuggested)
public LLMObsPatternsClusteredPoint sessionId(String sessionId)
public String getSessionId()
public void setSessionId(String sessionId)
public LLMObsPatternsClusteredPoint spanId(String spanId)
public String getSpanId()
public void setSpanId(String spanId)
public LLMObsPatternsClusteredPoint topicId(String topicId)
public String getTopicId()
public void setTopicId(String topicId)
public LLMObsPatternsClusteredPoint 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.