public class CommandResult
extends java.lang.Object
result
Object.
The result object is the value returned from a RPC call.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
CommandResult() |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getContext()
Returns hook for extra parameters
|
java.lang.Object |
getResult()
Returns the resulting value
|
void |
setContext(java.util.Map pContext)
Sets hook for extra parameters
|
void |
setResult(java.lang.Object pResult)
Sets the Resulting value
|
public void setResult(java.lang.Object pResult)
public java.lang.Object getResult()
public void setContext(java.util.Map pContext)
public java.util.Map getContext()