public static final class WindowsMalwareCategoryCount.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareCategoryCount |
build() |
WindowsMalwareCategoryCount.Builder |
category(WindowsMalwareCategory category)
“Malware category”
|
WindowsMalwareCategoryCount.Builder |
deviceCount(Integer deviceCount)
“Count of devices with malware detections for this malware category”
|
WindowsMalwareCategoryCount.Builder |
lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
“The Timestamp of the last update for the device count in UTC”
|
public WindowsMalwareCategoryCount.Builder category(WindowsMalwareCategory category)
category - value of category property (as defined in service metadata)this (for method chaining)public WindowsMalwareCategoryCount.Builder deviceCount(Integer deviceCount)
deviceCount - value of deviceCount property (as defined in service metadata)this (for method chaining)public WindowsMalwareCategoryCount.Builder lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
lastUpdateDateTime - value of lastUpdateDateTime property (as defined in service metadata)this (for method chaining)public WindowsMalwareCategoryCount build()
Copyright © 2018–2020. All rights reserved.