@Api(allMethods=true) public class SuccessCommandResponse extends CommandResponse
Command which indicates success.| Constructor and Description |
|---|
SuccessCommandResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuccess()
Was the command successful?
|
void |
setSuccess(boolean success)
Set whether the command was successful.
|
String |
toString()
String to display as command dispatcher trace.
|
getErrorMessages, getErrors, getExceptions, getExecutionTime, getId, isError, setExecutionTime, setIdpublic boolean isSuccess()
public void setSuccess(boolean success)
success - true when successfulpublic String toString()
toString in class CommandResponseCopyright © 2015 Geosparc. All Rights Reserved.