@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsRetentionSumUsage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LOGS_INDEXED_LOGS_USAGE_SUM |
static String |
JSON_PROPERTY_LOGS_LIVE_INDEXED_LOGS_USAGE_SUM |
static String |
JSON_PROPERTY_LOGS_REHYDRATED_INDEXED_LOGS_USAGE_SUM |
static String |
JSON_PROPERTY_RETENTION |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsRetentionSumUsage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LogsRetentionSumUsage 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.
|
Long |
getLogsIndexedLogsUsageSum()
Total indexed logs for this retention period.
|
Long |
getLogsLiveIndexedLogsUsageSum()
Live indexed logs for this retention period.
|
Long |
getLogsRehydratedIndexedLogsUsageSum()
Rehydrated indexed logs for this retention period.
|
String |
getRetention()
The retention period in days or "custom" for all custom retention periods.
|
int |
hashCode() |
LogsRetentionSumUsage |
logsIndexedLogsUsageSum(Long logsIndexedLogsUsageSum) |
LogsRetentionSumUsage |
logsLiveIndexedLogsUsageSum(Long logsLiveIndexedLogsUsageSum) |
LogsRetentionSumUsage |
logsRehydratedIndexedLogsUsageSum(Long logsRehydratedIndexedLogsUsageSum) |
LogsRetentionSumUsage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LogsRetentionSumUsage |
retention(String retention) |
void |
setLogsIndexedLogsUsageSum(Long logsIndexedLogsUsageSum) |
void |
setLogsLiveIndexedLogsUsageSum(Long logsLiveIndexedLogsUsageSum) |
void |
setLogsRehydratedIndexedLogsUsageSum(Long logsRehydratedIndexedLogsUsageSum) |
void |
setRetention(String retention) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_LOGS_INDEXED_LOGS_USAGE_SUM
public static final String JSON_PROPERTY_LOGS_LIVE_INDEXED_LOGS_USAGE_SUM
public static final String JSON_PROPERTY_LOGS_REHYDRATED_INDEXED_LOGS_USAGE_SUM
public static final String JSON_PROPERTY_RETENTION
public LogsRetentionSumUsage logsIndexedLogsUsageSum(Long logsIndexedLogsUsageSum)
@Nullable public Long getLogsIndexedLogsUsageSum()
public void setLogsIndexedLogsUsageSum(Long logsIndexedLogsUsageSum)
public LogsRetentionSumUsage logsLiveIndexedLogsUsageSum(Long logsLiveIndexedLogsUsageSum)
@Nullable public Long getLogsLiveIndexedLogsUsageSum()
public void setLogsLiveIndexedLogsUsageSum(Long logsLiveIndexedLogsUsageSum)
public LogsRetentionSumUsage logsRehydratedIndexedLogsUsageSum(Long logsRehydratedIndexedLogsUsageSum)
@Nullable public Long getLogsRehydratedIndexedLogsUsageSum()
public void setLogsRehydratedIndexedLogsUsageSum(Long logsRehydratedIndexedLogsUsageSum)
public LogsRetentionSumUsage retention(String retention)
@Nullable public String getRetention()
public void setRetention(String retention)
public LogsRetentionSumUsage 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.