Class UnmappedSignificantTermsAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase<Void>
org.opensearch.client.opensearch._types.aggregations.SignificantTermsAggregateBase<Void>
org.opensearch.client.opensearch._types.aggregations.UnmappedSignificantTermsAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<UnmappedSignificantTermsAggregate.Builder,UnmappedSignificantTermsAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class UnmappedSignificantTermsAggregate
extends SignificantTermsAggregateBase<Void>
implements AggregateVariant, ToCopyableBuilder<UnmappedSignificantTermsAggregate.Builder,UnmappedSignificantTermsAggregate>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.SignificantTermsAggregateBase
SignificantTermsAggregateBase.AbstractBuilder<TBucket,BuilderT extends SignificantTermsAggregateBase.AbstractBuilder<TBucket, BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UnmappedSignificantTermsAggregate> Json deserializer forUnmappedSignificantTermsAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.builder()booleaninthashCode()of(Function<UnmappedSignificantTermsAggregate.Builder, ObjectBuilder<UnmappedSignificantTermsAggregate>> fn) protected static voidsetupUnmappedSignificantTermsAggregateDeserializer(ObjectDeserializer<UnmappedSignificantTermsAggregate.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.SignificantTermsAggregateBase
bgCount, docCount, serializeInternal, setupSignificantTermsAggregateBaseDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
buckets, setupMultiBucketAggregateBaseDeserializerMethods 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 forUnmappedSignificantTermsAggregate
-
-
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<UnmappedSignificantTermsAggregate.Builder,UnmappedSignificantTermsAggregate> - Returns:
- a new builder instance.
-
builder
-
setupUnmappedSignificantTermsAggregateDeserializer
protected static void setupUnmappedSignificantTermsAggregateDeserializer(ObjectDeserializer<UnmappedSignificantTermsAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classSignificantTermsAggregateBase<Void>
-
equals
- Overrides:
equalsin classSignificantTermsAggregateBase<Void>
-