|
GoPxL SDK
|
Represents a response to change notifications.

Public Member Functions | |
| GoNotificationResponse ()=default | |
| Constructs GoNotificationResponse. More... | |
| GoNotificationResponse (const GoJson &fullmsg) | |
| Constructs GoNotificationResponse. More... | |
| GoNotificationType | NotificationType () const |
| Gets the type of notification change from the resource that generated this notification. More... | |
| ~GoNotificationResponse ()=default | |
Public Member Functions inherited from GoPxLSdk::GoResponse | |
| 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 |