@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsRunStatusResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_PROGRESS |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_STEP |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsPatternsRunStatusResponseAttributes() |
LLMObsPatternsRunStatusResponseAttributes(OffsetDateTime createdAt,
List<LLMObsPatternsActivityProgress> progress,
String status,
String step) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_PROGRESS
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STEP
public LLMObsPatternsRunStatusResponseAttributes()
public LLMObsPatternsRunStatusResponseAttributes(OffsetDateTime createdAt, List<LLMObsPatternsActivityProgress> progress, String status, String step)
public LLMObsPatternsRunStatusResponseAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsPatternsRunStatusResponseAttributes progress(List<LLMObsPatternsActivityProgress> progress)
public LLMObsPatternsRunStatusResponseAttributes addProgressItem(LLMObsPatternsActivityProgress progressItem)
public List<LLMObsPatternsActivityProgress> getProgress()
public void setProgress(List<LLMObsPatternsActivityProgress> progress)
public LLMObsPatternsRunStatusResponseAttributes status(String status)
public String getStatus()
public void setStatus(String status)
public LLMObsPatternsRunStatusResponseAttributes step(String step)
public String getStep()
public void setStep(String step)
public LLMObsPatternsRunStatusResponseAttributes 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.