Interface SolMapsResponse
- All Superinterfaces:
DataRetrievalResponse<Iterable<SolutionMapping>>
- All Known Implementing Classes:
SolMapsResponseImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
getSize()
Returns the number of mappings that are returned byDataRetrievalResponse.getResponseData()
.Methods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalResponse
getErrorDescription, getErrorStatusCode, getFederationMember, getRequest, getRequestDuration, getRequestStartTime, getResponseData, getRetrievalEndTime, isError
-
Method Details
-
getSize
Returns the number of mappings that are returned byDataRetrievalResponse.getResponseData()
.
-