26 #include <olp/dataservice/read/DataServiceReadApi.h>
29 namespace dataservice {
57 const std::string&
GetHrn()
const {
return hrn_; }
64 void SetHrn(std::string hrn) { hrn_ = std::move(hrn); }
78 void SetVersion(std::int64_t version) { version_ = version; }
83 std::int64_t version_{0};
Represents a catalog version dependency.
Definition: VersionDependency.h:36
const std::string & GetHrn() const
Gets the HRN.
Definition: VersionDependency.h:57
void SetHrn(std::string hrn)
Sets the HRN.
Definition: VersionDependency.h:64
std::int64_t GetVersion() const
Gets the catalog version.
Definition: VersionDependency.h:71
void SetDirect(bool direct)
Sets the direct dependency status.
Definition: VersionDependency.h:50
bool GetDirect() const
Gets the direct dependency status.
Definition: VersionDependency.h:43
void SetVersion(std::int64_t version)
Sets the catalog version.
Definition: VersionDependency.h:78
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24