Package de.xima.fc.interfaces.http
Interface IScannedFileItem
- 
public interface IScannedFileItemCommon interface forfile itemsthat have been scanned for malware.- Since:
 - 8.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MalwareScanReportgetMalwareScanReport()Returns the malware scan report, representing the results of the malware scan. 
 - 
 
- 
- 
Method Detail
- 
getMalwareScanReport
MalwareScanReport getMalwareScanReport()
Returns the malware scan report, representing the results of the malware scan.- Returns:
 - the malware scan report for this file item.
 
 
 - 
 
 -