@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AssignmentResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DETAIL |
static String |
JSON_PROPERTY_FINDING_ID |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
AssignmentResult() |
AssignmentResult(String detail,
String findingId,
Integer status,
String title) |
| Modifier and Type | Method and Description |
|---|---|
AssignmentResult |
detail(String detail) |
boolean |
equals(Object o)
Return true if this AssignmentResult object is equal to o.
|
AssignmentResult |
findingId(String findingId) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDetail()
Human-readable explanation of the outcome.
|
String |
getFindingId()
Unique identifier of the security finding.
|
Integer |
getStatus()
HTTP-like status code describing the outcome for this finding.
|
String |
getTitle()
Short label describing the outcome for this finding.
|
int |
hashCode() |
AssignmentResult |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDetail(String detail) |
void |
setFindingId(String findingId) |
void |
setStatus(Integer status) |
void |
setTitle(String title) |
AssignmentResult |
status(Integer status) |
AssignmentResult |
title(String title) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DETAIL
public static final String JSON_PROPERTY_FINDING_ID
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TITLE
public AssignmentResult detail(String detail)
public String getDetail()
public void setDetail(String detail)
public AssignmentResult findingId(String findingId)
public String getFindingId()
public void setFindingId(String findingId)
public AssignmentResult status(Integer status)
public Integer getStatus()
public void setStatus(Integer status)
public AssignmentResult title(String title)
public String getTitle()
public void setTitle(String title)
public AssignmentResult 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.