Class BoxplotAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.MetricAggregationBase
co.elastic.clients.elasticsearch._types.aggregations.BoxplotAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable
@JsonpDeserializable public class BoxplotAggregation extends MetricAggregationBase implements AggregationVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBoxplotAggregation.BuilderBuilder forBoxplotAggregation.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.MetricAggregationBase
MetricAggregationBase.AbstractBuilder<BuilderT extends MetricAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<BoxplotAggregation>_DESERIALIZERJson deserializer forBoxplotAggregation -
Method Summary
Modifier and Type Method Description Aggregation.Kind_aggregationKind()Aggregation variant kind.java.lang.Doublecompression()API name:compressionstatic BoxplotAggregationof(java.util.function.Function<BoxplotAggregation.Builder,ObjectBuilder<BoxplotAggregation>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupBoxplotAggregationDeserializer(ObjectDeserializer<BoxplotAggregation.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MetricAggregationBase
field, missing, script, serialize, setupMetricAggregationBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forBoxplotAggregation
-
-
Method Details
-
of
public static BoxplotAggregation of(java.util.function.Function<BoxplotAggregation.Builder,ObjectBuilder<BoxplotAggregation>> fn) -
_aggregationKind
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
compression
@Nullable public final java.lang.Double compression()API name:compression -
serializeInternal
- Overrides:
serializeInternalin classMetricAggregationBase
-
setupBoxplotAggregationDeserializer
protected static void setupBoxplotAggregationDeserializer(ObjectDeserializer<BoxplotAggregation.Builder> op)
-