@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerRuleCreate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerRuleCreate() |
SensitiveDataScannerRuleCreate(SensitiveDataScannerRuleAttributes attributes,
SensitiveDataScannerRuleRelationships relationships,
SensitiveDataScannerRuleType type) |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataScannerRuleCreate |
attributes(SensitiveDataScannerRuleAttributes attributes) |
boolean |
equals(Object o)
Return true if this SensitiveDataScannerRuleCreate object is equal to o.
|
SensitiveDataScannerRuleAttributes |
getAttributes()
Attributes of the Sensitive Data Scanner rule.
|
SensitiveDataScannerRuleRelationships |
getRelationships()
Relationships of a scanning rule.
|
SensitiveDataScannerRuleType |
getType()
Sensitive Data Scanner rule type.
|
int |
hashCode() |
SensitiveDataScannerRuleCreate |
relationships(SensitiveDataScannerRuleRelationships relationships) |
void |
setAttributes(SensitiveDataScannerRuleAttributes attributes) |
void |
setRelationships(SensitiveDataScannerRuleRelationships relationships) |
void |
setType(SensitiveDataScannerRuleType type) |
String |
toString() |
SensitiveDataScannerRuleCreate |
type(SensitiveDataScannerRuleType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public SensitiveDataScannerRuleCreate()
public SensitiveDataScannerRuleCreate(SensitiveDataScannerRuleAttributes attributes, SensitiveDataScannerRuleRelationships relationships, SensitiveDataScannerRuleType type)
public SensitiveDataScannerRuleCreate attributes(SensitiveDataScannerRuleAttributes attributes)
public SensitiveDataScannerRuleAttributes getAttributes()
public void setAttributes(SensitiveDataScannerRuleAttributes attributes)
public SensitiveDataScannerRuleCreate relationships(SensitiveDataScannerRuleRelationships relationships)
public SensitiveDataScannerRuleRelationships getRelationships()
public void setRelationships(SensitiveDataScannerRuleRelationships relationships)
public SensitiveDataScannerRuleCreate type(SensitiveDataScannerRuleType type)
public SensitiveDataScannerRuleType getType()
public void setType(SensitiveDataScannerRuleType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.