public class ScanResponse extends Object
| Constructor and Description |
|---|
ScanResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrors()
Returns a list with error messages from scan if an error was happened.
|
String |
getSeed() |
Statistics |
getStatistics()
Returns some statistics from the scan.
|
String |
getStatus()
Returns the scan status.
|
boolean |
isBusy()
Return
true when the scan is still in progress, otherwise false. |
public boolean isBusy()
true when the scan is still in progress, otherwise false.true when the scan is still in progress.public String getStatus()
public String getSeed()
public List<String> getErrors()
public Statistics getStatistics()
Copyright © 2018. All rights reserved.