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,ApiKeyAggregateVariant,JsonpSerializable
@JsonpDeserializable
public class MissingAggregate
extends SingleBucketAggregateBase
implements AggregateVariant, ApiKeyAggregateVariant
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.SingleBucketAggregateBase
SingleBucketAggregateBase.AbstractBuilder<BuilderT extends SingleBucketAggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MissingAggregate>Json deserializer forMissingAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregate variant kind.ApiKeyAggregate variant kind.static MissingAggregateprotected static voidMethods 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
_toAggregateMethods inherited from interface co.elastic.clients.elasticsearch.security.query_api_keys.ApiKeyAggregateVariant
_toApiKeyAggregate
-
Field Details
-
_DESERIALIZER
Json deserializer forMissingAggregate
-
-
Method Details
-
of
public static MissingAggregate of(Function<MissingAggregate.Builder, ObjectBuilder<MissingAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
_apiKeyAggregateKind
ApiKeyAggregate variant kind.- Specified by:
_apiKeyAggregateKindin interfaceApiKeyAggregateVariant
-
setupMissingAggregateDeserializer
protected static void setupMissingAggregateDeserializer(ObjectDeserializer<MissingAggregate.Builder> op)
-