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