@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageDataObject extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageDataObject() |
| Modifier and Type | Method and Description |
|---|---|
UsageDataObject |
attributes(UsageAttributesObject attributes) |
boolean |
equals(Object o)
Return true if this UsageDataObject object is equal to o.
|
UsageAttributesObject |
getAttributes()
Usage attributes data.
|
String |
getId()
Unique ID of the response.
|
UsageTimeSeriesType |
getType()
Type of usage data.
|
int |
hashCode() |
UsageDataObject |
id(String id) |
void |
setAttributes(UsageAttributesObject attributes) |
void |
setId(String id) |
void |
setType(UsageTimeSeriesType type) |
String |
toString() |
UsageDataObject |
type(UsageTimeSeriesType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public UsageDataObject attributes(UsageAttributesObject attributes)
@Nullable public UsageAttributesObject getAttributes()
public void setAttributes(UsageAttributesObject attributes)
public UsageDataObject id(String id)
@Nullable public String getId()
public void setId(String id)
public UsageDataObject type(UsageTimeSeriesType type)
@Nullable public UsageTimeSeriesType getType()
public void setType(UsageTimeSeriesType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.