@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageTopAvgMetricsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_USAGE |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageTopAvgMetricsResponse() |
| Modifier and Type | Method and Description |
|---|---|
UsageTopAvgMetricsResponse |
addUsageItem(UsageTopAvgMetricsHour usageItem) |
boolean |
equals(Object o)
Return true if this UsageTopAvgMetricsResponse 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.
|
UsageTopAvgMetricsMetadata |
getMetadata()
The object containing document metadata.
|
List<UsageTopAvgMetricsHour> |
getUsage()
Number of hourly recorded custom metrics for a given organization.
|
int |
hashCode() |
UsageTopAvgMetricsResponse |
metadata(UsageTopAvgMetricsMetadata metadata) |
UsageTopAvgMetricsResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMetadata(UsageTopAvgMetricsMetadata metadata) |
void |
setUsage(List<UsageTopAvgMetricsHour> usage) |
String |
toString() |
UsageTopAvgMetricsResponse |
usage(List<UsageTopAvgMetricsHour> usage) |
public boolean unparsed
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_USAGE
public UsageTopAvgMetricsResponse metadata(UsageTopAvgMetricsMetadata metadata)
@Nullable public UsageTopAvgMetricsMetadata getMetadata()
public void setMetadata(UsageTopAvgMetricsMetadata metadata)
public UsageTopAvgMetricsResponse usage(List<UsageTopAvgMetricsHour> usage)
public UsageTopAvgMetricsResponse addUsageItem(UsageTopAvgMetricsHour usageItem)
@Nullable public List<UsageTopAvgMetricsHour> getUsage()
public void setUsage(List<UsageTopAvgMetricsHour> usage)
public UsageTopAvgMetricsResponse 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.