1#ifndef SELPHIDAPITRACKINGRESULT_H_
2#define SELPHIDAPITRACKINGRESULT_H_
4#include "FPhiDefines.hpp"
7class SelphIDApiTrackingResult_p;
14 std::unique_ptr<SelphIDApiTrackingResult_p> _selphIDApiTrackingResult_p;
SelphIDApiTrackingResult.
Definition SelphIDApiTrackingResult.h:12
DLL_PUBLIC std::string GetTrackingMessage() const
Gets the tracking request message.
DLL_PUBLIC SelphIDApiTrackingResult(const std::unique_ptr< SelphIDApiTrackingResult_p > &selphIDApiTrackingResult_p)
Creates a new instance of SelphIDApiTrackingResult.
DLL_PUBLIC int GetTrackingStatus() const
Gets the tracking request HTTP result.
DLL_PUBLIC SelphIDApiTrackingResult & operator=(const SelphIDApiTrackingResult &selphIDApiTrackingResult)
Assignment operator overload.
DLL_PUBLIC ~SelphIDApiTrackingResult()
SelphIDApiTrackingResult destructor.
DLL_PUBLIC const SelphIDApiTrackingResult_p * GetSelphIDApiTrackingResult_p() const
Gets the inner implementation.
DLL_PUBLIC SelphIDApiTrackingResult()
Creates a new instance of SelphIDApiTrackingResult.
DLL_PUBLIC void SetTrackingStatus(int status)
Sets the tracking request HTTP result.
DLL_PUBLIC void SetTrackingMessage(std::string &message)
Sets the tracking request message.
DLL_PUBLIC SelphIDApiTrackingResult(const SelphIDApiTrackingResult &selphIDApiTrackingResult)
Creates a new instance of SelphIDApiTrackingResult.