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