| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static StateVariableType |
StateVariableType.STATEVARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static StateVariableType |
StateVariableType.fromValue(String value) |
StateVariableType |
StateVariable.getType()
The state variable type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateVariableType.StateVariableTypeSerializer.serialize(StateVariableType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
StateVariable.setType(StateVariableType type) |
StateVariable |
StateVariable.type(StateVariableType type) |
| Constructor and Description |
|---|
StateVariable(UUID id,
String name,
StateVariableProperties properties,
StateVariableType type) |
| Constructor and Description |
|---|
StateVariableTypeSerializer(Class<StateVariableType> t) |
Copyright © 2025. All rights reserved.