public class FormulaAndFunctionApmDependencyStatName extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FormulaAndFunctionApmDependencyStatName.FormulaAndFunctionApmDependencyStatNameSerializer |
| Modifier and Type | Field and Description |
|---|---|
static FormulaAndFunctionApmDependencyStatName |
AVG_DURATION |
static FormulaAndFunctionApmDependencyStatName |
AVG_ROOT_DURATION |
static FormulaAndFunctionApmDependencyStatName |
AVG_SPANS_PER_TRACE |
static FormulaAndFunctionApmDependencyStatName |
ERROR_RATE |
static FormulaAndFunctionApmDependencyStatName |
PCT_EXEC_TIME |
static FormulaAndFunctionApmDependencyStatName |
PCT_OF_TRACES |
static FormulaAndFunctionApmDependencyStatName |
TOTAL_TRACES_COUNT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this FormulaAndFunctionApmDependencyStatName object is equal to o.
|
static FormulaAndFunctionApmDependencyStatName |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final FormulaAndFunctionApmDependencyStatName AVG_DURATION
public static final FormulaAndFunctionApmDependencyStatName AVG_ROOT_DURATION
public static final FormulaAndFunctionApmDependencyStatName AVG_SPANS_PER_TRACE
public static final FormulaAndFunctionApmDependencyStatName ERROR_RATE
public static final FormulaAndFunctionApmDependencyStatName PCT_EXEC_TIME
public static final FormulaAndFunctionApmDependencyStatName PCT_OF_TRACES
public static final FormulaAndFunctionApmDependencyStatName TOTAL_TRACES_COUNT
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static FormulaAndFunctionApmDependencyStatName fromValue(String value)
Copyright © 2023. All rights reserved.