AdvisoryPackage
- class libdnf5.advisory.AdvisoryPackage(*args)
- get_advisory()
Get Advisory this AdvisoryPackage belongs to.
- Return type:
- Returns:
newly construted Advisory object of this AdvisoryPackage.
- get_advisory_collection()
Get AdvisoryCollection this AdvisoryPackage belongs to.
- Return type:
- Returns:
newly construted AdvisoryCollection object of this AdvisoryPackage.
- get_advisory_id()
Get AdvisoryId of Advisory this AdvisoryPackage belongs to.
- Return type:
AdvisoryId
- Returns:
AdvisoryId of this AdvisoryPackage.
- get_arch()
Get arch of this AdvisoryPackage.
- Return type:
string
- Returns:
Arch of this AdvisoryPackage as std::string.
- get_epoch()
Get epoch of this AdvisoryPackage.
- Return type:
string
- Returns:
Epoch of this AdvisoryPackage as std::string.
- get_evr()
Get evr of this AdvisoryPackage.
- Return type:
string
- Returns:
Evr of this AdvisoryPackage as std::string.
- get_name()
Get name of this AdvisoryPackage.
- Return type:
string
- Returns:
Name of this AdvisoryPackage as std::string.
- get_nevra()
Get NEVRA of this AdvisoryPackage.
- Return type:
string
- Returns:
NEVRA of this AdvisoryPackage as std::string.
- get_reboot_suggested()
Get bool value whether reboot is suggested
- Return type:
boolean
- Returns:
Reboot suggestion of this advisory package as bool
- get_release()
Get release version of this AdvisoryPackage.
- Return type:
string
- Returns:
Release of this AdvisoryPackage as std::string.
- get_relogin_suggested()
Get bool value whether relogin is suggested
- Return type:
boolean
- Returns:
Relogin suggestion of this advisory package as bool
- get_restart_suggested()
Get bool value whether restart is suggested
- Return type:
boolean
- Returns:
Restart suggestion of this advisory package as bool
- get_version()
Get version of this AdvisoryPackage.
- Return type:
string
- Returns:
Version of this AdvisoryPackage as std::string.
- thisown