@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_USE_RECOMMENDED_KEYWORDS |
boolean |
unparsed |
| Constructor and Description |
|---|
ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions() |
ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions(String id) |
| Modifier and Type | Method and Description |
|---|---|
ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions |
description(String description) |
boolean |
equals(Object o)
Return true if this ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions
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.
|
String |
getDescription()
Human-readable description providing context about a sensitive data scanner rule
|
String |
getId()
Identifier for a predefined pattern from the sensitive data scanner pattern library.
|
Boolean |
getUseRecommendedKeywords()
Whether to augment the pattern with recommended keywords (optional).
|
int |
hashCode() |
ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions |
id(String id) |
ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setId(String id) |
void |
setUseRecommendedKeywords(Boolean useRecommendedKeywords) |
String |
toString() |
ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions |
useRecommendedKeywords(Boolean useRecommendedKeywords) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_USE_RECOMMENDED_KEYWORDS
public ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions()
public ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions(String id)
public ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public String getId()
public void setId(String id)
public ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions useRecommendedKeywords(Boolean useRecommendedKeywords)
@Nullable public Boolean getUseRecommendedKeywords()
public void setUseRecommendedKeywords(Boolean useRecommendedKeywords)
public ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions 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.