@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringSignalAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TIMESTAMP |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringSignalAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringSignalAttributes |
addTagsItem(String tagsItem) |
SecurityMonitoringSignalAttributes |
attributes(Map<String,Object> attributes) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringSignalAttributes object is equal to o.
|
Map<String,Object> |
getAttributes()
A JSON object of attributes in the security signal.
|
String |
getMessage()
The message in the security signal defined by the rule that generated the signal.
|
List<String> |
getTags()
An array of tags associated with the security signal.
|
OffsetDateTime |
getTimestamp()
The timestamp of the security signal.
|
int |
hashCode() |
SecurityMonitoringSignalAttributes |
message(String message) |
SecurityMonitoringSignalAttributes |
putAttributesItem(String key,
Object attributesItem) |
void |
setAttributes(Map<String,Object> attributes) |
void |
setMessage(String message) |
void |
setTags(List<String> tags) |
void |
setTimestamp(OffsetDateTime timestamp) |
SecurityMonitoringSignalAttributes |
tags(List<String> tags) |
SecurityMonitoringSignalAttributes |
timestamp(OffsetDateTime timestamp) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TIMESTAMP
public SecurityMonitoringSignalAttributes attributes(Map<String,Object> attributes)
public SecurityMonitoringSignalAttributes putAttributesItem(String key, Object attributesItem)
@Nullable public Map<String,Object> getAttributes()
public SecurityMonitoringSignalAttributes message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public SecurityMonitoringSignalAttributes tags(List<String> tags)
public SecurityMonitoringSignalAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public SecurityMonitoringSignalAttributes timestamp(OffsetDateTime timestamp)
@Nullable public OffsetDateTime getTimestamp()
public void setTimestamp(OffsetDateTime timestamp)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.