Class ExtendedStatsAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.StatsAggregateBase
org.opensearch.client.opensearch._types.aggregations.ExtendedStatsAggregateBase
org.opensearch.client.opensearch._types.aggregations.ExtendedStatsAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<ExtendedStatsAggregate.Builder,ExtendedStatsAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ExtendedStatsAggregate
extends ExtendedStatsAggregateBase
implements AggregateVariant, ToCopyableBuilder<ExtendedStatsAggregate.Builder,ExtendedStatsAggregate>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.ExtendedStatsAggregateBase
ExtendedStatsAggregateBase.AbstractBuilder<BuilderT extends ExtendedStatsAggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ExtendedStatsAggregate> Json deserializer forExtendedStatsAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.builder()booleaninthashCode()static ExtendedStatsAggregateprotected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.aggregations.ExtendedStatsAggregateBase
serializeInternal, setupExtendedStatsAggregateBaseDeserializer, stdDeviation, stdDeviationAsString, stdDeviationBounds, stdDeviationBoundsAsString, stdDeviationPopulation, stdDeviationSampling, sumOfSquares, sumOfSquaresAsString, variance, varianceAsString, variancePopulation, variancePopulationAsString, varianceSampling, varianceSamplingAsStringMethods inherited from class org.opensearch.client.opensearch._types.aggregations.StatsAggregateBase
avg, avgAsString, count, max, maxAsString, min, minAsString, setupStatsAggregateBaseDeserializer, sum, sumAsStringMethods 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 forExtendedStatsAggregate
-
-
Method Details
-
of
public static ExtendedStatsAggregate of(Function<ExtendedStatsAggregate.Builder, ObjectBuilder<ExtendedStatsAggregate>> fn) -
_aggregateKind
Aggregatevariant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ExtendedStatsAggregate.Builder,ExtendedStatsAggregate> - Returns:
- a new builder instance.
-
builder
-
setupExtendedStatsAggregateDeserializer
protected static void setupExtendedStatsAggregateDeserializer(ObjectDeserializer<ExtendedStatsAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classExtendedStatsAggregateBase
-
equals
- Overrides:
equalsin classExtendedStatsAggregateBase
-