Package com.exoscale.sdk.client
Class ApiResponse<T>
- java.lang.Object
-
- com.exoscale.sdk.client.ApiResponse<T>
-
- Type Parameters:
T
- The type of data that is deserialized from response body
public class ApiResponse<T> extends Object
API response returned by API call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getData()
Map<String,List<String>>
getHeaders()
int
getStatusCode()
-