static WindowsMalwareStateCount.Builder |
WindowsMalwareStateCount.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
WindowsMalwareStateCount.Builder |
WindowsMalwareStateCount.Builder.deviceCount(Integer deviceCount) |
“Count of devices with malware detections for this malware State”
|
WindowsMalwareStateCount.Builder |
WindowsMalwareStateCount.Builder.distinctMalwareCount(Integer distinctMalwareCount) |
“Count of distinct malwares for this malware State.
|
WindowsMalwareStateCount.Builder |
WindowsMalwareStateCount.Builder.lastUpdateDateTime(OffsetDateTime lastUpdateDateTime) |
“The Timestamp of the last update for the device count in UTC”
|
WindowsMalwareStateCount.Builder |
WindowsMalwareStateCount.Builder.malwareDetectionCount(Integer malwareDetectionCount) |
“Count of total malware detections for this malware State.
|
WindowsMalwareStateCount.Builder |
WindowsMalwareStateCount.Builder.state(WindowsMalwareThreatState state) |
“Malware Threat State”
|