olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::dataservice::write::model::ResponseOk Class Reference

Contians a response to a successful ingestSDII call. More...

#include <ResponseOk.h>

Public Member Functions

 ResponseOk (const ResponseOk &)=default
 
 ResponseOk (ResponseOk &&)=default
 
ResponseOkoperator= (const ResponseOk &)=default
 
ResponseOkoperator= (ResponseOk &&)=default
 
const TraceIDGetTraceID () const
 Gets the trace ID of the request. More...
 
TraceIDGetMutableTraceID ()
 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...
 

Detailed Description

Contians a response to a successful ingestSDII call.

Member Function Documentation

◆ GetMutableTraceID()

TraceID& olp::dataservice::write::model::ResponseOk::GetMutableTraceID ( )
inline

Gets a mutable reference to the trace ID of the request.

See also
GetTraceID for more information on the trace ID.
Returns
The trace ID of the request.

◆ GetTraceID()

const TraceID& olp::dataservice::write::model::ResponseOk::GetTraceID ( ) const
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.

Returns
The trace ID of the request.

◆ SetTraceID()

void olp::dataservice::write::model::ResponseOk::SetTraceID ( const TraceID value)
inline

Sets the trace ID of the request.

Parameters
valueA 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.

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