@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageLogsHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BILLABLE_INGESTED_BYTES |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_INDEXED_EVENTS_COUNT |
static String |
JSON_PROPERTY_INGESTED_EVENTS_BYTES |
static String |
JSON_PROPERTY_LOGS_FORWARDING_EVENTS_BYTES |
static String |
JSON_PROPERTY_LOGS_LIVE_INDEXED_COUNT |
static String |
JSON_PROPERTY_LOGS_LIVE_INGESTED_BYTES |
static String |
JSON_PROPERTY_LOGS_REHYDRATED_INDEXED_COUNT |
static String |
JSON_PROPERTY_LOGS_REHYDRATED_INGESTED_BYTES |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageLogsHour() |
| Modifier and Type | Method and Description |
|---|---|
UsageLogsHour |
billableIngestedBytes(Long billableIngestedBytes) |
boolean |
equals(Object o)
Return true if this UsageLogsHour 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> |
getBillableIngestedBytes_JsonNullable() |
Long |
getBillableIngestedBytes()
Contains the number of billable log bytes ingested.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getIndexedEventsCount_JsonNullable() |
Long |
getIndexedEventsCount()
Contains the number of log events indexed.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getIngestedEventsBytes_JsonNullable() |
Long |
getIngestedEventsBytes()
Contains the number of log bytes ingested.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLogsForwardingEventsBytes_JsonNullable() |
Long |
getLogsForwardingEventsBytes()
Contains the number of logs forwarded bytes (data available as of April 1st 2023)
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLogsLiveIndexedCount_JsonNullable() |
Long |
getLogsLiveIndexedCount()
Contains the number of live log events indexed (data available as of December 1, 2020).
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLogsLiveIngestedBytes_JsonNullable() |
Long |
getLogsLiveIngestedBytes()
Contains the number of live log bytes ingested (data available as of December 1, 2020).
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLogsRehydratedIndexedCount_JsonNullable() |
Long |
getLogsRehydratedIndexedCount()
Contains the number of rehydrated log events indexed (data available as of December 1, 2020).
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLogsRehydratedIngestedBytes_JsonNullable() |
Long |
getLogsRehydratedIngestedBytes()
Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020).
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
int |
hashCode() |
UsageLogsHour |
hour(OffsetDateTime hour) |
UsageLogsHour |
indexedEventsCount(Long indexedEventsCount) |
UsageLogsHour |
ingestedEventsBytes(Long ingestedEventsBytes) |
UsageLogsHour |
logsForwardingEventsBytes(Long logsForwardingEventsBytes) |
UsageLogsHour |
logsLiveIndexedCount(Long logsLiveIndexedCount) |
UsageLogsHour |
logsLiveIngestedBytes(Long logsLiveIngestedBytes) |
UsageLogsHour |
logsRehydratedIndexedCount(Long logsRehydratedIndexedCount) |
UsageLogsHour |
logsRehydratedIngestedBytes(Long logsRehydratedIngestedBytes) |
UsageLogsHour |
orgName(String orgName) |
UsageLogsHour |
publicId(String publicId) |
UsageLogsHour |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBillableIngestedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> billableIngestedBytes) |
void |
setBillableIngestedBytes(Long billableIngestedBytes) |
void |
setHour(OffsetDateTime hour) |
void |
setIndexedEventsCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> indexedEventsCount) |
void |
setIndexedEventsCount(Long indexedEventsCount) |
void |
setIngestedEventsBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> ingestedEventsBytes) |
void |
setIngestedEventsBytes(Long ingestedEventsBytes) |
void |
setLogsForwardingEventsBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsForwardingEventsBytes) |
void |
setLogsForwardingEventsBytes(Long logsForwardingEventsBytes) |
void |
setLogsLiveIndexedCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsLiveIndexedCount) |
void |
setLogsLiveIndexedCount(Long logsLiveIndexedCount) |
void |
setLogsLiveIngestedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsLiveIngestedBytes) |
void |
setLogsLiveIngestedBytes(Long logsLiveIngestedBytes) |
void |
setLogsRehydratedIndexedCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsRehydratedIndexedCount) |
void |
setLogsRehydratedIndexedCount(Long logsRehydratedIndexedCount) |
void |
setLogsRehydratedIngestedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsRehydratedIngestedBytes) |
void |
setLogsRehydratedIngestedBytes(Long logsRehydratedIngestedBytes) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BILLABLE_INGESTED_BYTES
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_INDEXED_EVENTS_COUNT
public static final String JSON_PROPERTY_INGESTED_EVENTS_BYTES
public static final String JSON_PROPERTY_LOGS_FORWARDING_EVENTS_BYTES
public static final String JSON_PROPERTY_LOGS_LIVE_INDEXED_COUNT
public static final String JSON_PROPERTY_LOGS_LIVE_INGESTED_BYTES
public static final String JSON_PROPERTY_LOGS_REHYDRATED_INDEXED_COUNT
public static final String JSON_PROPERTY_LOGS_REHYDRATED_INGESTED_BYTES
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public UsageLogsHour billableIngestedBytes(Long billableIngestedBytes)
@Nullable public Long getBillableIngestedBytes()
public org.openapitools.jackson.nullable.JsonNullable<Long> getBillableIngestedBytes_JsonNullable()
public void setBillableIngestedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> billableIngestedBytes)
public void setBillableIngestedBytes(Long billableIngestedBytes)
public UsageLogsHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageLogsHour indexedEventsCount(Long indexedEventsCount)
@Nullable public Long getIndexedEventsCount()
public org.openapitools.jackson.nullable.JsonNullable<Long> getIndexedEventsCount_JsonNullable()
public void setIndexedEventsCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> indexedEventsCount)
public void setIndexedEventsCount(Long indexedEventsCount)
public UsageLogsHour ingestedEventsBytes(Long ingestedEventsBytes)
@Nullable public Long getIngestedEventsBytes()
public org.openapitools.jackson.nullable.JsonNullable<Long> getIngestedEventsBytes_JsonNullable()
public void setIngestedEventsBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> ingestedEventsBytes)
public void setIngestedEventsBytes(Long ingestedEventsBytes)
public UsageLogsHour logsForwardingEventsBytes(Long logsForwardingEventsBytes)
@Nullable public Long getLogsForwardingEventsBytes()
public org.openapitools.jackson.nullable.JsonNullable<Long> getLogsForwardingEventsBytes_JsonNullable()
public void setLogsForwardingEventsBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsForwardingEventsBytes)
public void setLogsForwardingEventsBytes(Long logsForwardingEventsBytes)
public UsageLogsHour logsLiveIndexedCount(Long logsLiveIndexedCount)
@Nullable public Long getLogsLiveIndexedCount()
public org.openapitools.jackson.nullable.JsonNullable<Long> getLogsLiveIndexedCount_JsonNullable()
public void setLogsLiveIndexedCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsLiveIndexedCount)
public void setLogsLiveIndexedCount(Long logsLiveIndexedCount)
public UsageLogsHour logsLiveIngestedBytes(Long logsLiveIngestedBytes)
@Nullable public Long getLogsLiveIngestedBytes()
public org.openapitools.jackson.nullable.JsonNullable<Long> getLogsLiveIngestedBytes_JsonNullable()
public void setLogsLiveIngestedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsLiveIngestedBytes)
public void setLogsLiveIngestedBytes(Long logsLiveIngestedBytes)
public UsageLogsHour logsRehydratedIndexedCount(Long logsRehydratedIndexedCount)
@Nullable public Long getLogsRehydratedIndexedCount()
public org.openapitools.jackson.nullable.JsonNullable<Long> getLogsRehydratedIndexedCount_JsonNullable()
public void setLogsRehydratedIndexedCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsRehydratedIndexedCount)
public void setLogsRehydratedIndexedCount(Long logsRehydratedIndexedCount)
public UsageLogsHour logsRehydratedIngestedBytes(Long logsRehydratedIngestedBytes)
@Nullable public Long getLogsRehydratedIngestedBytes()
public org.openapitools.jackson.nullable.JsonNullable<Long> getLogsRehydratedIngestedBytes_JsonNullable()
public void setLogsRehydratedIngestedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsRehydratedIngestedBytes)
public void setLogsRehydratedIngestedBytes(Long logsRehydratedIngestedBytes)
public UsageLogsHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageLogsHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageLogsHour 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.