Class GlobalAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
co.elastic.clients.elasticsearch._types.aggregations.GlobalAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable,UnionVariant
@JsonpDeserializable public final class GlobalAggregation extends BucketAggregationBase implements AggregationVariant
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlobalAggregation.BuilderBuilder forGlobalAggregation.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
BucketAggregationBase.AbstractBuilder<BuilderT extends BucketAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GlobalAggregation>_DESERIALIZERJson deserializer forGlobalAggregation -
Constructor Summary
Constructors Constructor Description GlobalAggregation(GlobalAggregation.Builder builder)GlobalAggregation(java.util.function.Function<GlobalAggregation.Builder,GlobalAggregation.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.String_variantType()Aggregationvariant typeprotected static voidsetupGlobalAggregationDeserializer(DelegatingDeserializer<GlobalAggregation.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
aggregations, serializeInternal, setupBucketAggregationBaseDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forGlobalAggregation
-
-
Constructor Details
-
GlobalAggregation
-
GlobalAggregation
public GlobalAggregation(java.util.function.Function<GlobalAggregation.Builder,GlobalAggregation.Builder> fn)
-
-
Method Details
-
_variantType
public java.lang.String _variantType()Aggregationvariant type- Specified by:
_variantTypein interfaceUnionVariant
-
setupGlobalAggregationDeserializer
protected static void setupGlobalAggregationDeserializer(DelegatingDeserializer<GlobalAggregation.Builder> op)
-