Used when returning a command response containing a json object.
More...
Used when returning a command response containing a json object.
- Author
- anders
◆ CommandResponseJsonObject() [1/3]
eu.baltrad.beast.admin.command_response.CommandResponseJsonObject.CommandResponseJsonObject |
( |
boolean | status | ) |
|
|
inline |
◆ CommandResponseJsonObject() [2/3]
eu.baltrad.beast.admin.command_response.CommandResponseJsonObject.CommandResponseJsonObject |
( |
boolean | status, |
|
|
String | jsonString ) |
|
inline |
Constructor.
- Parameters
-
status | the status |
jsonString | the object as a json string |
◆ CommandResponseJsonObject() [3/3]
eu.baltrad.beast.admin.command_response.CommandResponseJsonObject.CommandResponseJsonObject |
( |
String | jsonString | ) |
|
|
inline |
Constructor.
Sets status to true.
- Parameters
-
jsonString | the object as a json string |
◆ getJsonString()
String eu.baltrad.beast.admin.command_response.CommandResponseJsonObject.getJsonString |
( |
| ) |
|
|
inline |
◆ setJsonString()
void eu.baltrad.beast.admin.command_response.CommandResponseJsonObject.setJsonString |
( |
String | jsonString | ) |
|
|
inline |
- Parameters
-
jsonString | the jsonString to set |
◆ wasSuccessful()
boolean eu.baltrad.beast.admin.command_response.CommandResponseJsonObject.wasSuccessful |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/admin/command_response/CommandResponseJsonObject.java