Interface StatusReason.Builder

    • Method Detail

      • code

        StatusReason.Builder code​(String code)

        The reason code for the current status of the analyzer.

        Parameters:
        code - The reason code for the current status of the analyzer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReasonCode, ReasonCode
      • code

        StatusReason.Builder code​(ReasonCode code)

        The reason code for the current status of the analyzer.

        Parameters:
        code - The reason code for the current status of the analyzer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReasonCode, ReasonCode