public class ScanResults extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
fileId |
ScanSummary |
summary |
| Constructor and Description |
|---|
ScanResults(String fileId,
ScanSummary summary) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileId()
A unique ID created by the server that refers to the file that was updated.
|
ScanSummary |
getSummary()
Gets the summary results of the scan.
|
public final String fileId
public final ScanSummary summary
public ScanResults(String fileId, ScanSummary summary)
public String getFileId()
public ScanSummary getSummary()
Copyright © 2013. All Rights Reserved.