WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.additionalInformationUrl(String additionalInformationUrl) |
“Information URL to learn more about the malware”
|
static WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.builderWindowsDeviceMalwareState() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.category(WindowsMalwareCategory category) |
“Category of the malware”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.detectionCount(Integer detectionCount) |
“Number of times the malware is detected”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.displayName(String displayName) |
“Malware name”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.executionState(WindowsMalwareExecutionState executionState) |
“Execution status of the malware like blocked/executing etc”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.id(String id) |
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.initialDetectionDateTime(OffsetDateTime initialDetectionDateTime) |
“Initial detection datetime of the malware”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.lastStateChangeDateTime(OffsetDateTime lastStateChangeDateTime) |
“The last time this particular threat was changed”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.severity(WindowsMalwareSeverity severity) |
“Severity of the malware”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.state(WindowsMalwareState state) |
“Current status of the malware like cleaned/quarantined/allowed etc”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.threatState(WindowsMalwareThreatState threatState) |
“Current status of the malware like cleaned/quarantined/allowed etc”
|