public interface Infection
Modifier and Type | Interface and Description |
---|---|
static class |
Infection.RESOLUTION
resolution: 0 - NOT_REPAIRED = File is not repaired,
1 - REPAIRED = File is repaired,
2 - BLOCKED = Block original file due to violations
|
static class |
Infection.TYPE
type: 0 - VIRUS = virus,
1 - POLICY_VIOLATION = mail policy violation (eg illegal attachment),
2 - CONTAINER_VIOLATION = container violation (eg zip takes too long to decompress)
|
Modifier and Type | Method and Description |
---|---|
Infection.RESOLUTION |
getResolution() |
java.lang.String |
getThreat() |
Infection.TYPE |
getType() |
Infection.TYPE getType()
Infection.RESOLUTION getResolution()
java.lang.String getThreat()