Interface SeverityStatistics.Builder

    • Method Detail

      • lastGeneratedAt

        SeverityStatistics.Builder lastGeneratedAt​(Instant lastGeneratedAt)

        The timestamp at which a finding type for a specific severity was last generated.

        Parameters:
        lastGeneratedAt - The timestamp at which a finding type for a specific severity was last generated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severity

        SeverityStatistics.Builder severity​(Double severity)

        The severity level associated with each finding type.

        Parameters:
        severity - The severity level associated with each finding type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalFindings

        SeverityStatistics.Builder totalFindings​(Integer totalFindings)

        The total number of findings associated with this severity.

        Parameters:
        totalFindings - The total number of findings associated with this severity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.