AdvisoryModule

class libdnf5.advisory.AdvisoryModule(*args)
get_advisory()

Get Advisory this AdvisoryModule belongs to.

Return type:

Advisory

Returns:

newly construted Advisory object of this AdvisoryModule.

get_advisory_collection()

Get AdvisoryCollection this AdvisoryModule belongs to.

Return type:

AdvisoryCollection

Returns:

newly construted AdvisoryCollection object of this AdvisoryModule.

get_advisory_id()

Get AdvisoryId of Advisory this AdvisoryModule belongs to.

Return type:

AdvisoryId

Returns:

AdvisoryId of this AdvisoryModule.

get_arch()

Get arch of this AdvisoryModule.

Return type:

string

Returns:

Arch of this AdvisoryModule as std::string.

get_context()

Get context of this AdvisoryModule.

Return type:

string

Returns:

Context of this AdvisoryModule as std::string.

get_name()

Get name of this AdvisoryModule.

Return type:

string

Returns:

Name of this AdvisoryModule as std::string.

get_nsvca()

Get NSVCA of this AdvisoryModule.

Return type:

string

Returns:

NSVCA of this AdvisoryModule as std::string.

get_stream()

Get stream of this AdvisoryModule.

Return type:

string

Returns:

Stream of this AdvisoryModule as std::string.

get_version()

Get version of this AdvisoryModule.

Return type:

string

Returns:

Version of this AdvisoryModule as std::string.

thisown