AdvisoryReference

class libdnf5.advisory.AdvisoryReference(*args)
get_id()

Get id of this advisory reference, this id is like a name of this reference (it is not libsolv id).

Return type:

string

Returns:

id of this reference as std::string.

get_title()

Get title of this reference.

Return type:

string

Returns:

Title of this reference.

get_type()

Get type of this reference. Possible reference types are: “bugzilla”, “cve”, “vendor”.

Return type:

string

Returns:

type of this reference as std::string.

get_type_cstring()

Get type of this reference.

Return type:

string

Returns:

Type of this reference as const char* !! (temporal value)

get_url()

Get url of this reference.

Return type:

string

Returns:

Url of this reference.

thisown