@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageLogsByRetentionHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INDEXED_EVENTS_COUNT |
static String |
JSON_PROPERTY_LIVE_INDEXED_EVENTS_COUNT |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_REHYDRATED_INDEXED_EVENTS_COUNT |
static String |
JSON_PROPERTY_RETENTION |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageLogsByRetentionHour() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UsageLogsByRetentionHour 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> |
getIndexedEventsCount_JsonNullable() |
Long |
getIndexedEventsCount()
Total logs indexed with this retention period during a given hour.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLiveIndexedEventsCount_JsonNullable() |
Long |
getLiveIndexedEventsCount()
Live logs indexed with this retention period during a given hour.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getRehydratedIndexedEventsCount_JsonNullable() |
Long |
getRehydratedIndexedEventsCount()
Rehydrated logs indexed with this retention period during a given hour.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getRetention_JsonNullable() |
String |
getRetention()
The retention period in days or "custom" for all custom retention usage.
|
int |
hashCode() |
UsageLogsByRetentionHour |
indexedEventsCount(Long indexedEventsCount) |
UsageLogsByRetentionHour |
liveIndexedEventsCount(Long liveIndexedEventsCount) |
UsageLogsByRetentionHour |
orgName(String orgName) |
UsageLogsByRetentionHour |
publicId(String publicId) |
UsageLogsByRetentionHour |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UsageLogsByRetentionHour |
rehydratedIndexedEventsCount(Long rehydratedIndexedEventsCount) |
UsageLogsByRetentionHour |
retention(String retention) |
void |
setIndexedEventsCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> indexedEventsCount) |
void |
setIndexedEventsCount(Long indexedEventsCount) |
void |
setLiveIndexedEventsCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> liveIndexedEventsCount) |
void |
setLiveIndexedEventsCount(Long liveIndexedEventsCount) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
void |
setRehydratedIndexedEventsCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> rehydratedIndexedEventsCount) |
void |
setRehydratedIndexedEventsCount(Long rehydratedIndexedEventsCount) |
void |
setRetention_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> retention) |
void |
setRetention(String retention) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INDEXED_EVENTS_COUNT
public static final String JSON_PROPERTY_LIVE_INDEXED_EVENTS_COUNT
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_REHYDRATED_INDEXED_EVENTS_COUNT
public static final String JSON_PROPERTY_RETENTION
public UsageLogsByRetentionHour 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 UsageLogsByRetentionHour liveIndexedEventsCount(Long liveIndexedEventsCount)
@Nullable public Long getLiveIndexedEventsCount()
public org.openapitools.jackson.nullable.JsonNullable<Long> getLiveIndexedEventsCount_JsonNullable()
public void setLiveIndexedEventsCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> liveIndexedEventsCount)
public void setLiveIndexedEventsCount(Long liveIndexedEventsCount)
public UsageLogsByRetentionHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageLogsByRetentionHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageLogsByRetentionHour rehydratedIndexedEventsCount(Long rehydratedIndexedEventsCount)
@Nullable public Long getRehydratedIndexedEventsCount()
public org.openapitools.jackson.nullable.JsonNullable<Long> getRehydratedIndexedEventsCount_JsonNullable()
public void setRehydratedIndexedEventsCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> rehydratedIndexedEventsCount)
public void setRehydratedIndexedEventsCount(Long rehydratedIndexedEventsCount)
public UsageLogsByRetentionHour retention(String retention)
@Nullable public String getRetention()
public org.openapitools.jackson.nullable.JsonNullable<String> getRetention_JsonNullable()
public void setRetention_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> retention)
public void setRetention(String retention)
public UsageLogsByRetentionHour 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.