Class WindowsMalwareStateCount.Builder

    • Method Detail

      • deviceCount

        public WindowsMalwareStateCount.Builder deviceCount​(Integer deviceCount)
        “Count of devices with malware detections for this malware State”
        Parameters:
        deviceCount - value of deviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • distinctMalwareCount

        public WindowsMalwareStateCount.Builder distinctMalwareCount​(Integer distinctMalwareCount)
        “Count of distinct malwares for this malware State. Valid values -2147483648 to 2147483647”
        Parameters:
        distinctMalwareCount - value of distinctMalwareCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • lastUpdateDateTime

        public WindowsMalwareStateCount.Builder lastUpdateDateTime​(OffsetDateTime lastUpdateDateTime)
        “The Timestamp of the last update for the device count in UTC”
        Parameters:
        lastUpdateDateTime - value of lastUpdateDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • malwareDetectionCount

        public WindowsMalwareStateCount.Builder malwareDetectionCount​(Integer malwareDetectionCount)
        “Count of total malware detections for this malware State. Valid values - 2147483648 to 2147483647”
        Parameters:
        malwareDetectionCount - value of malwareDetectionCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • state

        public WindowsMalwareStateCount.Builder state​(WindowsMalwareThreatState state)
        “Malware Threat State. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. Defaults to noStatusCleared. Computed.”
        Parameters:
        state - value of state property (as defined in service metadata)
        Returns:
        this (for method chaining)