@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerSamplings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PRODUCT |
static String |
JSON_PROPERTY_RATE |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerSamplings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SensitiveDataScannerSamplings 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.
|
SensitiveDataScannerProduct |
getProduct()
Datadog product onto which Sensitive Data Scanner can be activated.
|
Double |
getRate()
Rate at which data in product type will be scanned, as a percentage.
|
int |
hashCode() |
SensitiveDataScannerSamplings |
product(SensitiveDataScannerProduct product) |
SensitiveDataScannerSamplings |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SensitiveDataScannerSamplings |
rate(Double rate) |
void |
setProduct(SensitiveDataScannerProduct product) |
void |
setRate(Double rate) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_PRODUCT
public static final String JSON_PROPERTY_RATE
public SensitiveDataScannerSamplings product(SensitiveDataScannerProduct product)
@Nullable public SensitiveDataScannerProduct getProduct()
public void setProduct(SensitiveDataScannerProduct product)
public SensitiveDataScannerSamplings rate(Double rate)
@Nullable public Double getRate()
public void setRate(Double rate)
public SensitiveDataScannerSamplings 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 © 2026. All rights reserved.