Class TDigestPercentilesAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.PercentilesAggregateBase
org.opensearch.client.opensearch._types.aggregations.TDigestPercentilesAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<TDigestPercentilesAggregate.Builder,TDigestPercentilesAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class TDigestPercentilesAggregate
extends PercentilesAggregateBase
implements AggregateVariant, ToCopyableBuilder<TDigestPercentilesAggregate.Builder,TDigestPercentilesAggregate>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.PercentilesAggregateBase
PercentilesAggregateBase.AbstractBuilder<BuilderT extends PercentilesAggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TDigestPercentilesAggregate> Json deserializer forTDigestPercentilesAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.builder()booleaninthashCode()static TDigestPercentilesAggregateprotected static voidsetupTDigestPercentilesAggregateDeserializer(ObjectDeserializer<TDigestPercentilesAggregate.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.PercentilesAggregateBase
serializeInternal, setupPercentilesAggregateBaseDeserializer, valuesMethods 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 forTDigestPercentilesAggregate
-
-
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<TDigestPercentilesAggregate.Builder,TDigestPercentilesAggregate> - Returns:
- a new builder instance.
-
builder
-
setupTDigestPercentilesAggregateDeserializer
protected static void setupTDigestPercentilesAggregateDeserializer(ObjectDeserializer<TDigestPercentilesAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classPercentilesAggregateBase
-
equals
- Overrides:
equalsin classPercentilesAggregateBase
-