| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AssignmentResult |
AssignmentResult.detail(String detail) |
AssignmentResult |
AssignmentResult.findingId(String findingId) |
AssignmentResult |
AssignmentResult.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AssignmentResult |
AssignmentResult.status(Integer status) |
AssignmentResult |
AssignmentResult.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<AssignmentResult> |
AssigneeResponseMeta.getFailures()
Findings that could not be assigned or unassigned.
|
List<AssignmentResult> |
AssigneeResponseMeta.getWarnings()
Findings for which the assignment succeeded but a non-critical error occurred during
processing.
|
| Modifier and Type | Method and Description |
|---|---|
AssigneeResponseMeta |
AssigneeResponseMeta.addFailuresItem(AssignmentResult failuresItem) |
AssigneeResponseMeta |
AssigneeResponseMeta.addWarningsItem(AssignmentResult warningsItem) |
| Modifier and Type | Method and Description |
|---|---|
AssigneeResponseMeta |
AssigneeResponseMeta.failures(List<AssignmentResult> failures) |
void |
AssigneeResponseMeta.setFailures(List<AssignmentResult> failures) |
void |
AssigneeResponseMeta.setWarnings(List<AssignmentResult> warnings) |
AssigneeResponseMeta |
AssigneeResponseMeta.warnings(List<AssignmentResult> warnings) |
Copyright © 2026. All rights reserved.