Interface QueryResult.Item<T extends DataObject>
- Type Parameters:
T
- Result object type
- All Superinterfaces:
Immutable
- Enclosing interface:
- QueryResult<T extends DataObject>
A single item in the result set. It is identified by its path and the corresponding object..
-
Method Summary
Modifier and TypeMethodDescriptionobject()
Return the result object.path()
Return theInstanceIdentifier
of the result object.
-
Method Details
-
object
T object()Return the result object.- Returns:
- Result object
-
path
InstanceIdentifier<T> path()Return theInstanceIdentifier
of the result object. This is guaranteed to be non-wildcard.- Returns:
- InstanceIdentifier of the result object
-