Interface SeverityTrendsCount.Builder

  • Method Details

    • unknown

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

      Parameters:
      unknown - The count of findings with Unknown severity level at this point in the trend timeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • informational

      SeverityTrendsCount.Builder informational(Long informational)

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

      Parameters:
      informational - The count of findings with Informational severity level at this point in the trend timeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • low

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

      Parameters:
      low - The count of findings with Low severity level at this point in the trend timeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • medium

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

      Parameters:
      medium - The count of findings with Medium severity level at this point in the trend timeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • high

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

      Parameters:
      high - The count of findings with High severity level at this point in the trend timeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • critical

      SeverityTrendsCount.Builder critical(Long critical)

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

      Parameters:
      critical - The count of findings with Critical severity level at this point in the trend timeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fatal

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

      Parameters:
      fatal - The count of findings with Fatal severity level at this point in the trend timeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • other

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

      Parameters:
      other - The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.