@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorFormulaAndFunctionAggregateQueryFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BASE_ATTRIBUTE |
static String |
JSON_PROPERTY_EXCLUDE |
static String |
JSON_PROPERTY_FILTER_ATTRIBUTE |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorFormulaAndFunctionAggregateQueryFilter() |
MonitorFormulaAndFunctionAggregateQueryFilter(String baseAttribute,
String filterAttribute) |
| Modifier and Type | Method and Description |
|---|---|
MonitorFormulaAndFunctionAggregateQueryFilter |
baseAttribute(String baseAttribute) |
boolean |
equals(Object o)
Return true if this MonitorFormulaAndFunctionAggregateQueryFilter object is equal to o.
|
MonitorFormulaAndFunctionAggregateQueryFilter |
exclude(Boolean exclude) |
MonitorFormulaAndFunctionAggregateQueryFilter |
filterAttribute(String filterAttribute) |
String |
getBaseAttribute()
Attribute from the base query to filter on.
|
Boolean |
getExclude()
Whether to exclude matching records instead of including them.
|
String |
getFilterAttribute()
Attribute from the filter query to match against.
|
int |
hashCode() |
void |
setBaseAttribute(String baseAttribute) |
void |
setExclude(Boolean exclude) |
void |
setFilterAttribute(String filterAttribute) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BASE_ATTRIBUTE
public static final String JSON_PROPERTY_EXCLUDE
public static final String JSON_PROPERTY_FILTER_ATTRIBUTE
public MonitorFormulaAndFunctionAggregateQueryFilter()
public MonitorFormulaAndFunctionAggregateQueryFilter baseAttribute(String baseAttribute)
public String getBaseAttribute()
public void setBaseAttribute(String baseAttribute)
public MonitorFormulaAndFunctionAggregateQueryFilter exclude(Boolean exclude)
@Nullable public Boolean getExclude()
public void setExclude(Boolean exclude)
public MonitorFormulaAndFunctionAggregateQueryFilter filterAttribute(String filterAttribute)
public String getFilterAttribute()
public void setFilterAttribute(String filterAttribute)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.