@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringDatasetDependenciesRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATASET_IDS |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringDatasetDependenciesRequestAttributes() |
SecurityMonitoringDatasetDependenciesRequestAttributes(List<String> datasetIds) |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringDatasetDependenciesRequestAttributes |
addDatasetIdsItem(String datasetIdsItem) |
SecurityMonitoringDatasetDependenciesRequestAttributes |
datasetIds(List<String> datasetIds) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringDatasetDependenciesRequestAttributes 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> |
getDatasetIds()
The list of dataset UUIDs to query dependencies for.
|
int |
hashCode() |
SecurityMonitoringDatasetDependenciesRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDatasetIds(List<String> datasetIds) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATASET_IDS
public SecurityMonitoringDatasetDependenciesRequestAttributes()
public SecurityMonitoringDatasetDependenciesRequestAttributes datasetIds(List<String> datasetIds)
public SecurityMonitoringDatasetDependenciesRequestAttributes addDatasetIdsItem(String datasetIdsItem)
public List<String> getDatasetIds()
public SecurityMonitoringDatasetDependenciesRequestAttributes 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.