public class ScanResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_CANNOT_CHECK |
static int |
ERROR_CLEAN |
static int |
ERROR_VIRUS_FOUND |
| Constructor and Description |
|---|
ScanResult(int errorCode,
boolean modified) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Getter for errorCode.
|
boolean |
isModified()
Getter for toSave.
|
public static final int ERROR_CLEAN
public static final int ERROR_VIRUS_FOUND
public static final int ERROR_CANNOT_CHECK
Copyright © 2020. All rights reserved.