public class ActionStatusEntry extends Object implements Serializable
info.ok
or error.fileLocked
. The first part identifying
the general outcome and the latter indicates if and why the action occurred.Constructor and Description |
---|
ActionStatusEntry(String path,
String messageCode)
Constructor
|
public ActionStatusEntry(String path, String messageCode)
path
- Path of the entrymessageCode
- Code containing status and message info. The code is in the format info.ok
or
error.fileLocked
. The first part identifies the general outcome and the latter indicates if and why
the action occurred.public String getPath()
public String getMessageCode()
info.ok
or
error.fileLocked
. The first part identifies the general outcome and the latter indicates if and why the action
occurred. Use this code to look up descriptive status messages here
ActionStatus.getEntryMessage(String)
.public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA