@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerStandardPatternsResponseItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerStandardPatternsResponseItem() |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataScannerStandardPatternsResponseItem |
attributes(SensitiveDataScannerStandardPatternAttributes attributes) |
boolean |
equals(Object o)
Return true if this SensitiveDataScannerStandardPatternsResponseItem object is equal to o.
|
SensitiveDataScannerStandardPatternAttributes |
getAttributes()
Attributes of the Sensitive Data Scanner standard pattern.
|
String |
getId()
ID of the standard pattern.
|
SensitiveDataScannerStandardPatternType |
getType()
Sensitive Data Scanner standard pattern type.
|
int |
hashCode() |
SensitiveDataScannerStandardPatternsResponseItem |
id(String id) |
void |
setAttributes(SensitiveDataScannerStandardPatternAttributes attributes) |
void |
setId(String id) |
void |
setType(SensitiveDataScannerStandardPatternType type) |
String |
toString() |
SensitiveDataScannerStandardPatternsResponseItem |
type(SensitiveDataScannerStandardPatternType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public SensitiveDataScannerStandardPatternsResponseItem()
public SensitiveDataScannerStandardPatternsResponseItem attributes(SensitiveDataScannerStandardPatternAttributes attributes)
@Nullable public SensitiveDataScannerStandardPatternAttributes getAttributes()
public void setAttributes(SensitiveDataScannerStandardPatternAttributes attributes)
public SensitiveDataScannerStandardPatternsResponseItem id(String id)
@Nullable public String getId()
public void setId(String id)
public SensitiveDataScannerStandardPatternsResponseItem type(SensitiveDataScannerStandardPatternType type)
@Nullable public SensitiveDataScannerStandardPatternType getType()
public void setType(SensitiveDataScannerStandardPatternType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.