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

Represents a catalog version dependency. More...

#include <VersionDependency.h>

Public Member Functions

bool GetDirect () const
 Gets the direct dependency status. More...
 
void SetDirect (bool direct)
 Sets the direct dependency status. More...
 
const std::string & GetHrn () const
 Gets the HRN. More...
 
void SetHrn (std::string hrn)
 Sets the HRN. More...
 
std::int64_t GetVersion () const
 Gets the catalog version. More...
 
void SetVersion (std::int64_t version)
 Sets the catalog version. More...
 

Detailed Description

Represents a catalog version dependency.

Member Function Documentation

◆ GetDirect()

bool olp::dataservice::read::model::VersionDependency::GetDirect ( ) const
inline

Gets the direct dependency status.

Returns
The direct dependency status.

◆ GetHrn()

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

Gets the HRN.

Returns
The HRN.

◆ GetVersion()

std::int64_t olp::dataservice::read::model::VersionDependency::GetVersion ( ) const
inline

Gets the catalog version.

Returns
The catalog version.

◆ SetDirect()

void olp::dataservice::read::model::VersionDependency::SetDirect ( bool  direct)
inline

Sets the direct dependency status.

Parameters
directThe direct dependency status.

◆ SetHrn()

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

Sets the HRN.

Parameters
hrnThe HRN that you want to set.

◆ SetVersion()

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

Sets the catalog version.

Parameters
versionThe catalog version.

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