@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsRetentionAggSumUsage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LOGS_INDEXED_LOGS_USAGE_AGG_SUM |
static String |
JSON_PROPERTY_LOGS_LIVE_INDEXED_LOGS_USAGE_AGG_SUM |
static String |
JSON_PROPERTY_LOGS_REHYDRATED_INDEXED_LOGS_USAGE_AGG_SUM |
static String |
JSON_PROPERTY_RETENTION |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsRetentionAggSumUsage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LogsRetentionAggSumUsage 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 |
getLogsIndexedLogsUsageAggSum()
Total indexed logs for this retention period.
|
Long |
getLogsLiveIndexedLogsUsageAggSum()
Live indexed logs for this retention period.
|
Long |
getLogsRehydratedIndexedLogsUsageAggSum()
Rehydrated indexed logs for this retention period.
|
String |
getRetention()
The retention period in days or "custom" for all custom retention periods.
|
int |
hashCode() |
LogsRetentionAggSumUsage |
logsIndexedLogsUsageAggSum(Long logsIndexedLogsUsageAggSum) |
LogsRetentionAggSumUsage |
logsLiveIndexedLogsUsageAggSum(Long logsLiveIndexedLogsUsageAggSum) |
LogsRetentionAggSumUsage |
logsRehydratedIndexedLogsUsageAggSum(Long logsRehydratedIndexedLogsUsageAggSum) |
LogsRetentionAggSumUsage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LogsRetentionAggSumUsage |
retention(String retention) |
void |
setLogsIndexedLogsUsageAggSum(Long logsIndexedLogsUsageAggSum) |
void |
setLogsLiveIndexedLogsUsageAggSum(Long logsLiveIndexedLogsUsageAggSum) |
void |
setLogsRehydratedIndexedLogsUsageAggSum(Long logsRehydratedIndexedLogsUsageAggSum) |
void |
setRetention(String retention) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_LOGS_INDEXED_LOGS_USAGE_AGG_SUM
public static final String JSON_PROPERTY_LOGS_LIVE_INDEXED_LOGS_USAGE_AGG_SUM
public static final String JSON_PROPERTY_LOGS_REHYDRATED_INDEXED_LOGS_USAGE_AGG_SUM
public static final String JSON_PROPERTY_RETENTION
public LogsRetentionAggSumUsage logsIndexedLogsUsageAggSum(Long logsIndexedLogsUsageAggSum)
@Nullable public Long getLogsIndexedLogsUsageAggSum()
public void setLogsIndexedLogsUsageAggSum(Long logsIndexedLogsUsageAggSum)
public LogsRetentionAggSumUsage logsLiveIndexedLogsUsageAggSum(Long logsLiveIndexedLogsUsageAggSum)
@Nullable public Long getLogsLiveIndexedLogsUsageAggSum()
public void setLogsLiveIndexedLogsUsageAggSum(Long logsLiveIndexedLogsUsageAggSum)
public LogsRetentionAggSumUsage logsRehydratedIndexedLogsUsageAggSum(Long logsRehydratedIndexedLogsUsageAggSum)
@Nullable public Long getLogsRehydratedIndexedLogsUsageAggSum()
public void setLogsRehydratedIndexedLogsUsageAggSum(Long logsRehydratedIndexedLogsUsageAggSum)
public LogsRetentionAggSumUsage retention(String retention)
@Nullable public String getRetention()
public void setRetention(String retention)
public LogsRetentionAggSumUsage 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.