UpgradeDistribution class

The Upgrade Distribution represents metadata about the Upgrade for each operating system (CPE).

Some distributions have additional metadata around updates, classifying them into various categories and severities.

Constructors

UpgradeDistribution({String? classification, String? cpeUri, List<String>? cve, String? severity})
UpgradeDistribution.fromJson(Map _json)

Properties

classification String?
The operating system classification of this Upgrade, as specified by the upstream operating system upgrade feed.
getter/setter pair
cpeUri String?
Required - The specific operating system this metadata applies to.
getter/setter pair
cve List<String>?
The cve tied to this Upgrade.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The severity as specified by the upstream operating system.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited