Class SerialDifferencingAggregation
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregationBase
org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation
org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase
org.opensearch.client.opensearch._types.aggregations.SerialDifferencingAggregation
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregationVariant,ToCopyableBuilder<SerialDifferencingAggregation.Builder,SerialDifferencingAggregation>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class SerialDifferencingAggregation
extends PipelineAggregationBase
implements AggregationVariant, ToCopyableBuilder<SerialDifferencingAggregation.Builder,SerialDifferencingAggregation>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase
PipelineAggregationBase.AbstractBuilder<BuilderT extends PipelineAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SerialDifferencingAggregation> Json deserializer forSerialDifferencingAggregation -
Method Summary
Modifier and TypeMethodDescriptionAggregationvariant kind.builder()booleaninthashCode()final Integerlag()The historical bucket to subtract from the current value.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupSerialDifferencingAggregationDeserializer(ObjectDeserializer<SerialDifferencingAggregation.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.PipelineAggregationBase
format, gapPolicy, setupPipelineAggregationBaseDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation
bucketsPath, setupBucketPathAggregationDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializerMethods 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 forSerialDifferencingAggregation
-
-
Method Details
-
of
-
_aggregationKind
Aggregationvariant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
lag
The historical bucket to subtract from the current value. Must be a positive, non-zero integer.API name:
lag -
serializeInternal
- Overrides:
serializeInternalin classPipelineAggregationBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<SerialDifferencingAggregation.Builder,SerialDifferencingAggregation> - Returns:
- a new builder instance.
-
builder
-
setupSerialDifferencingAggregationDeserializer
protected static void setupSerialDifferencingAggregationDeserializer(ObjectDeserializer<SerialDifferencingAggregation.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classPipelineAggregationBase
-
equals
- Overrides:
equalsin classPipelineAggregationBase
-