Represents dependencies for the given catalog version.
More...
#include <VersionsResponseEntry.h>
Represents dependencies for the given catalog version.
◆ GetCatalogVersions()
const CatalogVersions& olp::dataservice::read::model::VersionsResponseEntry::GetCatalogVersions |
( |
| ) |
const |
|
inline |
Gets the information on the compatible versions.
- Returns
- The information on the compatible versions.
◆ GetVersion()
int64_t olp::dataservice::read::model::VersionsResponseEntry::GetVersion |
( |
| ) |
const |
|
inline |
Gets the version of the catalog.
- Returns
- The version of the catalog.
◆ SetCatalogVersions()
void olp::dataservice::read::model::VersionsResponseEntry::SetCatalogVersions |
( |
CatalogVersions |
catalog_versions | ) |
|
|
inline |
Sets the information on the dependencies.
- Parameters
-
catalog_versions | The information of the dependencies. |
◆ SetVersion()
void olp::dataservice::read::model::VersionsResponseEntry::SetVersion |
( |
int64_t |
version | ) |
|
|
inline |
Sets the version of the catalog.
- Parameters
-
version | The version of the catalog. |
The documentation for this class was generated from the following file: