-
- All Implemented Interfaces:
-
edu.wgu.osmt.searchhub.client.infrastructure.Response
public abstract class ApiResponse<T extends Object> implements Response
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerstatusCodeprivate final Map<String, List<String>>headersprivate final ResponseTyperesponseType
-
Constructor Summary
Constructors Constructor Description ApiResponse(ResponseType responseType)
-
Method Summary
Modifier and Type Method Description abstract IntegergetStatusCode()abstract Map<String, List<String>>getHeaders()final ResponseTypegetResponseType()-
-
Constructor Detail
-
ApiResponse
ApiResponse(ResponseType responseType)
-
-
Method Detail
-
getStatusCode
abstract Integer getStatusCode()
-
getHeaders
abstract Map<String, List<String>> getHeaders()
-
getResponseType
final ResponseType getResponseType()
-
-
-
-