WindowsMalwareCategoryCount.Builder |
WindowsMalwareCategoryCount.Builder.activeMalwareDetectionCount(Integer activeMalwareDetectionCount) |
“Count of active malware detections for this malware category.
|
static WindowsMalwareCategoryCount.Builder |
WindowsMalwareCategoryCount.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
WindowsMalwareCategoryCount.Builder |
WindowsMalwareCategoryCount.Builder.category(WindowsMalwareCategory category) |
“Malware category”
|
WindowsMalwareCategoryCount.Builder |
WindowsMalwareCategoryCount.Builder.deviceCount(Integer deviceCount) |
“Count of devices with malware detections for this malware category”
|
WindowsMalwareCategoryCount.Builder |
WindowsMalwareCategoryCount.Builder.distinctActiveMalwareCount(Integer distinctActiveMalwareCount) |
“Count of distinct active malwares for this malware category.
|
WindowsMalwareCategoryCount.Builder |
WindowsMalwareCategoryCount.Builder.lastUpdateDateTime(OffsetDateTime lastUpdateDateTime) |
“The Timestamp of the last update for the device count in UTC”
|