Notification
@JsonClass(generateAdapter = true)
Describes a condition relevant to the tool itself, as opposed to being relevant to a target being analyzed by the tool.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "associatedRule") associatedRule: ReportingDescriptorReference? = null, @Json(name = "descriptor") descriptor: ReportingDescriptorReference? = null, @Json(name = "exception") exception: Exception? = null, @Json(name = "level") level: Level? = null, @Json(name = "locations") locations: List<Location>? = null, @Json(name = "message") message: Message, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "threadId") threadID: Int? = null, @Json(name = "timeUtc") 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.