@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_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.
|
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 |
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 |
isPciCompliant(Boolean isPciCompliant) |
void |
setCountLimit(Long countLimit) |
void |
setGroupCountLimit(Long groupCountLimit) |
void |
setHasHighlightEnabled(Boolean hasHighlightEnabled) |
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_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 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 boolean equals(Object o)
Copyright © 2023. All rights reserved.