@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MetricsListResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_METRICS |
boolean |
unparsed |
Constructor and Description |
---|
MetricsListResponse() |
Modifier and Type | Method and Description |
---|---|
MetricsListResponse |
addMetricsItem(String metricsItem) |
boolean |
equals(Object o)
Return true if this MetricsListResponse object is equal to o.
|
MetricsListResponse |
from(String from) |
String |
getFrom()
Time when the metrics were active, seconds since the Unix epoch.
|
List<String> |
getMetrics()
List of metric names.
|
int |
hashCode() |
MetricsListResponse |
metrics(List<String> metrics) |
void |
setFrom(String from) |
void |
setMetrics(List<String> metrics) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_METRICS
public MetricsListResponse from(String from)
@Nullable public String getFrom()
public void setFrom(String from)
public MetricsListResponse metrics(List<String> metrics)
public MetricsListResponse addMetricsItem(String metricsItem)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.