Class ExtendedStatsAggregation
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase
org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase
org.opensearch.client.opensearch._types.aggregations.ExtendedStatsAggregation
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregationVariant,ToCopyableBuilder<ExtendedStatsAggregation.Builder,ExtendedStatsAggregation>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ExtendedStatsAggregation
extends FormatMetricAggregationBase
implements AggregationVariant, ToCopyableBuilder<ExtendedStatsAggregation.Builder,ExtendedStatsAggregation>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase
FormatMetricAggregationBase.AbstractBuilder<BuilderT extends FormatMetricAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ExtendedStatsAggregation> Json deserializer forExtendedStatsAggregation -
Method Summary
Modifier and TypeMethodDescriptionAggregationvariant kind.builder()booleaninthashCode()static ExtendedStatsAggregationprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Doublesigma()The number of standard deviations above/below the mean to display.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase
format, setupFormatMetricAggregationBaseDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase
field, missing, script, serialize, setupMetricAggregationBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregationVariant
toAggregationMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forExtendedStatsAggregation
-
-
Method Details
-
of
public static ExtendedStatsAggregation of(Function<ExtendedStatsAggregation.Builder, ObjectBuilder<ExtendedStatsAggregation>> fn) -
_aggregationKind
Aggregationvariant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
sigma
The number of standard deviations above/below the mean to display.API name:
sigma -
serializeInternal
- Overrides:
serializeInternalin classFormatMetricAggregationBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ExtendedStatsAggregation.Builder,ExtendedStatsAggregation> - Returns:
- a new builder instance.
-
builder
-
setupExtendedStatsAggregationDeserializer
protected static void setupExtendedStatsAggregationDeserializer(ObjectDeserializer<ExtendedStatsAggregation.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classFormatMetricAggregationBase
-
equals
- Overrides:
equalsin classFormatMetricAggregationBase
-