Class ApiResponse<T>
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.rest.json.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()
-