@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageDBMHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DBM_HOST_COUNT |
static String |
JSON_PROPERTY_DBM_QUERIES_COUNT |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageDBMHour() |
| Modifier and Type | Method and Description |
|---|---|
UsageDBMHour |
dbmHostCount(Long dbmHostCount) |
UsageDBMHour |
dbmQueriesCount(Long dbmQueriesCount) |
boolean |
equals(Object o)
Return true if this UsageDBMHour object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getDbmHostCount_JsonNullable() |
Long |
getDbmHostCount()
The total number of Database Monitoring host hours from the start of the given hour’s month
until the given hour.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getDbmQueriesCount_JsonNullable() |
Long |
getDbmQueriesCount()
The total number of normalized Database Monitoring queries from the start of the given hour’s
month until the given hour.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
int |
hashCode() |
UsageDBMHour |
hour(OffsetDateTime hour) |
UsageDBMHour |
orgName(String orgName) |
UsageDBMHour |
publicId(String publicId) |
UsageDBMHour |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDbmHostCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> dbmHostCount) |
void |
setDbmHostCount(Long dbmHostCount) |
void |
setDbmQueriesCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> dbmQueriesCount) |
void |
setDbmQueriesCount(Long dbmQueriesCount) |
void |
setHour(OffsetDateTime hour) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DBM_HOST_COUNT
public static final String JSON_PROPERTY_DBM_QUERIES_COUNT
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public UsageDBMHour dbmHostCount(Long dbmHostCount)
@Nullable public Long getDbmHostCount()
public org.openapitools.jackson.nullable.JsonNullable<Long> getDbmHostCount_JsonNullable()
public void setDbmHostCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> dbmHostCount)
public void setDbmHostCount(Long dbmHostCount)
public UsageDBMHour dbmQueriesCount(Long dbmQueriesCount)
@Nullable public Long getDbmQueriesCount()
public org.openapitools.jackson.nullable.JsonNullable<Long> getDbmQueriesCount_JsonNullable()
public void setDbmQueriesCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> dbmQueriesCount)
public void setDbmQueriesCount(Long dbmQueriesCount)
public UsageDBMHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageDBMHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageDBMHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageDBMHour putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.