@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDataDeletionResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_FROM_TIME |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_PRODUCT |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_TO_TIME |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDataDeletionResponseAttributes() |
LLMObsDataDeletionResponseAttributes(OffsetDateTime createdAt,
String createdBy,
Long fromTime,
Long orgId,
String product,
String query,
Long toTime) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDataDeletionResponseAttributes |
createdAt(OffsetDateTime createdAt) |
LLMObsDataDeletionResponseAttributes |
createdBy(String createdBy) |
boolean |
equals(Object o)
Return true if this LLMObsDataDeletionResponseAttributes object is equal to o.
|
LLMObsDataDeletionResponseAttributes |
fromTime(Long fromTime) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the deletion request was created.
|
String |
getCreatedBy()
UUID of the user who created the deletion request.
|
Long |
getFromTime()
Start of the deletion time range in milliseconds since Unix epoch.
|
Long |
getOrgId()
ID of the organization that submitted the deletion request.
|
String |
getProduct()
Product name for the deletion request.
|
String |
getQuery()
The query string used to select data for deletion.
|
Long |
getToTime()
End of the deletion time range in milliseconds since Unix epoch.
|
int |
hashCode() |
LLMObsDataDeletionResponseAttributes |
orgId(Long orgId) |
LLMObsDataDeletionResponseAttributes |
product(String product) |
LLMObsDataDeletionResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsDataDeletionResponseAttributes |
query(String query) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setFromTime(Long fromTime) |
void |
setOrgId(Long orgId) |
void |
setProduct(String product) |
void |
setQuery(String query) |
void |
setToTime(Long toTime) |
String |
toString() |
LLMObsDataDeletionResponseAttributes |
toTime(Long toTime) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_FROM_TIME
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_PRODUCT
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_TO_TIME
public LLMObsDataDeletionResponseAttributes()
public LLMObsDataDeletionResponseAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsDataDeletionResponseAttributes createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public LLMObsDataDeletionResponseAttributes fromTime(Long fromTime)
public Long getFromTime()
public void setFromTime(Long fromTime)
public LLMObsDataDeletionResponseAttributes orgId(Long orgId)
public Long getOrgId()
public void setOrgId(Long orgId)
public LLMObsDataDeletionResponseAttributes product(String product)
public String getProduct()
public void setProduct(String product)
public LLMObsDataDeletionResponseAttributes query(String query)
public String getQuery()
public void setQuery(String query)
public LLMObsDataDeletionResponseAttributes toTime(Long toTime)
public Long getToTime()
public void setToTime(Long toTime)
public LLMObsDataDeletionResponseAttributes 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.