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