@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsTopic extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_FIRST_SEEN_AT |
static String |
JSON_PROPERTY_HIERARCHY_LEVEL |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IS_VALIDATED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PARENT_TOPIC_ID |
static String |
JSON_PROPERTY_POINT_COUNT |
static String |
JSON_PROPERTY_RUN_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsPatternsTopic() |
LLMObsPatternsTopic(OffsetDateTime createdAt,
String description,
OffsetDateTime firstSeenAt,
Long hierarchyLevel,
String id,
Boolean isValidated,
String name,
String parentTopicId,
Long pointCount,
String runId) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPatternsTopic |
createdAt(OffsetDateTime createdAt) |
LLMObsPatternsTopic |
description(String description) |
boolean |
equals(Object o)
Return true if this LLMObsPatternsTopic object is equal to o.
|
LLMObsPatternsTopic |
firstSeenAt(OffsetDateTime firstSeenAt) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the topic was created.
|
String |
getDescription()
Description of the topic.
|
OffsetDateTime |
getFirstSeenAt()
Timestamp when the topic was first seen.
|
Long |
getHierarchyLevel()
Level of the topic in the hierarchy.
|
String |
getId()
Unique identifier of the topic.
|
Boolean |
getIsValidated()
Whether the topic has been validated.
|
String |
getName()
Name of the topic.
|
String |
getParentTopicId()
Identifier of the parent topic.
|
Long |
getPointCount()
Number of data points assigned to the topic.
|
String |
getRunId()
Identifier of the run that produced the topic.
|
int |
hashCode() |
LLMObsPatternsTopic |
hierarchyLevel(Long hierarchyLevel) |
LLMObsPatternsTopic |
id(String id) |
LLMObsPatternsTopic |
isValidated(Boolean isValidated) |
LLMObsPatternsTopic |
name(String name) |
LLMObsPatternsTopic |
parentTopicId(String parentTopicId) |
LLMObsPatternsTopic |
pointCount(Long pointCount) |
LLMObsPatternsTopic |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsPatternsTopic |
runId(String runId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDescription(String description) |
void |
setFirstSeenAt(OffsetDateTime firstSeenAt) |
void |
setHierarchyLevel(Long hierarchyLevel) |
void |
setId(String id) |
void |
setIsValidated(Boolean isValidated) |
void |
setName(String name) |
void |
setParentTopicId(String parentTopicId) |
void |
setPointCount(Long pointCount) |
void |
setRunId(String runId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_FIRST_SEEN_AT
public static final String JSON_PROPERTY_HIERARCHY_LEVEL
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_VALIDATED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PARENT_TOPIC_ID
public static final String JSON_PROPERTY_POINT_COUNT
public static final String JSON_PROPERTY_RUN_ID
public LLMObsPatternsTopic()
public LLMObsPatternsTopic(OffsetDateTime createdAt, String description, OffsetDateTime firstSeenAt, Long hierarchyLevel, String id, Boolean isValidated, String name, String parentTopicId, Long pointCount, String runId)
public LLMObsPatternsTopic createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsPatternsTopic description(String description)
public String getDescription()
public void setDescription(String description)
public LLMObsPatternsTopic firstSeenAt(OffsetDateTime firstSeenAt)
public OffsetDateTime getFirstSeenAt()
public void setFirstSeenAt(OffsetDateTime firstSeenAt)
public LLMObsPatternsTopic hierarchyLevel(Long hierarchyLevel)
public Long getHierarchyLevel()
public void setHierarchyLevel(Long hierarchyLevel)
public LLMObsPatternsTopic id(String id)
public String getId()
public void setId(String id)
public LLMObsPatternsTopic isValidated(Boolean isValidated)
public Boolean getIsValidated()
public void setIsValidated(Boolean isValidated)
public LLMObsPatternsTopic name(String name)
public String getName()
public void setName(String name)
public LLMObsPatternsTopic parentTopicId(String parentTopicId)
public String getParentTopicId()
public void setParentTopicId(String parentTopicId)
public LLMObsPatternsTopic pointCount(Long pointCount)
public Long getPointCount()
public void setPointCount(Long pointCount)
public LLMObsPatternsTopic runId(String runId)
public String getRunId()
public void setRunId(String runId)
public LLMObsPatternsTopic 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.