@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerGetConfigResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerGetConfigResponse() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public static final String JSON_PROPERTY_META
public SensitiveDataScannerGetConfigResponse()
public SensitiveDataScannerGetConfigResponse data(SensitiveDataScannerGetConfigResponseData data)
@Nullable public SensitiveDataScannerGetConfigResponseData getData()
public void setData(SensitiveDataScannerGetConfigResponseData data)
public SensitiveDataScannerGetConfigResponse included(List<SensitiveDataScannerGetConfigIncludedItem> included)
public SensitiveDataScannerGetConfigResponse addIncludedItem(SensitiveDataScannerGetConfigIncludedItem includedItem)
@Nullable public List<SensitiveDataScannerGetConfigIncludedItem> getIncluded()
public void setIncluded(List<SensitiveDataScannerGetConfigIncludedItem> included)
public SensitiveDataScannerGetConfigResponse meta(SensitiveDataScannerMeta meta)
@Nullable public SensitiveDataScannerMeta getMeta()
public void setMeta(SensitiveDataScannerMeta meta)
public SensitiveDataScannerGetConfigResponse 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.