@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringReferenceTable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHECK_PRESENCE |
static String |
JSON_PROPERTY_COLUMN_NAME |
static String |
JSON_PROPERTY_LOG_FIELD_PATH |
static String |
JSON_PROPERTY_RULE_QUERY_NAME |
static String |
JSON_PROPERTY_TABLE_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringReferenceTable() |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringReferenceTable |
checkPresence(Boolean checkPresence) |
SecurityMonitoringReferenceTable |
columnName(String columnName) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringReferenceTable 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.
|
Boolean |
getCheckPresence()
Whether to include or exclude the matched values.
|
String |
getColumnName()
The name of the column in the reference table.
|
String |
getLogFieldPath()
The field in the log to match against the reference table.
|
String |
getRuleQueryName()
The name of the query to apply the reference table to.
|
String |
getTableName()
The name of the reference table.
|
int |
hashCode() |
SecurityMonitoringReferenceTable |
logFieldPath(String logFieldPath) |
SecurityMonitoringReferenceTable |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityMonitoringReferenceTable |
ruleQueryName(String ruleQueryName) |
void |
setCheckPresence(Boolean checkPresence) |
void |
setColumnName(String columnName) |
void |
setLogFieldPath(String logFieldPath) |
void |
setRuleQueryName(String ruleQueryName) |
void |
setTableName(String tableName) |
SecurityMonitoringReferenceTable |
tableName(String tableName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CHECK_PRESENCE
public static final String JSON_PROPERTY_COLUMN_NAME
public static final String JSON_PROPERTY_LOG_FIELD_PATH
public static final String JSON_PROPERTY_RULE_QUERY_NAME
public static final String JSON_PROPERTY_TABLE_NAME
public SecurityMonitoringReferenceTable checkPresence(Boolean checkPresence)
@Nullable public Boolean getCheckPresence()
public void setCheckPresence(Boolean checkPresence)
public SecurityMonitoringReferenceTable columnName(String columnName)
@Nullable public String getColumnName()
public void setColumnName(String columnName)
public SecurityMonitoringReferenceTable logFieldPath(String logFieldPath)
@Nullable public String getLogFieldPath()
public void setLogFieldPath(String logFieldPath)
public SecurityMonitoringReferenceTable ruleQueryName(String ruleQueryName)
@Nullable public String getRuleQueryName()
public void setRuleQueryName(String ruleQueryName)
public SecurityMonitoringReferenceTable tableName(String tableName)
@Nullable public String getTableName()
public void setTableName(String tableName)
public SecurityMonitoringReferenceTable 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.