@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsMetricUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPUTE |
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_GROUP_BY |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsMetricUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
LogsMetricUpdateAttributes |
addGroupByItem(LogsMetricGroupBy groupByItem) |
LogsMetricUpdateAttributes |
compute(LogsMetricUpdateCompute compute) |
boolean |
equals(Object o)
Return true if this LogsMetricUpdateAttributes object is equal to o.
|
LogsMetricUpdateAttributes |
filter(LogsMetricFilter filter) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
LogsMetricUpdateCompute |
getCompute()
The compute rule to compute the log-based metric.
|
LogsMetricFilter |
getFilter()
The log-based metric filter.
|
List<LogsMetricGroupBy> |
getGroupBy()
The rules for the group by.
|
LogsMetricUpdateAttributes |
groupBy(List<LogsMetricGroupBy> groupBy) |
int |
hashCode() |
LogsMetricUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCompute(LogsMetricUpdateCompute compute) |
void |
setFilter(LogsMetricFilter filter) |
void |
setGroupBy(List<LogsMetricGroupBy> groupBy) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPUTE
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_GROUP_BY
public LogsMetricUpdateAttributes compute(LogsMetricUpdateCompute compute)
@Nullable public LogsMetricUpdateCompute getCompute()
public void setCompute(LogsMetricUpdateCompute compute)
public LogsMetricUpdateAttributes filter(LogsMetricFilter filter)
@Nullable public LogsMetricFilter getFilter()
public void setFilter(LogsMetricFilter filter)
public LogsMetricUpdateAttributes groupBy(List<LogsMetricGroupBy> groupBy)
public LogsMetricUpdateAttributes addGroupByItem(LogsMetricGroupBy groupByItem)
@Nullable public List<LogsMetricGroupBy> getGroupBy()
public void setGroupBy(List<LogsMetricGroupBy> groupBy)
public LogsMetricUpdateAttributes 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.