@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringDatasetDependentsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COUNT |
static String |
JSON_PROPERTY_DATASET_ID |
static String |
JSON_PROPERTY_IDS |
static String |
JSON_PROPERTY_RESOURCE_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringDatasetDependentsAttributes() |
SecurityMonitoringDatasetDependentsAttributes(Long count,
String datasetId,
List<String> ids,
String resourceType) |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringDatasetDependentsAttributes |
addIdsItem(String idsItem) |
SecurityMonitoringDatasetDependentsAttributes |
count(Long count) |
SecurityMonitoringDatasetDependentsAttributes |
datasetId(String datasetId) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringDatasetDependentsAttributes 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.
|
Long |
getCount()
The number of resources that depend on the dataset.
|
String |
getDatasetId()
The UUID of the dataset whose dependencies are being reported.
|
List<String> |
getIds()
The list of resource IDs that depend on the dataset.
|
String |
getResourceType()
The type of resource that depends on the dataset.
|
int |
hashCode() |
SecurityMonitoringDatasetDependentsAttributes |
ids(List<String> ids) |
SecurityMonitoringDatasetDependentsAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityMonitoringDatasetDependentsAttributes |
resourceType(String resourceType) |
void |
setCount(Long count) |
void |
setDatasetId(String datasetId) |
void |
setIds(List<String> ids) |
void |
setResourceType(String resourceType) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COUNT
public static final String JSON_PROPERTY_DATASET_ID
public static final String JSON_PROPERTY_IDS
public static final String JSON_PROPERTY_RESOURCE_TYPE
public SecurityMonitoringDatasetDependentsAttributes()
public SecurityMonitoringDatasetDependentsAttributes count(Long count)
public Long getCount()
public void setCount(Long count)
public SecurityMonitoringDatasetDependentsAttributes datasetId(String datasetId)
public String getDatasetId()
public void setDatasetId(String datasetId)
public SecurityMonitoringDatasetDependentsAttributes ids(List<String> ids)
public SecurityMonitoringDatasetDependentsAttributes addIdsItem(String idsItem)
public List<String> getIds()
public SecurityMonitoringDatasetDependentsAttributes resourceType(String resourceType)
public String getResourceType()
public void setResourceType(String resourceType)
public SecurityMonitoringDatasetDependentsAttributes 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.