@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsRunSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPLETED_AT |
static String |
JSON_PROPERTY_CONFIG_SNAPSHOT |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsPatternsRunSummary() |
LLMObsPatternsRunSummary(OffsetDateTime createdAt,
String id,
String status) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPatternsRunSummary |
completedAt(OffsetDateTime completedAt) |
LLMObsPatternsRunSummary |
configSnapshot(LLMObsPatternsConfigSnapshot configSnapshot) |
LLMObsPatternsRunSummary |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this LLMObsPatternsRunSummary object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getCompletedAt_JsonNullable() |
OffsetDateTime |
getCompletedAt()
Timestamp when the run completed.
|
LLMObsPatternsConfigSnapshot |
getConfigSnapshot()
Snapshot of the configuration used for a patterns run.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the run was created.
|
String |
getId()
Unique identifier of the run.
|
String |
getStatus()
Status of the run.
|
int |
hashCode() |
LLMObsPatternsRunSummary |
id(String id) |
LLMObsPatternsRunSummary |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCompletedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> completedAt) |
void |
setCompletedAt(OffsetDateTime completedAt) |
void |
setConfigSnapshot(LLMObsPatternsConfigSnapshot configSnapshot) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setId(String id) |
void |
setStatus(String status) |
LLMObsPatternsRunSummary |
status(String status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPLETED_AT
public static final String JSON_PROPERTY_CONFIG_SNAPSHOT
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_STATUS
public LLMObsPatternsRunSummary()
public LLMObsPatternsRunSummary(OffsetDateTime createdAt, String id, String status)
public LLMObsPatternsRunSummary 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 LLMObsPatternsRunSummary configSnapshot(LLMObsPatternsConfigSnapshot configSnapshot)
@Nullable public LLMObsPatternsConfigSnapshot getConfigSnapshot()
public void setConfigSnapshot(LLMObsPatternsConfigSnapshot configSnapshot)
public LLMObsPatternsRunSummary createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsPatternsRunSummary id(String id)
public String getId()
public void setId(String id)
public LLMObsPatternsRunSummary status(String status)
public String getStatus()
public void setStatus(String status)
public LLMObsPatternsRunSummary 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.