public class TaskResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.Appendable |
appendTo(java.lang.Appendable out)
Append a textual representation of this task result.
|
java.util.List<TaskResultDetail> |
getDetails()
Return an immutable list of detail objects.
|
ServerFile |
getFailureDump()
Return a ServerFile containing the dump file which can be retrieved.
|
java.util.List<TaskResult> |
getNestedResults()
Return an immutable List of nested TaskResults, one for each nested operation.
|
java.lang.String |
getObjectId()
Return the ID of the object to which this result pertains.
|
java.lang.String |
getObjectName()
Return the name of the object to which this result pertains.
|
boolean |
isFailureDumpAvailable()
Return true iff a failure dump file was produced during the operation.
|
boolean |
isSuccessful()
Return true if the task completed succesfully, false if not.
|
java.lang.String |
toString() |
public java.lang.String getObjectId()
public java.lang.String getObjectName()
public boolean isSuccessful()
public java.util.List<TaskResultDetail> getDetails()
public boolean isFailureDumpAvailable()
public ServerFile getFailureDump()
public java.util.List<TaskResult> getNestedResults()
public java.lang.Appendable appendTo(java.lang.Appendable out) throws java.io.IOException
out
- The object to receive the formatted outputjava.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object