| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
QueryFormula |
QueryFormula.formula(String formula) |
QueryFormula |
QueryFormula.limit(FormulaLimit limit) |
QueryFormula |
QueryFormula.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryFormula> |
TimeseriesFormulaRequestAttributes.getFormulas()
List of formulas to be calculated and returned as responses.
|
List<QueryFormula> |
ScalarFormulaRequestAttributes.getFormulas()
List of formulas to be calculated and returned as responses.
|
| Modifier and Type | Method and Description |
|---|---|
TimeseriesFormulaRequestAttributes |
TimeseriesFormulaRequestAttributes.addFormulasItem(QueryFormula formulasItem) |
ScalarFormulaRequestAttributes |
ScalarFormulaRequestAttributes.addFormulasItem(QueryFormula formulasItem) |
| Modifier and Type | Method and Description |
|---|---|
TimeseriesFormulaRequestAttributes |
TimeseriesFormulaRequestAttributes.formulas(List<QueryFormula> formulas) |
ScalarFormulaRequestAttributes |
ScalarFormulaRequestAttributes.formulas(List<QueryFormula> formulas) |
void |
TimeseriesFormulaRequestAttributes.setFormulas(List<QueryFormula> formulas) |
void |
ScalarFormulaRequestAttributes.setFormulas(List<QueryFormula> formulas) |
Copyright © 2024. All rights reserved.