@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageIoTHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_IOT_DEVICE_COUNT |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageIoTHour() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UsageIoTHour object is equal to o.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
Long |
getIotDeviceCount()
The total number of IoT devices during a given hour.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
int |
hashCode() |
UsageIoTHour |
hour(OffsetDateTime hour) |
UsageIoTHour |
iotDeviceCount(Long iotDeviceCount) |
UsageIoTHour |
orgName(String orgName) |
UsageIoTHour |
publicId(String publicId) |
void |
setHour(OffsetDateTime hour) |
void |
setIotDeviceCount(Long iotDeviceCount) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_IOT_DEVICE_COUNT
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public UsageIoTHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageIoTHour iotDeviceCount(Long iotDeviceCount)
@Nullable public Long getIotDeviceCount()
public void setIotDeviceCount(Long iotDeviceCount)
public UsageIoTHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageIoTHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.