@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorFormulaAndFunctionAggregateQueryJoinCondition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUGMENT_ATTRIBUTE |
static String |
JSON_PROPERTY_BASE_ATTRIBUTE |
static String |
JSON_PROPERTY_JOIN_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorFormulaAndFunctionAggregateQueryJoinCondition() |
MonitorFormulaAndFunctionAggregateQueryJoinCondition(String augmentAttribute,
String baseAttribute,
MonitorFormulaAndFunctionAggregateQueryJoinType joinType) |
| Modifier and Type | Method and Description |
|---|---|
MonitorFormulaAndFunctionAggregateQueryJoinCondition |
augmentAttribute(String augmentAttribute) |
MonitorFormulaAndFunctionAggregateQueryJoinCondition |
baseAttribute(String baseAttribute) |
boolean |
equals(Object o)
Return true if this MonitorFormulaAndFunctionAggregateQueryJoinCondition object is equal to o.
|
String |
getAugmentAttribute()
Attribute from the augment query to join on.
|
String |
getBaseAttribute()
Attribute from the base query to join on.
|
MonitorFormulaAndFunctionAggregateQueryJoinType |
getJoinType()
Join type for aggregate query join conditions.
|
int |
hashCode() |
MonitorFormulaAndFunctionAggregateQueryJoinCondition |
joinType(MonitorFormulaAndFunctionAggregateQueryJoinType joinType) |
void |
setAugmentAttribute(String augmentAttribute) |
void |
setBaseAttribute(String baseAttribute) |
void |
setJoinType(MonitorFormulaAndFunctionAggregateQueryJoinType joinType) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AUGMENT_ATTRIBUTE
public static final String JSON_PROPERTY_BASE_ATTRIBUTE
public static final String JSON_PROPERTY_JOIN_TYPE
public MonitorFormulaAndFunctionAggregateQueryJoinCondition()
public MonitorFormulaAndFunctionAggregateQueryJoinCondition(String augmentAttribute, String baseAttribute, MonitorFormulaAndFunctionAggregateQueryJoinType joinType)
public MonitorFormulaAndFunctionAggregateQueryJoinCondition augmentAttribute(String augmentAttribute)
public String getAugmentAttribute()
public void setAugmentAttribute(String augmentAttribute)
public MonitorFormulaAndFunctionAggregateQueryJoinCondition baseAttribute(String baseAttribute)
public String getBaseAttribute()
public void setBaseAttribute(String baseAttribute)
public MonitorFormulaAndFunctionAggregateQueryJoinCondition joinType(MonitorFormulaAndFunctionAggregateQueryJoinType joinType)
public MonitorFormulaAndFunctionAggregateQueryJoinType getJoinType()
public void setJoinType(MonitorFormulaAndFunctionAggregateQueryJoinType joinType)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.