Interface SeverityCounts.Builder

  • Method Details

    • all

      The total number of findings across all severity levels for the specified filter.

      Parameters:
      all - The total number of findings across all severity levels for the specified filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • critical

      SeverityCounts.Builder critical(Long critical)

      The number of critical severity findings for the specified filter.

      Parameters:
      critical - The number of critical severity findings for the specified filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • high

      The number of high severity findings for the specified filter.

      Parameters:
      high - The number of high severity findings for the specified filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • medium

      SeverityCounts.Builder medium(Long medium)

      The number of medium severity findings for the specified filter.

      Parameters:
      medium - The number of medium severity findings for the specified filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.