olp-cpp-sdk
1.22.0
|
Contians a response to a successful ingestSDII call. More...
#include <ResponseOk.h>
Public Member Functions | |
ResponseOk (const ResponseOk &)=default | |
ResponseOk (ResponseOk &&)=default | |
ResponseOk & | operator= (const ResponseOk &)=default |
ResponseOk & | operator= (ResponseOk &&)=default |
const TraceID & | GetTraceID () const |
Gets the trace ID of the request. More... | |
TraceID & | GetMutableTraceID () |
Gets a mutable reference to the trace ID of the request. More... | |
void | SetTraceID (const TraceID &value) |
Sets the trace ID of the request. More... | |
Contians a response to a successful ingestSDII call.
|
inline |
Gets a mutable reference to the trace ID of the request.
GetTraceID
for more information on the trace ID.
|
inline |
Gets the trace ID of the request.
It is a unique message ID, such as a UUID. You can use this ID to track your request and identify the message in the catalog.
|
inline |
Sets the trace ID of the request.
value | A unique message ID, such as a UUID. If you want to define your ID, include it in the request. If you do not include an ID, it is generated during ingestion and included in the response. You can use this ID to track your request and identify the message in the catalog. |