AdvisoryModule
-
class AdvisoryModule
Public Functions
-
AdvisoryModule(const AdvisoryModule &src)
-
AdvisoryModule(AdvisoryModule &&src) noexcept
-
AdvisoryModule &operator=(const AdvisoryModule &src)
-
AdvisoryModule &operator=(AdvisoryModule &&src) noexcept
-
~AdvisoryModule()
-
std::string get_name() const
Get name of this AdvisoryModule.
- Returns:
Name of this AdvisoryModule as std::string.
-
std::string get_stream() const
Get stream of this AdvisoryModule.
- Returns:
Stream of this AdvisoryModule as std::string.
-
std::string get_version() const
Get version of this AdvisoryModule.
- Returns:
Version of this AdvisoryModule as std::string.
-
std::string get_context() const
Get context of this AdvisoryModule.
- Returns:
Context of this AdvisoryModule as std::string.
-
std::string get_arch() const
Get arch of this AdvisoryModule.
- Returns:
Arch of this AdvisoryModule as std::string.
-
std::string get_nsvca() const
Get NSVCA of this AdvisoryModule.
- Returns:
NSVCA of this AdvisoryModule as std::string.
-
AdvisoryId get_advisory_id() const
Get AdvisoryId of Advisory this AdvisoryModule belongs to.
- Returns:
AdvisoryId of this AdvisoryModule.
-
Advisory get_advisory() const
Get Advisory this AdvisoryModule belongs to.
- Returns:
newly construted Advisory object of this AdvisoryModule.
-
AdvisoryCollection get_advisory_collection() const
Get AdvisoryCollection this AdvisoryModule belongs to.
- Returns:
newly construted AdvisoryCollection object of this AdvisoryModule.
-
AdvisoryModule(const AdvisoryModule &src)