@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDataDeletionRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DELAY |
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_TO |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDataDeletionRequestAttributes() |
LLMObsDataDeletionRequestAttributes(Long from,
Map<String,String> query,
Long to) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDataDeletionRequestAttributes |
delay(Long delay) |
boolean |
equals(Object o)
Return true if this LLMObsDataDeletionRequestAttributes object is equal to o.
|
LLMObsDataDeletionRequestAttributes |
from(Long from) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getDelay()
Optional delay in seconds before the deletion is executed.
|
Long |
getFrom()
Start of the deletion time range in milliseconds since Unix epoch.
|
Map<String,String> |
getQuery()
Query filters selecting the data to delete.
|
Long |
getTo()
End of the deletion time range in milliseconds since Unix epoch.
|
int |
hashCode() |
LLMObsDataDeletionRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsDataDeletionRequestAttributes |
putQueryItem(String key,
String queryItem) |
LLMObsDataDeletionRequestAttributes |
query(Map<String,String> query) |
void |
setDelay(Long delay) |
void |
setFrom(Long from) |
void |
setQuery(Map<String,String> query) |
void |
setTo(Long to) |
LLMObsDataDeletionRequestAttributes |
to(Long to) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DELAY
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_TO
public LLMObsDataDeletionRequestAttributes delay(Long delay)
@Nullable public Long getDelay()
public void setDelay(Long delay)
public LLMObsDataDeletionRequestAttributes from(Long from)
public Long getFrom()
public void setFrom(Long from)
public LLMObsDataDeletionRequestAttributes query(Map<String,String> query)
public LLMObsDataDeletionRequestAttributes putQueryItem(String key, String queryItem)
public Map<String,String> getQuery()
query key with an
@trace_id filter.public LLMObsDataDeletionRequestAttributes to(Long to)
public Long getTo()
public void setTo(Long to)
public LLMObsDataDeletionRequestAttributes 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.