Interface StopCisMessageProgress.Builder

    • Method Detail

      • errorChecks

        StopCisMessageProgress.Builder errorChecks​(Integer errorChecks)

        The progress' error checks.

        Parameters:
        errorChecks - The progress' error checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedChecks

        StopCisMessageProgress.Builder failedChecks​(Integer failedChecks)

        The progress' failed checks.

        Parameters:
        failedChecks - The progress' failed checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • informationalChecks

        StopCisMessageProgress.Builder informationalChecks​(Integer informationalChecks)

        The progress' informational checks.

        Parameters:
        informationalChecks - The progress' informational checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notApplicableChecks

        StopCisMessageProgress.Builder notApplicableChecks​(Integer notApplicableChecks)

        The progress' not applicable checks.

        Parameters:
        notApplicableChecks - The progress' not applicable checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notEvaluatedChecks

        StopCisMessageProgress.Builder notEvaluatedChecks​(Integer notEvaluatedChecks)

        The progress' not evaluated checks.

        Parameters:
        notEvaluatedChecks - The progress' not evaluated checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successfulChecks

        StopCisMessageProgress.Builder successfulChecks​(Integer successfulChecks)

        The progress' successful checks.

        Parameters:
        successfulChecks - The progress' successful checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalChecks

        StopCisMessageProgress.Builder totalChecks​(Integer totalChecks)

        The progress' total checks.

        Parameters:
        totalChecks - The progress' total checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unknownChecks

        StopCisMessageProgress.Builder unknownChecks​(Integer unknownChecks)

        The progress' unknown checks.

        Parameters:
        unknownChecks - The progress' unknown checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.