@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsTopicsWithClusteredPointsResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPLETED_AT |
static String |
JSON_PROPERTY_CONFIG_ID |
static String |
JSON_PROPERTY_CONFIG_SNAPSHOT |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_PREVIOUS_RUN_ID |
static String |
JSON_PROPERTY_RUN_ID |
static String |
JSON_PROPERTY_TOPICS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsPatternsTopicsWithClusteredPointsResponseAttributes() |
LLMObsPatternsTopicsWithClusteredPointsResponseAttributes(String configId,
OffsetDateTime createdAt,
String previousRunId,
String runId,
List<LLMObsPatternsTopicWithClusteredPoints> topics) |
public boolean unparsed
public static final String JSON_PROPERTY_COMPLETED_AT
public static final String JSON_PROPERTY_CONFIG_ID
public static final String JSON_PROPERTY_CONFIG_SNAPSHOT
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_PREVIOUS_RUN_ID
public static final String JSON_PROPERTY_RUN_ID
public static final String JSON_PROPERTY_TOPICS
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes()
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes(String configId, OffsetDateTime createdAt, String previousRunId, String runId, List<LLMObsPatternsTopicWithClusteredPoints> topics)
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes completedAt(OffsetDateTime completedAt)
@Nullable public OffsetDateTime getCompletedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCompletedAt_JsonNullable()
public void setCompletedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> completedAt)
public void setCompletedAt(OffsetDateTime completedAt)
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes configId(String configId)
public String getConfigId()
public void setConfigId(String configId)
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes configSnapshot(LLMObsPatternsConfigSnapshot configSnapshot)
@Nullable public LLMObsPatternsConfigSnapshot getConfigSnapshot()
public void setConfigSnapshot(LLMObsPatternsConfigSnapshot configSnapshot)
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes previousRunId(String previousRunId)
public String getPreviousRunId()
public void setPreviousRunId(String previousRunId)
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes runId(String runId)
public String getRunId()
public void setRunId(String runId)
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes topics(List<LLMObsPatternsTopicWithClusteredPoints> topics)
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes addTopicsItem(LLMObsPatternsTopicWithClusteredPoints topicsItem)
public List<LLMObsPatternsTopicWithClusteredPoints> getTopics()
public void setTopics(List<LLMObsPatternsTopicWithClusteredPoints> topics)
public LLMObsPatternsTopicsWithClusteredPointsResponseAttributes 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.