@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DataDeletionResponseItemAttributes 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_INDEXES |
static String |
JSON_PROPERTY_IS_CREATED |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_PRODUCT |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_STARTING_AT |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TO_TIME |
static String |
JSON_PROPERTY_TOTAL_UNRESTRICTED |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
DataDeletionResponseItemAttributes() |
DataDeletionResponseItemAttributes(String createdAt,
String createdBy,
Long fromTime,
Boolean isCreated,
Long orgId,
String product,
String query,
String startingAt,
String status,
Long toTime,
Long totalUnrestricted,
String updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
DataDeletionResponseItemAttributes |
addIndexesItem(String indexesItem) |
DataDeletionResponseItemAttributes |
createdAt(String createdAt) |
DataDeletionResponseItemAttributes |
createdBy(String createdBy) |
boolean |
equals(Object o)
Return true if this DataDeletionResponseItemAttributes object is equal to o.
|
DataDeletionResponseItemAttributes |
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.
|
String |
getCreatedAt()
Creation time of the deletion request.
|
String |
getCreatedBy()
User who created the deletion request.
|
Long |
getFromTime()
Start of requested time window, milliseconds since Unix epoch.
|
List<String> |
getIndexes()
List of indexes for the search.
|
Boolean |
getIsCreated()
Whether the deletion request is fully created or not.
|
Long |
getOrgId()
Organization ID.
|
String |
getProduct()
Product name.
|
String |
getQuery()
Query for creating a data deletion request.
|
String |
getStartingAt()
Starting time of the process to delete the requested data.
|
String |
getStatus()
Status of the deletion request.
|
Long |
getTotalUnrestricted()
Total number of elements to be deleted.
|
Long |
getToTime()
End of requested time window, milliseconds since Unix epoch.
|
String |
getUpdatedAt()
Update time of the deletion request.
|
int |
hashCode() |
DataDeletionResponseItemAttributes |
indexes(List<String> indexes) |
DataDeletionResponseItemAttributes |
isCreated(Boolean isCreated) |
DataDeletionResponseItemAttributes |
orgId(Long orgId) |
DataDeletionResponseItemAttributes |
product(String product) |
DataDeletionResponseItemAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DataDeletionResponseItemAttributes |
query(String query) |
void |
setCreatedAt(String createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setFromTime(Long fromTime) |
void |
setIndexes(List<String> indexes) |
void |
setIsCreated(Boolean isCreated) |
void |
setOrgId(Long orgId) |
void |
setProduct(String product) |
void |
setQuery(String query) |
void |
setStartingAt(String startingAt) |
void |
setStatus(String status) |
void |
setTotalUnrestricted(Long totalUnrestricted) |
void |
setToTime(Long toTime) |
void |
setUpdatedAt(String updatedAt) |
DataDeletionResponseItemAttributes |
startingAt(String startingAt) |
DataDeletionResponseItemAttributes |
status(String status) |
String |
toString() |
DataDeletionResponseItemAttributes |
totalUnrestricted(Long totalUnrestricted) |
DataDeletionResponseItemAttributes |
toTime(Long toTime) |
DataDeletionResponseItemAttributes |
updatedAt(String updatedAt) |
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_INDEXES
public static final String JSON_PROPERTY_IS_CREATED
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_STARTING_AT
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TO_TIME
public static final String JSON_PROPERTY_TOTAL_UNRESTRICTED
public static final String JSON_PROPERTY_UPDATED_AT
public DataDeletionResponseItemAttributes createdAt(String createdAt)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public DataDeletionResponseItemAttributes createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public DataDeletionResponseItemAttributes fromTime(Long fromTime)
public Long getFromTime()
public void setFromTime(Long fromTime)
public DataDeletionResponseItemAttributes indexes(List<String> indexes)
public DataDeletionResponseItemAttributes addIndexesItem(String indexesItem)
@Nullable public List<String> getIndexes()
public DataDeletionResponseItemAttributes isCreated(Boolean isCreated)
public Boolean getIsCreated()
public void setIsCreated(Boolean isCreated)
public DataDeletionResponseItemAttributes orgId(Long orgId)
public Long getOrgId()
public void setOrgId(Long orgId)
public DataDeletionResponseItemAttributes product(String product)
public String getProduct()
public void setProduct(String product)
public DataDeletionResponseItemAttributes query(String query)
public String getQuery()
public void setQuery(String query)
public DataDeletionResponseItemAttributes startingAt(String startingAt)
public String getStartingAt()
public void setStartingAt(String startingAt)
public DataDeletionResponseItemAttributes status(String status)
public String getStatus()
public void setStatus(String status)
public DataDeletionResponseItemAttributes toTime(Long toTime)
public Long getToTime()
public void setToTime(Long toTime)
public DataDeletionResponseItemAttributes totalUnrestricted(Long totalUnrestricted)
public Long getTotalUnrestricted()
public void setTotalUnrestricted(Long totalUnrestricted)
public DataDeletionResponseItemAttributes updatedAt(String updatedAt)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public DataDeletionResponseItemAttributes 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.