|
HiveMindBridge
|
#include <InboundResponseHandle.h>

Public Member Functions | |
| InboundResponseHandle ()=default | |
| InboundResponseHandle (uint32_t responseId, GenericResponseStatusDTO status, std::string details) | |
| uint32_t | getResponseId () const |
| void | setResponseId (uint32_t mResponseId) |
| GenericResponseStatusDTO | getResponseStatus () const |
| void | setResponseStatus (GenericResponseStatusDTO mResponseStatus) |
| std::string | getStatusDetails () const |
| void | setStatusDetails (const std::string &mStatusDetails) |
Private Attributes | |
| uint32_t | m_responseId |
| GenericResponseStatusDTO | m_responseStatus |
| std::string | m_statusDetails |
Class containing the necessary context to handle an inbound response message
|
default |
| InboundResponseHandle::InboundResponseHandle | ( | uint32_t | responseId, |
| GenericResponseStatusDTO | status, | ||
| std::string | details | ||
| ) |
| uint32_t InboundResponseHandle::getResponseId | ( | ) | const |

| GenericResponseStatusDTO InboundResponseHandle::getResponseStatus | ( | ) | const |
| std::string InboundResponseHandle::getStatusDetails | ( | ) | const |
| void InboundResponseHandle::setResponseId | ( | uint32_t | mResponseId | ) |
| void InboundResponseHandle::setResponseStatus | ( | GenericResponseStatusDTO | mResponseStatus | ) |
| void InboundResponseHandle::setStatusDetails | ( | const std::string & | mStatusDetails | ) |
|
private |
|
private |
|
private |
1.8.17