olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::dataservice::read::model::CatalogVersion Class Referencefinal

Represents catalog with the version. More...

#include <CatalogVersion.h>

Public Member Functions

const std::string & GetHrn () const
 Gets the HRN of the catalog. More...
 
void SetHrn (std::string hrn)
 Sets the HRN of the catalog. More...
 
int64_t GetVersion () const
 Gets the version of the catalog. More...
 
void SetVersion (int64_t version)
 Sets the version of the dependent catalog. More...
 

Detailed Description

Represents catalog with the version.

Member Function Documentation

◆ GetHrn()

const std::string& olp::dataservice::read::model::CatalogVersion::GetHrn ( ) const
inline

Gets the HRN of the catalog.

Returns
The HRN of the catalog.

◆ GetVersion()

int64_t olp::dataservice::read::model::CatalogVersion::GetVersion ( ) const
inline

Gets the version of the catalog.

Returns
The version of the catalog.

◆ SetHrn()

void olp::dataservice::read::model::CatalogVersion::SetHrn ( std::string  hrn)
inline

Sets the HRN of the catalog.

Parameters
hrnThe HRN of the catalog.

◆ SetVersion()

void olp::dataservice::read::model::CatalogVersion::SetVersion ( int64_t  version)
inline

Sets the version of the dependent catalog.

Parameters
versionThe version of the catalog.

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