@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageDBMResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_USAGE |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageDBMResponse() |
| Modifier and Type | Method and Description |
|---|---|
UsageDBMResponse |
addUsageItem(UsageDBMHour usageItem) |
boolean |
equals(Object o)
Return true if this UsageDBMResponse object is equal to o.
|
List<UsageDBMHour> |
getUsage()
Get hourly usage for Database Monitoring
|
int |
hashCode() |
void |
setUsage(List<UsageDBMHour> usage) |
String |
toString() |
UsageDBMResponse |
usage(List<UsageDBMHour> usage) |
public boolean unparsed
public static final String JSON_PROPERTY_USAGE
public UsageDBMResponse usage(List<UsageDBMHour> usage)
public UsageDBMResponse addUsageItem(UsageDBMHour usageItem)
@Nullable public List<UsageDBMHour> getUsage()
public void setUsage(List<UsageDBMHour> usage)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.