olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::dataservice::read::model::Messages Class Referencefinal

Represents a vector of messages consumed from a stream layer. More...

#include <Messages.h>

Public Member Functions

const std::vector< Message > & GetMessages () const
 Gets the vector of messages. More...
 
void SetMessages (std::vector< Message > value)
 Sets the vector of messages. More...
 

Detailed Description

Represents a vector of messages consumed from a stream layer.

Member Function Documentation

◆ GetMessages()

const std::vector<Message>& olp::dataservice::read::model::Messages::GetMessages ( ) const
inline

Gets the vector of messages.

Returns
The vector of messages consumed from StreamLayerClient.

◆ SetMessages()

void olp::dataservice::read::model::Messages::SetMessages ( std::vector< Message value)
inline

Sets the vector of messages.

Parameters
valueThe vector of messages consumed from StreamLayerClient.

The documentation for this class was generated from the following file: