@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MetricsQueryResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_FROM_DATE |
static String |
JSON_PROPERTY_GROUP_BY |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_RES_TYPE |
static String |
JSON_PROPERTY_SERIES |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TO_DATE |
boolean |
unparsed |
| Constructor and Description |
|---|
MetricsQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MetricsQueryResponse object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getError()
Message indicating the errors if status is not
ok. |
Long |
getFromDate()
Start of requested time window, milliseconds since Unix epoch.
|
List<String> |
getGroupBy()
List of tag keys on which to group.
|
String |
getMessage()
Message indicating
success if status is ok. |
String |
getQuery()
Query string
|
String |
getResType()
Type of response.
|
List<MetricsQueryMetadata> |
getSeries()
List of timeseries queried.
|
String |
getStatus()
Status of the query.
|
Long |
getToDate()
End of requested time window, milliseconds since Unix epoch.
|
int |
hashCode() |
MetricsQueryResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_FROM_DATE
public static final String JSON_PROPERTY_GROUP_BY
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_RES_TYPE
public static final String JSON_PROPERTY_SERIES
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TO_DATE
@Nullable public String getError()
ok.@Nullable public Long getFromDate()
@Nullable public List<String> getGroupBy()
@Nullable public String getMessage()
success if status is ok.@Nullable public String getQuery()
@Nullable public String getResType()
@Nullable public List<MetricsQueryMetadata> getSeries()
@Nullable public String getStatus()
@Nullable public Long getToDate()
public MetricsQueryResponse putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.