Class AggregationRange
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationRange
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AggregationRange>Json deserializer forAggregationRange -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfrom()API name:fromfinal Stringkey()API name:keystatic AggregationRangevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringto()API name:totoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregationRange
-
-
Method Details
-
of
public static AggregationRange of(Function<AggregationRange.Builder, ObjectBuilder<AggregationRange>> fn) -
from
API name:from -
key
API name:key -
to
API name:to -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAggregationRangeDeserializer
protected static void setupAggregationRangeDeserializer(ObjectDeserializer<AggregationRange.Builder> op)
-