@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GovernanceControlUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DETECTION_PARAMETERS |
static String |
JSON_PROPERTY_MITIGATION_PARAMETERS |
static String |
JSON_PROPERTY_MITIGATION_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
GovernanceControlUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GovernanceControlUpdateAttributes |
detectionParameters(Map<String,Object> detectionParameters) |
boolean |
equals(Object o)
Return true if this GovernanceControlUpdateAttributes 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.
|
Map<String,Object> |
getDetectionParameters()
A free-form map of parameter names to their configured values.
|
Map<String,Object> |
getMitigationParameters()
A free-form map of parameter names to their configured values.
|
String |
getMitigationType()
The mitigation type to configure for the control.
|
int |
hashCode() |
GovernanceControlUpdateAttributes |
mitigationParameters(Map<String,Object> mitigationParameters) |
GovernanceControlUpdateAttributes |
mitigationType(String mitigationType) |
GovernanceControlUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GovernanceControlUpdateAttributes |
putDetectionParametersItem(String key,
Object detectionParametersItem) |
GovernanceControlUpdateAttributes |
putMitigationParametersItem(String key,
Object mitigationParametersItem) |
void |
setDetectionParameters(Map<String,Object> detectionParameters) |
void |
setMitigationParameters(Map<String,Object> mitigationParameters) |
void |
setMitigationType(String mitigationType) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DETECTION_PARAMETERS
public static final String JSON_PROPERTY_MITIGATION_PARAMETERS
public static final String JSON_PROPERTY_MITIGATION_TYPE
public GovernanceControlUpdateAttributes detectionParameters(Map<String,Object> detectionParameters)
public GovernanceControlUpdateAttributes putDetectionParametersItem(String key, Object detectionParametersItem)
@Nullable public Map<String,Object> getDetectionParameters()
public GovernanceControlUpdateAttributes mitigationParameters(Map<String,Object> mitigationParameters)
public GovernanceControlUpdateAttributes putMitigationParametersItem(String key, Object mitigationParametersItem)
@Nullable public Map<String,Object> getMitigationParameters()
public void setMitigationParameters(Map<String,Object> mitigationParameters)
public GovernanceControlUpdateAttributes mitigationType(String mitigationType)
@Nullable public String getMitigationType()
public void setMitigationType(String mitigationType)
public GovernanceControlUpdateAttributes 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.