Class DerivativeAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.SingleMetricAggregateBase
org.opensearch.client.opensearch._types.aggregations.DerivativeAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<DerivativeAggregate.Builder,DerivativeAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class DerivativeAggregate
extends SingleMetricAggregateBase
implements AggregateVariant, ToCopyableBuilder<DerivativeAggregate.Builder,DerivativeAggregate>
-
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<DerivativeAggregate> Json deserializer forDerivativeAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.static DerivativeAggregate.Builderbuilder()booleaninthashCode()final DoubleAPI name:normalized_valuefinal StringAPI name:normalized_value_as_stringstatic DerivativeAggregateprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.aggregations.SingleMetricAggregateBase
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 forDerivativeAggregate
-
-
Method Details
-
of
public static DerivativeAggregate of(Function<DerivativeAggregate.Builder, ObjectBuilder<DerivativeAggregate>> fn) -
_aggregateKind
Aggregatevariant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
normalizedValue
API name:normalized_value -
normalizedValueAsString
API name:normalized_value_as_string -
serializeInternal
- Overrides:
serializeInternalin classSingleMetricAggregateBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DerivativeAggregate.Builder,DerivativeAggregate> - Returns:
- a new builder instance.
-
builder
-
setupDerivativeAggregateDeserializer
protected static void setupDerivativeAggregateDeserializer(ObjectDeserializer<DerivativeAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classSingleMetricAggregateBase
-
equals
- Overrides:
equalsin classSingleMetricAggregateBase
-