@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDeleteDatasetRecordsDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RECORD_IDS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDeleteDatasetRecordsDataAttributesRequest() |
LLMObsDeleteDatasetRecordsDataAttributesRequest(List<String> recordIds) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDeleteDatasetRecordsDataAttributesRequest |
addRecordIdsItem(String recordIdsItem) |
boolean |
equals(Object o)
Return true if this LLMObsDeleteDatasetRecordsDataAttributesRequest 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.
|
List<String> |
getRecordIds()
List of record IDs to delete.
|
int |
hashCode() |
LLMObsDeleteDatasetRecordsDataAttributesRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsDeleteDatasetRecordsDataAttributesRequest |
recordIds(List<String> recordIds) |
void |
setRecordIds(List<String> recordIds) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_RECORD_IDS
public LLMObsDeleteDatasetRecordsDataAttributesRequest()
public LLMObsDeleteDatasetRecordsDataAttributesRequest recordIds(List<String> recordIds)
public LLMObsDeleteDatasetRecordsDataAttributesRequest addRecordIdsItem(String recordIdsItem)
public LLMObsDeleteDatasetRecordsDataAttributesRequest 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.