DateStatistics

Represents list a map of dates with a count of total findings generated on each date.

Types

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

Properties

Link copied to clipboard

The timestamp when the total findings count is observed.

Link copied to clipboard

The timestamp at which the last finding in the findings count, was generated.

Link copied to clipboard

The severity of the findings generated on each date.

Link copied to clipboard

The total number of findings that were generated per severity level on each date.

Functions

Link copied to clipboard
inline fun copy(block: DateStatistics.Builder.() -> Unit = {}): DateStatistics
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