public class ScanOutcome
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ScanResult |
result |
Constructor and Description |
---|
ScanOutcome(ScanResult result) |
Modifier and Type | Method and Description |
---|---|
java.util.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.
|
java.lang.String |
toString() |
private final ScanResult result
public ScanOutcome(ScanResult result)
result
- the low-level result; must not be nullpublic java.util.List<Item> getItems()
public ScanResult getScanResult()
public java.lang.String toString()
toString
in class java.lang.Object