public class CommandResult extends Object
Modifier and Type | Method and Description |
---|---|
Message[] |
getMessages()
Returns any messages that were issued during the call.
|
List<Message> |
getMessagesList() |
int |
getReturnCode()
Returns the return code from the call, if any.
|
boolean |
succeeded()
Returns true if the call was successful.
|
String |
toString() |
public boolean succeeded()
public int getReturnCode()
public Message[] getMessages()