Class MissingAggregate
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
co.elastic.clients.elasticsearch._types.aggregations.SingleBucketAggregateBase
co.elastic.clients.elasticsearch._types.aggregations.MissingAggregate
- All Implemented Interfaces:
AggregateVariant,JsonpSerializable
@JsonpDeserializable public class MissingAggregate extends SingleBucketAggregateBase implements AggregateVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMissingAggregate.BuilderBuilder forMissingAggregate.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.SingleBucketAggregateBase
SingleBucketAggregateBase.AbstractBuilder<BuilderT extends SingleBucketAggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MissingAggregate>_DESERIALIZERJson deserializer forMissingAggregate -
Method Summary
Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.static MissingAggregateof(java.util.function.Function<MissingAggregate.Builder,ObjectBuilder<MissingAggregate>> fn)protected static voidsetupMissingAggregateDeserializer(ObjectDeserializer<MissingAggregate.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.SingleBucketAggregateBase
aggregations, docCount, serializeInternal, setupSingleBucketAggregateBaseDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregateVariant
_toAggregate
-
Field Details
-
_DESERIALIZER
Json deserializer forMissingAggregate
-
-
Method Details
-
of
public static MissingAggregate of(java.util.function.Function<MissingAggregate.Builder,ObjectBuilder<MissingAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupMissingAggregateDeserializer
protected static void setupMissingAggregateDeserializer(ObjectDeserializer<MissingAggregate.Builder> op)
-