Interface SeverityCounts.Builder

  • Method Details

    • all

      The total count of findings from all severities.

      Parameters:
      all - The total count of findings from all severities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • critical

      SeverityCounts.Builder critical(Long critical)

      The total count of critical severity findings.

      Parameters:
      critical - The total count of critical severity findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • high

      The total count of high severity findings.

      Parameters:
      high - The total count of high severity findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • medium

      SeverityCounts.Builder medium(Long medium)

      The total count of medium severity findings.

      Parameters:
      medium - The total count of medium severity findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.