public class ActionStatusDetail extends Object implements Serializable
Constructor and Description |
---|
ActionStatusDetail(String id,
String itemIdentifier,
String itemLocation,
String itemName,
String messageCode,
String message,
ActionStatus.CompletionStatus completionStatus)
Initializing constructor which sets the values of all variables.
|
Modifier and Type | Method and Description |
---|---|
ActionStatus.CompletionStatus |
getCompletionStatus()
Get the completion status enum value indicating the most severe outcome (ERROR) encountered during the action.
|
String |
getId()
Get the id of this action detail.
|
String |
getItemIdentifier()
Get the identifier of the item.
|
String |
getItemLocation()
Get the location of the item.
|
String |
getItemName()
Get the name or display name for this item.
|
String |
getMessage()
Get the message of the of the item.
|
String |
getMessageCode()
Get the message code of the item.
|
String |
toString() |
public ActionStatusDetail(String id, String itemIdentifier, String itemLocation, String itemName, String messageCode, String message, ActionStatus.CompletionStatus completionStatus)
ActionStatus
returned from batch service
calls.id
- the id of this action detail.itemIdentifier
- the identifier of the item. This could be the item's UUID, full path or some other uniquely
identifying attribute.itemLocation
- the location of the item. It will be the parent path of the item's full path IF a path is
being used is the item identifier.itemName
- the name or display name for this item.messageCode
- the completion message code of the item.message
- the completion summary message of the item.completionStatus
- the completion status enum value indicating the most severe outcome (ERROR) encountered
during the action.public String getId()
public String getItemIdentifier()
public String getItemLocation()
public String getItemName()
public String getMessageCode()
public String getMessage()
public ActionStatus.CompletionStatus getCompletionStatus()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>