Package io.iworkflow.gen.models
Class ApiResponse<T>
java.lang.Object
io.iworkflow.gen.models.ApiResponse<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApiResponse
- Parameters:
statusCode
- The status code of HTTP responseheaders
- The headers of HTTP response
-
ApiResponse
- Parameters:
statusCode
- The status code of HTTP responseheaders
- The headers of HTTP responsedata
- The object deserialized from response bod
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getHeaders
-
getData
-