public interface ICommandResponse
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Get a detail message for the result.
|
CommandResult |
getResult()
Get the command result.
|
CommandResult getResult()
java.lang.String getMessage()