-
- All Implemented Interfaces:
-
com.mailslurp.infrastructure.Response
public abstract class ApiInfrastructureResponse<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 ApiInfrastructureResponse(ResponseType responseType)
-
Method Summary
Modifier and Type Method Description abstract IntegergetStatusCode()abstract Map<String, List<String>>getHeaders()final ResponseTypegetResponseType()-
-
Constructor Detail
-
ApiInfrastructureResponse
ApiInfrastructureResponse(ResponseType responseType)
-
-
Method Detail
-
getStatusCode
abstract Integer getStatusCode()
-
getHeaders
abstract Map<String, List<String>> getHeaders()
-
getResponseType
final ResponseType getResponseType()
-
-
-
-