public interface ActionReport
Inspired by ActionReport class from module GF Admin Rest Service. In our case the interface allows just read-only access.
Modifier and Type | Interface and Description |
---|---|
static class |
ActionReport.ExitCode
Possible exit codes that are sent by server.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
Getter for command name (description).
|
ActionReport.ExitCode |
getExitCode()
Get command execution exit code.
|
String |
getMessage()
Getter for message included in server response.
|
ActionReport.ExitCode getExitCode()
String getMessage()
String getCommand()
Copyright © 2013. All Rights Reserved.