@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GovernanceMitigationRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DETECTION_IDS |
static String |
JSON_PROPERTY_DETECTION_TYPE |
static String |
JSON_PROPERTY_MITIGATION_PARAMETERS |
static String |
JSON_PROPERTY_MITIGATION_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
GovernanceMitigationRequestAttributes() |
GovernanceMitigationRequestAttributes(List<String> detectionIds,
String detectionType) |
| Modifier and Type | Method and Description |
|---|---|
GovernanceMitigationRequestAttributes |
addDetectionIdsItem(String detectionIdsItem) |
GovernanceMitigationRequestAttributes |
detectionIds(List<String> detectionIds) |
GovernanceMitigationRequestAttributes |
detectionType(String detectionType) |
boolean |
equals(Object o)
Return true if this GovernanceMitigationRequestAttributes 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.
|
List<String> |
getDetectionIds()
The identifiers of the detections to mitigate in this request.
|
String |
getDetectionType()
The detection type whose detections should be mitigated.
|
Map<String,Object> |
getMitigationParameters()
A free-form map of parameter names to their configured values.
|
String |
getMitigationType()
The mitigation to apply to the selected detections.
|
int |
hashCode() |
GovernanceMitigationRequestAttributes |
mitigationParameters(Map<String,Object> mitigationParameters) |
GovernanceMitigationRequestAttributes |
mitigationType(String mitigationType) |
GovernanceMitigationRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GovernanceMitigationRequestAttributes |
putMitigationParametersItem(String key,
Object mitigationParametersItem) |
void |
setDetectionIds(List<String> detectionIds) |
void |
setDetectionType(String detectionType) |
void |
setMitigationParameters(Map<String,Object> mitigationParameters) |
void |
setMitigationType(String mitigationType) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DETECTION_IDS
public static final String JSON_PROPERTY_DETECTION_TYPE
public static final String JSON_PROPERTY_MITIGATION_PARAMETERS
public static final String JSON_PROPERTY_MITIGATION_TYPE
public GovernanceMitigationRequestAttributes()
public GovernanceMitigationRequestAttributes detectionIds(List<String> detectionIds)
public GovernanceMitigationRequestAttributes addDetectionIdsItem(String detectionIdsItem)
public List<String> getDetectionIds()
public GovernanceMitigationRequestAttributes detectionType(String detectionType)
public String getDetectionType()
public void setDetectionType(String detectionType)
public GovernanceMitigationRequestAttributes mitigationParameters(Map<String,Object> mitigationParameters)
public GovernanceMitigationRequestAttributes putMitigationParametersItem(String key, Object mitigationParametersItem)
@Nullable public Map<String,Object> getMitigationParameters()
public void setMitigationParameters(Map<String,Object> mitigationParameters)
public GovernanceMitigationRequestAttributes mitigationType(String mitigationType)
@Nullable public String getMitigationType()
public void setMitigationType(String mitigationType)
public GovernanceMitigationRequestAttributes 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.