@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsActivityProgress extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_STARTED_AT |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsPatternsActivityProgress() |
LLMObsPatternsActivityProgress(String name,
String status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LLMObsPatternsActivityProgress 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.
|
String |
getName()
Name of the step.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getStartedAt_JsonNullable() |
OffsetDateTime |
getStartedAt()
Timestamp when the step started.
|
String |
getStatus()
Status of the step.
|
int |
hashCode() |
LLMObsPatternsActivityProgress |
name(String name) |
LLMObsPatternsActivityProgress |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setName(String name) |
void |
setStartedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> startedAt) |
void |
setStartedAt(OffsetDateTime startedAt) |
void |
setStatus(String status) |
LLMObsPatternsActivityProgress |
startedAt(OffsetDateTime startedAt) |
LLMObsPatternsActivityProgress |
status(String status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_STARTED_AT
public static final String JSON_PROPERTY_STATUS
public LLMObsPatternsActivityProgress name(String name)
public String getName()
public void setName(String name)
public LLMObsPatternsActivityProgress startedAt(OffsetDateTime startedAt)
@Nullable public OffsetDateTime getStartedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getStartedAt_JsonNullable()
public void setStartedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> startedAt)
public void setStartedAt(OffsetDateTime startedAt)
public LLMObsPatternsActivityProgress status(String status)
public String getStatus()
public void setStatus(String status)
public LLMObsPatternsActivityProgress 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.