SeverityTrendsCount

Contains counts of findings grouped by severity level for trend analysis.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The count of findings with Critical severity level at this point in the trend timeline.

Link copied to clipboard
val fatal: Long?

The count of findings with Fatal severity level at this point in the trend timeline.

Link copied to clipboard
val high: Long?

The count of findings with High severity level at this point in the trend timeline.

Link copied to clipboard

The count of findings with Informational severity level at this point in the trend timeline.

Link copied to clipboard
val low: Long?

The count of findings with Low severity level at this point in the trend timeline.

Link copied to clipboard
val medium: Long?

The count of findings with Medium severity level at this point in the trend timeline.

Link copied to clipboard
val other: Long?

The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.

Link copied to clipboard

The count of findings with Unknown severity level at this point in the trend timeline.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String