@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_KEYWORDS |
static String |
JSON_PROPERTY_PROXIMITY |
boolean |
unparsed |
| Constructor and Description |
|---|
ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions() |
ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions(List<String> keywords,
Long proximity) |
| Modifier and Type | Method and Description |
|---|---|
ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions |
addKeywordsItem(String keywordsItem) |
boolean |
equals(Object o)
Return true if this ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions 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.
|
List<String> |
getKeywords()
A list of keywords to match near the sensitive pattern.
|
Long |
getProximity()
Maximum number of tokens between a keyword and a sensitive value match.
|
int |
hashCode() |
ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions |
keywords(List<String> keywords) |
ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions |
proximity(Long proximity) |
ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setKeywords(List<String> keywords) |
void |
setProximity(Long proximity) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_KEYWORDS
public static final String JSON_PROPERTY_PROXIMITY
public ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions()
public ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions keywords(List<String> keywords)
public ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions addKeywordsItem(String keywordsItem)
public List<String> getKeywords()
public ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions proximity(Long proximity)
public Long getProximity()
public void setProximity(Long proximity)
public ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions 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 © 2025. All rights reserved.