Contains IDs that can be used to track your request and identify messages in a catalog.
More...
#include <ResponseOk.h>
Contains IDs that can be used to track your request and identify messages in a catalog.
◆ GetGeneratedIDs()
const std::vector<std::string>& olp::dataservice::write::model::TraceID::GetGeneratedIDs |
( |
| ) |
const |
|
inline |
Gets the generated list of unique message IDs.
You can use this ID to track your request and identify the message in the catalog.
- Returns
- The generated list of unique message IDs.
◆ GetMutableGeneratedIDs()
std::vector<std::string>& olp::dataservice::write::model::TraceID::GetMutableGeneratedIDs |
( |
| ) |
|
|
inline |
Gets a mutable reference to the generated list of unique message IDs.
You can use this ID to track your request and identify the message in the catalog.
- Returns
- The mutable reference to the generated list of unique message IDs.
◆ GetMutableParentID()
std::string& olp::dataservice::write::model::TraceID::GetMutableParentID |
( |
| ) |
|
|
inline |
Gets a mutable reference to the unique ID of the list of messages.
You can use this ID to track your request and identify the message in the catalog.
- Returns
- The mutable reference to the unique ID of the list of messages.
◆ GetParentID()
const std::string& olp::dataservice::write::model::TraceID::GetParentID |
( |
| ) |
const |
|
inline |
Gets the unique ID of the list of messages.
You can use this ID to track your request and identify each message in the catalog.
- Returns
- The unique ID of the list of messages.
◆ SetGeneratedIDs()
void olp::dataservice::write::model::TraceID::SetGeneratedIDs |
( |
const std::vector< std::string > & |
value | ) |
|
|
inline |
Sets the generated list of unique message IDs.
- Parameters
-
value | The generated list of unique message IDs. |
◆ SetParentID()
void olp::dataservice::write::model::TraceID::SetParentID |
( |
const std::string & |
value | ) |
|
|
inline |
Sets the unique ID for the list of messages.
You can use this ID to track your request and identify the message in the catalog.
- Parameters
-
value | The unique ID to set. |
The documentation for this class was generated from the following file:
- olp-cpp-sdk-dataservice-write/include/olp/dataservice/write/generated/model/ResponseOk.h