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