Class LookupResultImpl
- java.lang.Object
-
- org.infinispan.rest.framework.impl.LookupResultImpl
-
- All Implemented Interfaces:
LookupResult
public class LookupResultImpl extends Object implements LookupResult
- Since:
- 10.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.rest.framework.LookupResult
LookupResult.Status
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Invocation
getInvocation()
Returns the invocation to carry out aRestRequest
LookupResult.Status
getStatus()
Map<String,String>
getVariables()
In case the invocation contains paths withVariablePathItem
, returns the value for each variable or empty otherwise.
-
-
-
Method Detail
-
getInvocation
public Invocation getInvocation()
Description copied from interface:LookupResult
Returns the invocation to carry out aRestRequest
- Specified by:
getInvocation
in interfaceLookupResult
-
getVariables
public Map<String,String> 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
public LookupResult.Status getStatus()
- Specified by:
getStatus
in interfaceLookupResult
- Returns:
- Status of the lookup operation
-
-