Class BoxPlotAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.BoxPlotAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<BoxPlotAggregate.Builder,BoxPlotAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class BoxPlotAggregate
extends AggregateBase
implements AggregateVariant, ToCopyableBuilder<BoxPlotAggregate.Builder,BoxPlotAggregate>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._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 TypeMethodDescriptionAggregatevariant kind.static BoxPlotAggregate.Builderbuilder()booleaninthashCode()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 voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final doubleupper()Required - API name:upperfinal StringAPI name:upper_as_stringMethods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregateVariant
toAggregateMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forBoxPlotAggregate
-
-
Method Details
-
of
public static BoxPlotAggregate of(Function<BoxPlotAggregate.Builder, ObjectBuilder<BoxPlotAggregate>> fn) -
_aggregateKind
Aggregatevariant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
lower
public final double lower()Required - API name:lower -
lowerAsString
API name:lower_as_string -
max
public final double max()Required - API name:max -
maxAsString
API name:max_as_string -
min
public final double min()Required - API name:min -
minAsString
API name:min_as_string -
q1
public final double q1()Required - API name:q1 -
q1AsString
API name:q1_as_string -
q2
public final double q2()Required - API name:q2 -
q2AsString
API name:q2_as_string -
q3
public final double q3()Required - API name:q3 -
q3AsString
API name:q3_as_string -
upper
public final double upper()Required - API name:upper -
upperAsString
API name:upper_as_string -
serializeInternal
- Overrides:
serializeInternalin classAggregateBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<BoxPlotAggregate.Builder,BoxPlotAggregate> - Returns:
- a new builder instance.
-
builder
-
setupBoxPlotAggregateDeserializer
protected static void setupBoxPlotAggregateDeserializer(ObjectDeserializer<BoxPlotAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classAggregateBase
-
equals
- Overrides:
equalsin classAggregateBase
-