Package com.algorand.algosdk.kmd.client
Class ApiResponse<T>
- java.lang.Object
-
- com.algorand.algosdk.kmd.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 TgetData()Map<String,List<String>>getHeaders()intgetStatusCode()
-