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