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