@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GovernanceControlDetectionUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSIGNED_TEAM |
static String |
JSON_PROPERTY_ASSIGNED_TO |
static String |
JSON_PROPERTY_MITIGATE_AFTER |
static String |
JSON_PROPERTY_STATE |
boolean |
unparsed |
| Constructor and Description |
|---|
GovernanceControlDetectionUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GovernanceControlDetectionUpdateAttributes |
assignedTeam(String assignedTeam) |
GovernanceControlDetectionUpdateAttributes |
assignedTo(String assignedTo) |
boolean |
equals(Object o)
Return true if this GovernanceControlDetectionUpdateAttributes 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.
|
String |
getAssignedTeam()
The handle of the team the detection is assigned to.
|
String |
getAssignedTo()
The UUID of the user the detection is assigned to.
|
OffsetDateTime |
getMitigateAfter()
The timestamp after which the detection becomes eligible for mitigation.
|
GovernanceControlDetectionUpdateState |
getState()
The new state to set for the detection.
|
int |
hashCode() |
GovernanceControlDetectionUpdateAttributes |
mitigateAfter(OffsetDateTime mitigateAfter) |
GovernanceControlDetectionUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssignedTeam(String assignedTeam) |
void |
setAssignedTo(String assignedTo) |
void |
setMitigateAfter(OffsetDateTime mitigateAfter) |
void |
setState(GovernanceControlDetectionUpdateState state) |
GovernanceControlDetectionUpdateAttributes |
state(GovernanceControlDetectionUpdateState state) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSIGNED_TEAM
public static final String JSON_PROPERTY_ASSIGNED_TO
public static final String JSON_PROPERTY_MITIGATE_AFTER
public static final String JSON_PROPERTY_STATE
public GovernanceControlDetectionUpdateAttributes()
public GovernanceControlDetectionUpdateAttributes assignedTeam(String assignedTeam)
@Nullable public String getAssignedTeam()
public void setAssignedTeam(String assignedTeam)
public GovernanceControlDetectionUpdateAttributes assignedTo(String assignedTo)
@Nullable public String getAssignedTo()
public void setAssignedTo(String assignedTo)
public GovernanceControlDetectionUpdateAttributes mitigateAfter(OffsetDateTime mitigateAfter)
@Nullable public OffsetDateTime getMitigateAfter()
public void setMitigateAfter(OffsetDateTime mitigateAfter)
public GovernanceControlDetectionUpdateAttributes state(GovernanceControlDetectionUpdateState state)
@Nullable public GovernanceControlDetectionUpdateState getState()
exception to acknowledge the
detection and exclude it from active counts, or active to reopen it.public void setState(GovernanceControlDetectionUpdateState state)
public GovernanceControlDetectionUpdateAttributes 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.