public class ScanOutcome extends Object
| Constructor and Description | 
|---|
| ScanOutcome(ScanResult result) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Item> | getItems()Returns a non-null list of the returned items; can be empty. | 
| ScanResult | getScanResult()Returns a non-null low-level result returned from the server side. | 
| String | toString() | 
public ScanOutcome(ScanResult result)
result - the low-level result; must not be null