|
GoPxL SDK
|

Public Member Functions | |
| GoResponse ()=default | |
| Constructs GoResponse. More... | |
| GoResponse (GoResponseType type, const GoJson &fullmsg) | |
| Constructs GoResponse. More... | |
| virtual const std::string & | Path () const |
| Gets the path of the resource that is associated with the message. More... | |
| virtual const GoJson & | Payload () const |
| Gets the response payload field content of the message. More... | |
| virtual const GoJson & | Raw () const |
| Gets the full JSON message, including fields such as type, payload and status. More... | |
| virtual kStatus | Status () const |
| Gets the status of the response message. More... | |
| virtual GoResponseType | Type () const |
| Gets the type of the response message. More... | |
| virtual | ~GoResponse ()=default |