BundleDTO¶
-
struct BundleDTO¶
- #include <cppmicroservices/servicecomponent/runtime/dto/BundleDTO.hpp>
A representation of a bundle.
Public Members
-
unsigned long id¶
The bundle’s unique identifier.
See also
-
unsigned long lastModified¶
The time when the bundle was last modified.
See also
-
uint32_t state¶
The bundle’s state.
See also
-
std::string symbolicName¶
The bundle’s symbolic name.
See also
-
std::string version¶
The bundle’s version.
See also
-
unsigned long id¶