@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class QueryFormula extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FORMULA |
static String |
JSON_PROPERTY_LIMIT |
boolean |
unparsed |
| Constructor and Description |
|---|
QueryFormula() |
QueryFormula(String formula) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this QueryFormula object is equal to o.
|
QueryFormula |
formula(String formula) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFormula()
Formula string, referencing one or more queries with their name property.
|
FormulaLimit |
getLimit()
Message for specifying limits to the number of values returned by a query.
|
int |
hashCode() |
QueryFormula |
limit(FormulaLimit limit) |
QueryFormula |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFormula(String formula) |
void |
setLimit(FormulaLimit limit) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FORMULA
public static final String JSON_PROPERTY_LIMIT
public QueryFormula()
public QueryFormula(String formula)
public QueryFormula formula(String formula)
public String getFormula()
public void setFormula(String formula)
public QueryFormula limit(FormulaLimit limit)
@Nullable public FormulaLimit getLimit()
public void setLimit(FormulaLimit limit)
public QueryFormula 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.