Interface ScannedItemCount.Builder

    • Method Detail

      • totalGb

        ScannedItemCount.Builder totalGb​(Integer totalGb)

        Total GB of files scanned for malware.

        Parameters:
        totalGb - Total GB of files scanned for malware.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • files

        ScannedItemCount.Builder files​(Integer files)

        Number of files scanned.

        Parameters:
        files - Number of files scanned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumes

        ScannedItemCount.Builder volumes​(Integer volumes)

        Total number of scanned volumes.

        Parameters:
        volumes - Total number of scanned volumes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.