@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDeletedPromptData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDeletedPromptData() |
LLMObsDeletedPromptData(LLMObsDeletedPromptDataAttributes attributes,
String id,
LLMObsPromptType type) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDeletedPromptData |
attributes(LLMObsDeletedPromptDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this LLMObsDeletedPromptData 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.
|
LLMObsDeletedPromptDataAttributes |
getAttributes()
Attributes confirming that an Agent Observability prompt was deleted.
|
String |
getId()
Unique identifier of the deleted prompt.
|
LLMObsPromptType |
getType()
Resource type of an Agent Observability prompt.
|
int |
hashCode() |
LLMObsDeletedPromptData |
id(String id) |
LLMObsDeletedPromptData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(LLMObsDeletedPromptDataAttributes attributes) |
void |
setId(String id) |
void |
setType(LLMObsPromptType type) |
String |
toString() |
LLMObsDeletedPromptData |
type(LLMObsPromptType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public LLMObsDeletedPromptData()
public LLMObsDeletedPromptData(LLMObsDeletedPromptDataAttributes attributes, String id, LLMObsPromptType type)
public LLMObsDeletedPromptData attributes(LLMObsDeletedPromptDataAttributes attributes)
public LLMObsDeletedPromptDataAttributes getAttributes()
public void setAttributes(LLMObsDeletedPromptDataAttributes attributes)
public LLMObsDeletedPromptData id(String id)
public String getId()
public void setId(String id)
public LLMObsDeletedPromptData type(LLMObsPromptType type)
public LLMObsPromptType getType()
public void setType(LLMObsPromptType type)
public LLMObsDeletedPromptData 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.