-
- All Implemented Interfaces:
-
com.mailslurp.infrastructure.Response
public final class Informational<T extends Object> extends ApiInfrastructureResponse<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstatusTextprivate final IntegerstatusCodeprivate final Map<String, List<String>>headersprivate final ResponseTyperesponseType
-
Method Summary
Modifier and Type Method Description final StringgetStatusText()IntegergetStatusCode()Map<String, List<String>>getHeaders()final ResponseTypegetResponseType()-
-
Method Detail
-
getStatusText
final String getStatusText()
-
getStatusCode
Integer getStatusCode()
-
getHeaders
Map<String, List<String>> getHeaders()
-
getResponseType
final ResponseType getResponseType()
-
-
-
-