static MalwareStateForWindowsDevice.Builder |
MalwareStateForWindowsDevice.builderMalwareStateForWindowsDevice() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
MalwareStateForWindowsDevice.Builder |
MalwareStateForWindowsDevice.Builder.detectionCount(Integer detectionCount) |
“Number of times the malware is detected”
|
MalwareStateForWindowsDevice.Builder |
MalwareStateForWindowsDevice.Builder.deviceName(String deviceName) |
“Device name”
|
MalwareStateForWindowsDevice.Builder |
MalwareStateForWindowsDevice.Builder.executionState(WindowsMalwareExecutionState executionState) |
“Execution status of the malware like blocked/executing etc”
|
MalwareStateForWindowsDevice.Builder |
MalwareStateForWindowsDevice.Builder.id(String id) |
|
MalwareStateForWindowsDevice.Builder |
MalwareStateForWindowsDevice.Builder.initialDetectionDateTime(OffsetDateTime initialDetectionDateTime) |
“Initial detection datetime of the malware”
|
MalwareStateForWindowsDevice.Builder |
MalwareStateForWindowsDevice.Builder.lastStateChangeDateTime(OffsetDateTime lastStateChangeDateTime) |
“The last time this particular threat was changed”
|
MalwareStateForWindowsDevice.Builder |
MalwareStateForWindowsDevice.Builder.threatState(WindowsMalwareThreatState threatState) |
“Threat status of the malware like cleaned/quarantined/allowed etc”
|