@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_CUSTOM |
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 |
custom(Map<String,Object> custom) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringSignalAttributes 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> |
getCustom()
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 |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityMonitoringSignalAttributes |
putCustomItem(String key,
Object customItem) |
void |
setCustom(Map<String,Object> custom) |
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_CUSTOM
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TIMESTAMP
public SecurityMonitoringSignalAttributes custom(Map<String,Object> custom)
public SecurityMonitoringSignalAttributes putCustomItem(String key, Object customItem)
@Nullable public Map<String,Object> getCustom()
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 SecurityMonitoringSignalAttributes 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 © 2024. All rights reserved.