public class CommandStatus extends Object
| Constructor and Description |
|---|
CommandStatus() |
| Modifier and Type | Method and Description |
|---|---|
CommandStatus |
fail() |
CommandStatus |
fail(String reason) |
CommandStatus |
fail(Throwable exc) |
void |
setPayload(Object o) |
String |
toString() |
public CommandStatus fail()
public CommandStatus fail(String reason)
public CommandStatus fail(Throwable exc)
public void setPayload(Object o)
Copyright © 2017. All rights reserved.