@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_NAME |
static String |
JSON_PROPERTY_PATTERN |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerStandardPatternAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataScannerStandardPatternAttributes |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this SensitiveDataScannerStandardPatternAttributes object is equal to o.
|
String |
getName()
Name of the standard pattern.
|
String |
getPattern()
Regex to match.
|
List<String> |
getTags()
List of tags.
|
int |
hashCode() |
SensitiveDataScannerStandardPatternAttributes |
name(String name) |
SensitiveDataScannerStandardPatternAttributes |
pattern(String pattern) |
void |
setName(String name) |
void |
setPattern(String pattern) |
void |
setTags(List<String> tags) |
SensitiveDataScannerStandardPatternAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PATTERN
public static final String JSON_PROPERTY_TAGS
public SensitiveDataScannerStandardPatternAttributes()
public SensitiveDataScannerStandardPatternAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public SensitiveDataScannerStandardPatternAttributes pattern(String pattern)
@Nullable public String getPattern()
public void setPattern(String pattern)
public SensitiveDataScannerStandardPatternAttributes tags(List<String> tags)
public SensitiveDataScannerStandardPatternAttributes addTagsItem(String tagsItem)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.