@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityFindingsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TIMESTAMP |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityFindingsAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SecurityFindingsAttributes |
addTagsItem(String tagsItem) |
SecurityFindingsAttributes |
attributes(Map<String,Object> attributes) |
boolean |
equals(Object o)
Return true if this SecurityFindingsAttributes 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.
|
Map<String,Object> |
getAttributes()
The custom attributes of the security finding.
|
List<String> |
getTags()
List of tags associated with the security finding.
|
Long |
getTimestamp()
The Unix timestamp at which the detection changed for the resource.
|
int |
hashCode() |
SecurityFindingsAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityFindingsAttributes |
putAttributesItem(String key,
Object attributesItem) |
void |
setAttributes(Map<String,Object> attributes) |
void |
setTags(List<String> tags) |
void |
setTimestamp(Long timestamp) |
SecurityFindingsAttributes |
tags(List<String> tags) |
SecurityFindingsAttributes |
timestamp(Long timestamp) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TIMESTAMP
public SecurityFindingsAttributes attributes(Map<String,Object> attributes)
public SecurityFindingsAttributes putAttributesItem(String key, Object attributesItem)
@Nullable public Map<String,Object> getAttributes()
public SecurityFindingsAttributes tags(List<String> tags)
public SecurityFindingsAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public SecurityFindingsAttributes timestamp(Long timestamp)
@Nullable public Long getTimestamp()
public void setTimestamp(Long timestamp)
public SecurityFindingsAttributes 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.