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