@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageTimeSeriesObject extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_TIMESTAMP |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
Constructor and Description |
---|
UsageTimeSeriesObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this UsageTimeSeriesObject object is equal to o.
|
OffsetDateTime |
getTimestamp()
Datetime in ISO-8601 format, UTC.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getValue_JsonNullable() |
Long |
getValue()
Contains the number measured for the given usage_type during the hour.
|
int |
hashCode() |
void |
setTimestamp(OffsetDateTime timestamp) |
void |
setValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> value) |
void |
setValue(Long value) |
UsageTimeSeriesObject |
timestamp(OffsetDateTime timestamp) |
String |
toString() |
UsageTimeSeriesObject |
value(Long value) |
public boolean unparsed
public static final String JSON_PROPERTY_TIMESTAMP
public static final String JSON_PROPERTY_VALUE
public UsageTimeSeriesObject timestamp(OffsetDateTime timestamp)
@Nullable public OffsetDateTime getTimestamp()
public void setTimestamp(OffsetDateTime timestamp)
public UsageTimeSeriesObject value(Long value)
@Nullable public Long getValue()
public org.openapitools.jackson.nullable.JsonNullable<Long> getValue_JsonNullable()
public void setValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> value)
public void setValue(Long value)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.