Notification
@Serializable
Describes a condition relevant to the tool itself, as opposed to being relevant to a target being analyzed by the tool.
Constructors
Link copied to clipboard
constructor(associatedRule: ReportingDescriptorReference? = null, descriptor: ReportingDescriptorReference? = null, exception: Exception? = null, level: Level? = null, locations: List<Location>? = null, message: Message, properties: PropertyBag? = null, threadID: Long? = null, timeUTC: String? = null)
Properties
Link copied to clipboard
A reference used to locate the rule descriptor associated with this notification.
Link copied to clipboard
A reference used to locate the descriptor relevant to this notification.
Link copied to clipboard
Key/value pairs that provide additional information about the notification.