@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.
|
Long |
getIndexedEventsCount()
Total logs indexed with this retention period during a given hour.
|
Long |
getLiveIndexedEventsCount()
Live logs indexed with this retention period during a given hour.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
Long |
getRehydratedIndexedEventsCount()
Rehydrated logs indexed with this retention period during a given hour.
|
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 |
rehydratedIndexedEventsCount(Long rehydratedIndexedEventsCount) |
UsageLogsByRetentionHour |
retention(String retention) |
void |
setIndexedEventsCount(Long indexedEventsCount) |
void |
setLiveIndexedEventsCount(Long liveIndexedEventsCount) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
void |
setRehydratedIndexedEventsCount(Long rehydratedIndexedEventsCount) |
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 void setIndexedEventsCount(Long indexedEventsCount)
public UsageLogsByRetentionHour liveIndexedEventsCount(Long liveIndexedEventsCount)
@Nullable public Long getLiveIndexedEventsCount()
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 void setRehydratedIndexedEventsCount(Long rehydratedIndexedEventsCount)
public UsageLogsByRetentionHour retention(String retention)
@Nullable public String getRetention()
public void setRetention(String retention)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.