@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateDataDeletionRequestBodyAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_INDEXES |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_TO |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateDataDeletionRequestBodyAttributes() |
CreateDataDeletionRequestBodyAttributes(Long from,
Map<String,String> query,
Long to) |
| Modifier and Type | Method and Description |
|---|---|
CreateDataDeletionRequestBodyAttributes |
addIndexesItem(String indexesItem) |
boolean |
equals(Object o)
Return true if this CreateDataDeletionRequestBodyAttributes object is equal to o.
|
CreateDataDeletionRequestBodyAttributes |
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 |
getFrom()
Start of requested time window, milliseconds since Unix epoch.
|
List<String> |
getIndexes()
List of indexes for the search.
|
Map<String,String> |
getQuery()
Query for creating a data deletion request.
|
Long |
getTo()
End of requested time window, milliseconds since Unix epoch.
|
int |
hashCode() |
CreateDataDeletionRequestBodyAttributes |
indexes(List<String> indexes) |
CreateDataDeletionRequestBodyAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CreateDataDeletionRequestBodyAttributes |
putQueryItem(String key,
String queryItem) |
CreateDataDeletionRequestBodyAttributes |
query(Map<String,String> query) |
void |
setFrom(Long from) |
void |
setIndexes(List<String> indexes) |
void |
setQuery(Map<String,String> query) |
void |
setTo(Long to) |
CreateDataDeletionRequestBodyAttributes |
to(Long to) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_INDEXES
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_TO
public CreateDataDeletionRequestBodyAttributes()
public CreateDataDeletionRequestBodyAttributes from(Long from)
public Long getFrom()
public void setFrom(Long from)
public CreateDataDeletionRequestBodyAttributes indexes(List<String> indexes)
public CreateDataDeletionRequestBodyAttributes addIndexesItem(String indexesItem)
@Nullable public List<String> getIndexes()
public CreateDataDeletionRequestBodyAttributes query(Map<String,String> query)
public CreateDataDeletionRequestBodyAttributes putQueryItem(String key, String queryItem)
public Map<String,String> getQuery()
public CreateDataDeletionRequestBodyAttributes to(Long to)
public Long getTo()
public void setTo(Long to)
public CreateDataDeletionRequestBodyAttributes 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 © 2024. All rights reserved.