Class BoxPlotAggregate
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
co.elastic.clients.elasticsearch._types.aggregations.BoxPlotAggregate
- All Implemented Interfaces:
AggregateVariant,JsonpSerializable
@JsonpDeserializable
public class BoxPlotAggregate
extends AggregateBase
implements AggregateVariant
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
AggregateBase.AbstractBuilder<BuilderT extends AggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<BoxPlotAggregate>Json deserializer forBoxPlotAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregate variant kind.final doublelower()Required - API name:lowerfinal StringAPI name:lower_as_stringfinal doublemax()Required - API name:maxfinal StringAPI name:max_as_stringfinal doublemin()Required - API name:minfinal StringAPI name:min_as_stringstatic BoxPlotAggregatefinal doubleq1()Required - API name:q1final StringAPI name:q1_as_stringfinal doubleq2()Required - API name:q2final StringAPI name:q2_as_stringfinal doubleq3()Required - API name:q3final StringAPI name:q3_as_stringprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal doubleupper()Required - API name:upperfinal StringAPI name:upper_as_stringMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregateVariant
_toAggregate
-
Field Details
-
_DESERIALIZER
Json deserializer forBoxPlotAggregate
-
-
Method Details
-
of
public static BoxPlotAggregate of(Function<BoxPlotAggregate.Builder, ObjectBuilder<BoxPlotAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
min
public final double min()Required - API name:min -
max
public final double max()Required - API name:max -
q1
public final double q1()Required - API name:q1 -
q2
public final double q2()Required - API name:q2 -
q3
public final double q3()Required - API name:q3 -
lower
public final double lower()Required - API name:lower -
upper
public final double upper()Required - API name:upper -
minAsString
API name:min_as_string -
maxAsString
API name:max_as_string -
q1AsString
API name:q1_as_string -
q2AsString
API name:q2_as_string -
q3AsString
API name:q3_as_string -
lowerAsString
API name:lower_as_string -
upperAsString
API name:upper_as_string -
serializeInternal
- Overrides:
serializeInternalin classAggregateBase
-
setupBoxPlotAggregateDeserializer
protected static void setupBoxPlotAggregateDeserializer(ObjectDeserializer<BoxPlotAggregate.Builder> op)
-