@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageLogsByIndexHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EVENT_COUNT |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_INDEX_ID |
static String |
JSON_PROPERTY_INDEX_NAME |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_RETENTION |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageLogsByIndexHour() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UsageLogsByIndexHour object is equal to o.
|
UsageLogsByIndexHour |
eventCount(Long eventCount) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getEventCount()
The total number of indexed logs for the queried hour.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
String |
getIndexId()
The index ID for this usage.
|
String |
getIndexName()
The user specified name for this index ID.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
Long |
getRetention()
The retention period (in days) for this index ID.
|
int |
hashCode() |
UsageLogsByIndexHour |
hour(OffsetDateTime hour) |
UsageLogsByIndexHour |
indexId(String indexId) |
UsageLogsByIndexHour |
indexName(String indexName) |
UsageLogsByIndexHour |
orgName(String orgName) |
UsageLogsByIndexHour |
publicId(String publicId) |
UsageLogsByIndexHour |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UsageLogsByIndexHour |
retention(Long retention) |
void |
setEventCount(Long eventCount) |
void |
setHour(OffsetDateTime hour) |
void |
setIndexId(String indexId) |
void |
setIndexName(String indexName) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
void |
setRetention(Long retention) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EVENT_COUNT
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_INDEX_ID
public static final String JSON_PROPERTY_INDEX_NAME
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_RETENTION
public UsageLogsByIndexHour eventCount(Long eventCount)
@Nullable public Long getEventCount()
public void setEventCount(Long eventCount)
public UsageLogsByIndexHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageLogsByIndexHour indexId(String indexId)
@Nullable public String getIndexId()
public void setIndexId(String indexId)
public UsageLogsByIndexHour indexName(String indexName)
@Nullable public String getIndexName()
public void setIndexName(String indexName)
public UsageLogsByIndexHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageLogsByIndexHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageLogsByIndexHour retention(Long retention)
@Nullable public Long getRetention()
public void setRetention(Long retention)
public UsageLogsByIndexHour 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.