public class ICAPResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_CHECKED
The Constant STATE_CHECKED.
|
static int |
STATE_VIRUS_FOUND
The Constant STATE_VIRUS_FOUND.
|
| Constructor and Description |
|---|
ICAPResult(int state)
Instantiates a new ICAP result.
|
ICAPResult(int state,
String virusName)
Instantiates a new ICAP result.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStateProcessing()
Getter for STATE_PROCESSING.
|
String |
getVirusName()
Getter for virusName.
|
public static final int STATE_CHECKED
public static final int STATE_VIRUS_FOUND
public ICAPResult(int state,
String virusName)
state - the statepublic ICAPResult(int state)
state - the statepublic int getStateProcessing()
public String getVirusName()
Copyright © 2020. All rights reserved.