@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerIncludedKeywordConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHARACTER_COUNT |
static String |
JSON_PROPERTY_KEYWORDS |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerIncludedKeywordConfiguration() |
SensitiveDataScannerIncludedKeywordConfiguration(Long characterCount,
List<String> keywords) |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataScannerIncludedKeywordConfiguration |
addKeywordsItem(String keywordsItem) |
SensitiveDataScannerIncludedKeywordConfiguration |
characterCount(Long characterCount) |
boolean |
equals(Object o)
Return true if this SensitiveDataScannerIncludedKeywordConfiguration 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 |
getCharacterCount()
The number of characters behind a match detected by Sensitive Data Scanner to look for the
keywords defined.
|
List<String> |
getKeywords()
Keyword list that will be checked during scanning in order to validate a match.
|
int |
hashCode() |
SensitiveDataScannerIncludedKeywordConfiguration |
keywords(List<String> keywords) |
SensitiveDataScannerIncludedKeywordConfiguration |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCharacterCount(Long characterCount) |
void |
setKeywords(List<String> keywords) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CHARACTER_COUNT
public static final String JSON_PROPERTY_KEYWORDS
public SensitiveDataScannerIncludedKeywordConfiguration()
public SensitiveDataScannerIncludedKeywordConfiguration characterCount(Long characterCount)
public Long getCharacterCount()
character_count should be greater than the maximum length of a
keyword defined for a rule. minimum: 1 maximum: 50public void setCharacterCount(Long characterCount)
public SensitiveDataScannerIncludedKeywordConfiguration keywords(List<String> keywords)
public SensitiveDataScannerIncludedKeywordConfiguration addKeywordsItem(String keywordsItem)
public List<String> getKeywords()
public SensitiveDataScannerIncludedKeywordConfiguration 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.