Interface Severity.Builder

    • Method Detail

      • description

        Severity.Builder description​(String description)

        The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).

        Parameters:
        description - The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SeverityDescription, SeverityDescription
      • description

        Severity.Builder description​(SeverityDescription description)

        The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).

        Parameters:
        description - The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SeverityDescription, SeverityDescription
      • score

        Severity.Builder score​(Long score)

        The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).

        Parameters:
        score - The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).
        Returns:
        Returns a reference to this object so that method calls can be chained together.