@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COUNT_LIMIT |
static String |
JSON_PROPERTY_GROUP_COUNT_LIMIT |
static String |
JSON_PROPERTY_HAS_HIGHLIGHT_ENABLED |
static String |
JSON_PROPERTY_HAS_MULTI_PASS_ENABLED |
static String |
JSON_PROPERTY_IS_PCI_COMPLIANT |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerMeta() |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataScannerMeta |
countLimit(Long countLimit) |
boolean |
equals(Object o)
Return true if this SensitiveDataScannerMeta object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getCountLimit()
Maximum number of scanning rules allowed for the org.
|
Long |
getGroupCountLimit()
Maximum number of scanning groups allowed for the org.
|
Boolean |
getHasHighlightEnabled()
Whether or not scanned events are highlighted in Logs or RUM for the org.
|
Boolean |
getHasMultiPassEnabled()
Whether or not scanned events have multi-pass enabled.
|
Boolean |
getIsPciCompliant()
Whether or not the org is compliant to the payment card industry standard.
|
Long |
getVersion()
Version of the API.
|
SensitiveDataScannerMeta |
groupCountLimit(Long groupCountLimit) |
int |
hashCode() |
SensitiveDataScannerMeta |
hasHighlightEnabled(Boolean hasHighlightEnabled) |
SensitiveDataScannerMeta |
hasMultiPassEnabled(Boolean hasMultiPassEnabled) |
SensitiveDataScannerMeta |
isPciCompliant(Boolean isPciCompliant) |
SensitiveDataScannerMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCountLimit(Long countLimit) |
void |
setGroupCountLimit(Long groupCountLimit) |
void |
setHasHighlightEnabled(Boolean hasHighlightEnabled) |
void |
setHasMultiPassEnabled(Boolean hasMultiPassEnabled) |
void |
setIsPciCompliant(Boolean isPciCompliant) |
void |
setVersion(Long version) |
String |
toString() |
SensitiveDataScannerMeta |
version(Long version) |
public boolean unparsed
public static final String JSON_PROPERTY_COUNT_LIMIT
public static final String JSON_PROPERTY_GROUP_COUNT_LIMIT
public static final String JSON_PROPERTY_HAS_HIGHLIGHT_ENABLED
public static final String JSON_PROPERTY_HAS_MULTI_PASS_ENABLED
public static final String JSON_PROPERTY_IS_PCI_COMPLIANT
public static final String JSON_PROPERTY_VERSION
public SensitiveDataScannerMeta countLimit(Long countLimit)
@Nullable public Long getCountLimit()
public void setCountLimit(Long countLimit)
public SensitiveDataScannerMeta groupCountLimit(Long groupCountLimit)
@Nullable public Long getGroupCountLimit()
public void setGroupCountLimit(Long groupCountLimit)
public SensitiveDataScannerMeta hasHighlightEnabled(Boolean hasHighlightEnabled)
@Nullable public Boolean getHasHighlightEnabled()
public void setHasHighlightEnabled(Boolean hasHighlightEnabled)
public SensitiveDataScannerMeta hasMultiPassEnabled(Boolean hasMultiPassEnabled)
@Nullable public Boolean getHasMultiPassEnabled()
public void setHasMultiPassEnabled(Boolean hasMultiPassEnabled)
public SensitiveDataScannerMeta isPciCompliant(Boolean isPciCompliant)
@Nullable public Boolean getIsPciCompliant()
public void setIsPciCompliant(Boolean isPciCompliant)
public SensitiveDataScannerMeta version(Long version)
@Nullable public Long getVersion()
public void setVersion(Long version)
public SensitiveDataScannerMeta 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.