T - The type of data that is deserialized from response body@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApiResponse<T> extends Object
| Constructor and Description |
|---|
ApiResponse(int statusCode,
Map<String,List<String>> headers) |
ApiResponse(int statusCode,
Map<String,List<String>> headers,
T data) |
| Modifier and Type | Method and Description |
|---|---|
T |
getData()
Get the data
|
Map<String,List<String>> |
getHeaders()
Get the headers
|
int |
getStatusCode()
Get the status code
|
Copyright © 2024. All rights reserved.