Class MedianAbsoluteDeviationAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.SingleMetricAggregateBase
org.opensearch.client.opensearch._types.aggregations.MedianAbsoluteDeviationAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<MedianAbsoluteDeviationAggregate.Builder,MedianAbsoluteDeviationAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class MedianAbsoluteDeviationAggregate
extends SingleMetricAggregateBase
implements AggregateVariant, ToCopyableBuilder<MedianAbsoluteDeviationAggregate.Builder,MedianAbsoluteDeviationAggregate>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.SingleMetricAggregateBase
SingleMetricAggregateBase.AbstractBuilder<BuilderT extends SingleMetricAggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MedianAbsoluteDeviationAggregate> Json deserializer forMedianAbsoluteDeviationAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.builder()booleaninthashCode()of(Function<MedianAbsoluteDeviationAggregate.Builder, ObjectBuilder<MedianAbsoluteDeviationAggregate>> fn) protected static voidsetupMedianAbsoluteDeviationAggregateDeserializer(ObjectDeserializer<MedianAbsoluteDeviationAggregate.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.aggregations.SingleMetricAggregateBase
serializeInternal, setupSingleMetricAggregateBaseDeserializer, value, valueAsStringMethods 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 forMedianAbsoluteDeviationAggregate
-
-
Method Details
-
of
-
_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<MedianAbsoluteDeviationAggregate.Builder,MedianAbsoluteDeviationAggregate> - Returns:
- a new builder instance.
-
builder
-
setupMedianAbsoluteDeviationAggregateDeserializer
protected static void setupMedianAbsoluteDeviationAggregateDeserializer(ObjectDeserializer<MedianAbsoluteDeviationAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classSingleMetricAggregateBase
-
equals
- Overrides:
equalsin classSingleMetricAggregateBase
-