public class ActionStatus extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ActionStatus.CompletionStatus
Describes the completion status of either the overall action or an individual action status detail.
|
Constructor and Description |
---|
ActionStatus(ActionStatus.CompletionStatus completionStatus,
String completionMessage)
Initializing constructor which sets the values of all variables.
|
Modifier and Type | Method and Description |
---|---|
String |
getCompletionMessage()
Get the completion summary message describing the outcome of the batch operation.
|
ActionStatus.CompletionStatus |
getCompletionStatus()
Get the completion status enum value indicating the most severe outcome (ERROR) encountered during the batch
operation
|
List<ActionStatusDetail> |
getDetails()
Get the detail status entries for all items acted on
|
String |
toString() |
public ActionStatus(ActionStatus.CompletionStatus completionStatus, String completionMessage)
completionStatus
- the completion status enum value indicating the most severe outcome (ERROR) encountered
during the batch operationcompletionMessage
- the completion summary message describing the outcome of the batch operation.public ActionStatus.CompletionStatus getCompletionStatus()
public String getCompletionMessage()
public List<ActionStatusDetail> getDetails()
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA