@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsTopicWithClusteredPoints extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLUSTER_POINTS |
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 |
|---|
LLMObsPatternsTopicWithClusteredPoints() |
LLMObsPatternsTopicWithClusteredPoints(OffsetDateTime createdAt,
String description,
OffsetDateTime firstSeenAt,
Long hierarchyLevel,
String id,
Boolean isValidated,
String name,
String parentTopicId,
Long pointCount,
String runId) |
public boolean unparsed
public static final String JSON_PROPERTY_CLUSTER_POINTS
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 LLMObsPatternsTopicWithClusteredPoints()
public LLMObsPatternsTopicWithClusteredPoints(OffsetDateTime createdAt, String description, OffsetDateTime firstSeenAt, Long hierarchyLevel, String id, Boolean isValidated, String name, String parentTopicId, Long pointCount, String runId)
public LLMObsPatternsTopicWithClusteredPoints clusterPoints(List<LLMObsPatternsClusteredPointRef> clusterPoints)
public LLMObsPatternsTopicWithClusteredPoints addClusterPointsItem(LLMObsPatternsClusteredPointRef clusterPointsItem)
@Nullable public List<LLMObsPatternsClusteredPointRef> getClusterPoints()
public void setClusterPoints(List<LLMObsPatternsClusteredPointRef> clusterPoints)
public LLMObsPatternsTopicWithClusteredPoints createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsPatternsTopicWithClusteredPoints description(String description)
public String getDescription()
public void setDescription(String description)
public LLMObsPatternsTopicWithClusteredPoints firstSeenAt(OffsetDateTime firstSeenAt)
public OffsetDateTime getFirstSeenAt()
public void setFirstSeenAt(OffsetDateTime firstSeenAt)
public LLMObsPatternsTopicWithClusteredPoints hierarchyLevel(Long hierarchyLevel)
public Long getHierarchyLevel()
public void setHierarchyLevel(Long hierarchyLevel)
public LLMObsPatternsTopicWithClusteredPoints id(String id)
public String getId()
public void setId(String id)
public LLMObsPatternsTopicWithClusteredPoints isValidated(Boolean isValidated)
public Boolean getIsValidated()
public void setIsValidated(Boolean isValidated)
public LLMObsPatternsTopicWithClusteredPoints name(String name)
public String getName()
public void setName(String name)
public LLMObsPatternsTopicWithClusteredPoints parentTopicId(String parentTopicId)
public String getParentTopicId()
public void setParentTopicId(String parentTopicId)
public LLMObsPatternsTopicWithClusteredPoints pointCount(Long pointCount)
public Long getPointCount()
public void setPointCount(Long pointCount)
public LLMObsPatternsTopicWithClusteredPoints runId(String runId)
public String getRunId()
public void setRunId(String runId)
public LLMObsPatternsTopicWithClusteredPoints 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.