@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerStandardPatternAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_INCLUDED_KEYWORDS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PATTERN |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerStandardPatternAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_INCLUDED_KEYWORDS
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PATTERN
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_TAGS
public SensitiveDataScannerStandardPatternAttributes()
public SensitiveDataScannerStandardPatternAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public SensitiveDataScannerStandardPatternAttributes includedKeywords(List<String> includedKeywords)
public SensitiveDataScannerStandardPatternAttributes addIncludedKeywordsItem(String includedKeywordsItem)
@Nullable public List<String> getIncludedKeywords()
public SensitiveDataScannerStandardPatternAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public SensitiveDataScannerStandardPatternAttributes pattern(String pattern)
@Deprecated @Nullable public String getPattern()
description field to understand what the rule does.@Deprecated public void setPattern(String pattern)
public SensitiveDataScannerStandardPatternAttributes priority(Long priority)
@Nullable public Long getPriority()
public void setPriority(Long priority)
public SensitiveDataScannerStandardPatternAttributes tags(List<String> tags)
public SensitiveDataScannerStandardPatternAttributes addTagsItem(String tagsItem)
public SensitiveDataScannerStandardPatternAttributes 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.