| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ScalarColumnTypeNumber |
ScalarColumnTypeNumber.NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ScalarColumnTypeNumber |
ScalarColumnTypeNumber.fromValue(String value) |
ScalarColumnTypeNumber |
DataScalarColumn.getType()
The type of column present for numbers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalarColumnTypeNumber.ScalarColumnTypeNumberSerializer.serialize(ScalarColumnTypeNumber value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DataScalarColumn.setType(ScalarColumnTypeNumber type) |
DataScalarColumn |
DataScalarColumn.type(ScalarColumnTypeNumber type) |
| Constructor and Description |
|---|
ScalarColumnTypeNumberSerializer(Class<ScalarColumnTypeNumber> t) |
Copyright © 2024. All rights reserved.