| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeValuesUnion |
CustomAttributeValuesUnion.CustomAttributeValuesUnionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static CustomAttributeValuesUnion |
CustomAttributeValuesUnion.fromDoubleList(List<Double> o) |
static CustomAttributeValuesUnion |
CustomAttributeValuesUnion.fromStringList(List<String> o) |
CustomAttributeValuesUnion |
CustomAttributeValuesUnion.CustomAttributeValuesUnionDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
CustomAttributeValuesUnion |
CustomAttributeValue.getValue()
The value of a custom attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomAttributeValuesUnion.CustomAttributeValuesUnionSerializer.serialize(CustomAttributeValuesUnion value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CustomAttributeValue.setValue(CustomAttributeValuesUnion value) |
CustomAttributeValue |
CustomAttributeValue.value(CustomAttributeValuesUnion value) |
| Constructor and Description |
|---|
CustomAttributeValue(Boolean isMulti,
CustomAttributeType type,
CustomAttributeValuesUnion value) |
| Constructor and Description |
|---|
CustomAttributeValuesUnionSerializer(Class<CustomAttributeValuesUnion> t) |
Copyright © 2026. All rights reserved.