Class LookupResultImpl
java.lang.Object
org.infinispan.rest.framework.impl.LookupResultImpl
- All Implemented Interfaces:
LookupResult
- Since:
- 10.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.rest.framework.LookupResult
LookupResult.Status
-
Method Summary
Modifier and TypeMethodDescriptionReturns the invocation to carry out aRestRequest
In case the invocation contains paths withVariablePathItem
, returns the value for each variable or empty otherwise.
-
Method Details
-
getInvocation
Description copied from interface:LookupResult
Returns the invocation to carry out aRestRequest
- Specified by:
getInvocation
in interfaceLookupResult
-
getVariables
Description copied from interface:LookupResult
In case the invocation contains paths withVariablePathItem
, returns the value for each variable or empty otherwise.- Specified by:
getVariables
in interfaceLookupResult
-
getStatus
- Specified by:
getStatus
in interfaceLookupResult
- Returns:
- Status of the lookup operation
-