Class SignificantStringTermsAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase<SignificantStringTermsBucket>
org.opensearch.client.opensearch._types.aggregations.SignificantTermsAggregateBase<SignificantStringTermsBucket>
org.opensearch.client.opensearch._types.aggregations.SignificantStringTermsAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<SignificantStringTermsAggregate.Builder,SignificantStringTermsAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class SignificantStringTermsAggregate
extends SignificantTermsAggregateBase<SignificantStringTermsBucket>
implements AggregateVariant, ToCopyableBuilder<SignificantStringTermsAggregate.Builder,SignificantStringTermsAggregate>
-
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<SignificantStringTermsAggregate> Json deserializer forSignificantStringTermsAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.builder()booleaninthashCode()of(Function<SignificantStringTermsAggregate.Builder, ObjectBuilder<SignificantStringTermsAggregate>> fn) protected static voidsetupSignificantStringTermsAggregateDeserializer(ObjectDeserializer<SignificantStringTermsAggregate.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 forSignificantStringTermsAggregate
-
-
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<SignificantStringTermsAggregate.Builder,SignificantStringTermsAggregate> - Returns:
- a new builder instance.
-
builder
-
setupSignificantStringTermsAggregateDeserializer
protected static void setupSignificantStringTermsAggregateDeserializer(ObjectDeserializer<SignificantStringTermsAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classSignificantTermsAggregateBase<SignificantStringTermsBucket>
-
equals
- Overrides:
equalsin classSignificantTermsAggregateBase<SignificantStringTermsBucket>
-