Class AdvisorCheckSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • passResultsTotalCount

        public AdvisorCheckSummary.Builder passResultsTotalCount​(Integer passResultsTotalCount)
        Number of PASS results in the extended advisor report.
        Parameters:
        passResultsTotalCount - the value to set
        Returns:
        this builder
      • informationalResultsTotalCount

        public AdvisorCheckSummary.Builder informationalResultsTotalCount​(Integer informationalResultsTotalCount)
        Number of INFORMATIONAL results in the extended advisor report.
        Parameters:
        informationalResultsTotalCount - the value to set
        Returns:
        this builder
      • warningResultsTotalCount

        public AdvisorCheckSummary.Builder warningResultsTotalCount​(Integer warningResultsTotalCount)
        Number of WARNING results in the extended advisor report.
        Parameters:
        warningResultsTotalCount - the value to set
        Returns:
        this builder
      • blockerResultsTotalCount

        public AdvisorCheckSummary.Builder blockerResultsTotalCount​(Integer blockerResultsTotalCount)
        Number of BLOCKER results in the extended advisor report.
        Parameters:
        blockerResultsTotalCount - the value to set
        Returns:
        this builder
      • fatalResultsTotalCount

        public AdvisorCheckSummary.Builder fatalResultsTotalCount​(Integer fatalResultsTotalCount)
        Number of FATAL results in the extended advisor report.
        Parameters:
        fatalResultsTotalCount - the value to set
        Returns:
        this builder