@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsTopicsResponseAttributes 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 |
|---|
LLMObsPatternsTopicsResponseAttributes() |
LLMObsPatternsTopicsResponseAttributes(String configId,
OffsetDateTime createdAt,
String previousRunId,
String runId,
List<LLMObsPatternsTopic> 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 LLMObsPatternsTopicsResponseAttributes()
public LLMObsPatternsTopicsResponseAttributes(String configId, OffsetDateTime createdAt, String previousRunId, String runId, List<LLMObsPatternsTopic> topics)
public LLMObsPatternsTopicsResponseAttributes 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 LLMObsPatternsTopicsResponseAttributes configId(String configId)
public String getConfigId()
public void setConfigId(String configId)
public LLMObsPatternsTopicsResponseAttributes configSnapshot(LLMObsPatternsConfigSnapshot configSnapshot)
@Nullable public LLMObsPatternsConfigSnapshot getConfigSnapshot()
public void setConfigSnapshot(LLMObsPatternsConfigSnapshot configSnapshot)
public LLMObsPatternsTopicsResponseAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsPatternsTopicsResponseAttributes previousRunId(String previousRunId)
public String getPreviousRunId()
public void setPreviousRunId(String previousRunId)
public LLMObsPatternsTopicsResponseAttributes runId(String runId)
public String getRunId()
public void setRunId(String runId)
public LLMObsPatternsTopicsResponseAttributes topics(List<LLMObsPatternsTopic> topics)
public LLMObsPatternsTopicsResponseAttributes addTopicsItem(LLMObsPatternsTopic topicsItem)
public List<LLMObsPatternsTopic> getTopics()
public void setTopics(List<LLMObsPatternsTopic> topics)
public LLMObsPatternsTopicsResponseAttributes 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.