@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsTriggerResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIG_ID |
static String |
JSON_PROPERTY_RUN_ID |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsPatternsTriggerResponseAttributes() |
LLMObsPatternsTriggerResponseAttributes(String configId,
String runId,
String status) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPatternsTriggerResponseAttributes |
configId(String configId) |
boolean |
equals(Object o)
Return true if this LLMObsPatternsTriggerResponseAttributes 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 |
getConfigId()
The ID of the patterns configuration that was run.
|
String |
getRunId()
The ID of the patterns run that was started.
|
String |
getStatus()
Status of the patterns run.
|
int |
hashCode() |
LLMObsPatternsTriggerResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsPatternsTriggerResponseAttributes |
runId(String runId) |
void |
setConfigId(String configId) |
void |
setRunId(String runId) |
void |
setStatus(String status) |
LLMObsPatternsTriggerResponseAttributes |
status(String status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIG_ID
public static final String JSON_PROPERTY_RUN_ID
public static final String JSON_PROPERTY_STATUS
public LLMObsPatternsTriggerResponseAttributes()
public LLMObsPatternsTriggerResponseAttributes configId(String configId)
public String getConfigId()
public void setConfigId(String configId)
public LLMObsPatternsTriggerResponseAttributes runId(String runId)
public String getRunId()
public void setRunId(String runId)
public LLMObsPatternsTriggerResponseAttributes status(String status)
public String getStatus()
public void setStatus(String status)
public LLMObsPatternsTriggerResponseAttributes 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.