public class CommandResponse extends Object
| Constructor and Description |
|---|
CommandResponse(int status,
String message)
The command response default constructor with status and return message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Get the return message.
|
int |
getStatus()
Get the status.
|
public CommandResponse(int status,
String message)
status - the statusmessage - the return messagepublic int getStatus()
public String getMessage()
Copyright © 2016–2022. All rights reserved.