public class CommandNotification extends Object
| Constructor and Description |
|---|
CommandNotification() |
CommandNotification(boolean success,
String msgReturn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMsgReturn()
Getter for msgReturn.
|
boolean |
isSuccess()
Getter for success.
|
void |
setMsgReturn(String msgReturn)
Setter for msgReturn.
|
void |
setSuccess(boolean success)
Setter for success.
|
public boolean success
public String msgReturn
public CommandNotification()
public CommandNotification(boolean success,
String msgReturn)
public boolean isSuccess()
public void setSuccess(boolean success)
success - the success to setpublic String getMsgReturn()
public void setMsgReturn(String msgReturn)
msgReturn - the msgReturn to setCopyright © 2018. All rights reserved.