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

Represents a response to a successful data upload operation to a catalog layer. More...

#include <ResponseOkSingle.h>

Public Member Functions

 ResponseOkSingle (const ResponseOkSingle &)=default
 
 ResponseOkSingle (ResponseOkSingle &&)=default
 
ResponseOkSingleoperator= (const ResponseOkSingle &)=default
 
ResponseOkSingleoperator= (ResponseOkSingle &&)=default
 
const std::string & GetTraceID () const
 Gets the trace ID of the request. More...
 
std::string & GetMutableTraceID ()
 Gets a mutable reference to the trace ID of the request. More...
 
void SetTraceID (const std::string &value)
 Sets the trace ID of the request. More...
 

Detailed Description

Represents a response to a successful data upload operation to a catalog layer.

Member Function Documentation

◆ GetMutableTraceID()

std::string& olp::dataservice::write::model::ResponseOkSingle::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 std::string& olp::dataservice::write::model::ResponseOkSingle::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::ResponseOkSingle::SetTraceID ( const std::string &  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: