Class ApiResponse<T>
java.lang.Object
org.openapitools.client.ApiResponse<T>
API response returned by API call.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Get thedata.Get theheaders.intGet thestatus code.
-
Field Details
-
statusCode
private final int statusCode -
headers
-
data
-
-
Constructor Details
-
ApiResponse
-
ApiResponse
-
-
Method Details
-
getStatusCode
public int getStatusCode()Get the
status code.- Returns:
- the status code
-
getHeaders
-
getData
-