@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerGroupCreate 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 |
|---|
SensitiveDataScannerGroupCreate() |
SensitiveDataScannerGroupCreate(SensitiveDataScannerGroupAttributes attributes,
SensitiveDataScannerGroupType type) |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataScannerGroupCreate |
attributes(SensitiveDataScannerGroupAttributes attributes) |
boolean |
equals(Object o)
Return true if this SensitiveDataScannerGroupCreate object is equal to o.
|
SensitiveDataScannerGroupAttributes |
getAttributes()
Attributes of the Sensitive Data Scanner group.
|
SensitiveDataScannerGroupRelationships |
getRelationships()
Relationships of the group.
|
SensitiveDataScannerGroupType |
getType()
Sensitive Data Scanner group type.
|
int |
hashCode() |
SensitiveDataScannerGroupCreate |
relationships(SensitiveDataScannerGroupRelationships relationships) |
void |
setAttributes(SensitiveDataScannerGroupAttributes attributes) |
void |
setRelationships(SensitiveDataScannerGroupRelationships relationships) |
void |
setType(SensitiveDataScannerGroupType type) |
String |
toString() |
SensitiveDataScannerGroupCreate |
type(SensitiveDataScannerGroupType 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 SensitiveDataScannerGroupCreate()
public SensitiveDataScannerGroupCreate(SensitiveDataScannerGroupAttributes attributes, SensitiveDataScannerGroupType type)
public SensitiveDataScannerGroupCreate attributes(SensitiveDataScannerGroupAttributes attributes)
public SensitiveDataScannerGroupAttributes getAttributes()
public void setAttributes(SensitiveDataScannerGroupAttributes attributes)
public SensitiveDataScannerGroupCreate relationships(SensitiveDataScannerGroupRelationships relationships)
@Nullable public SensitiveDataScannerGroupRelationships getRelationships()
public void setRelationships(SensitiveDataScannerGroupRelationships relationships)
public SensitiveDataScannerGroupCreate type(SensitiveDataScannerGroupType type)
public SensitiveDataScannerGroupType getType()
public void setType(SensitiveDataScannerGroupType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.