@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BulkPutAppsDatastoreItemsRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFLICT_MODE |
static String |
JSON_PROPERTY_VALUES |
boolean |
unparsed |
| Constructor and Description |
|---|
BulkPutAppsDatastoreItemsRequestDataAttributes() |
BulkPutAppsDatastoreItemsRequestDataAttributes(List<Map<String,Object>> values) |
| Modifier and Type | Method and Description |
|---|---|
BulkPutAppsDatastoreItemsRequestDataAttributes |
addValuesItem(Map<String,Object> valuesItem) |
BulkPutAppsDatastoreItemsRequestDataAttributes |
conflictMode(DatastoreItemConflictMode conflictMode) |
boolean |
equals(Object o)
Return true if this BulkPutAppsDatastoreItemsRequestDataAttributes 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.
|
DatastoreItemConflictMode |
getConflictMode()
How to handle conflicts when inserting items that already exist in the datastore.
|
List<Map<String,Object>> |
getValues()
An array of items to add to the datastore, where each item is a set of key-value pairs
representing the item's data.
|
int |
hashCode() |
BulkPutAppsDatastoreItemsRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConflictMode(DatastoreItemConflictMode conflictMode) |
void |
setValues(List<Map<String,Object>> values) |
String |
toString() |
BulkPutAppsDatastoreItemsRequestDataAttributes |
values(List<Map<String,Object>> values) |
public boolean unparsed
public static final String JSON_PROPERTY_CONFLICT_MODE
public static final String JSON_PROPERTY_VALUES
public BulkPutAppsDatastoreItemsRequestDataAttributes()
public BulkPutAppsDatastoreItemsRequestDataAttributes conflictMode(DatastoreItemConflictMode conflictMode)
@Nullable public DatastoreItemConflictMode getConflictMode()
public void setConflictMode(DatastoreItemConflictMode conflictMode)
public BulkPutAppsDatastoreItemsRequestDataAttributes values(List<Map<String,Object>> values)
public BulkPutAppsDatastoreItemsRequestDataAttributes addValuesItem(Map<String,Object> valuesItem)
public List<Map<String,Object>> getValues()
public BulkPutAppsDatastoreItemsRequestDataAttributes 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.