Class UnmappedSamplerAggregate
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
co.elastic.clients.elasticsearch._types.aggregations.SingleBucketAggregateBase
co.elastic.clients.elasticsearch._types.aggregations.UnmappedSamplerAggregate
- All Implemented Interfaces:
AggregateVariant,JsonpSerializable
@JsonpDeserializable
public class UnmappedSamplerAggregate
extends SingleBucketAggregateBase
implements AggregateVariant
- 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<UnmappedSamplerAggregate>Json deserializer forUnmappedSamplerAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregate variant kind.static UnmappedSamplerAggregateprotected 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
_toAggregate
-
Field Details
-
_DESERIALIZER
Json deserializer forUnmappedSamplerAggregate
-
-
Method Details
-
of
public static UnmappedSamplerAggregate of(Function<UnmappedSamplerAggregate.Builder, ObjectBuilder<UnmappedSamplerAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupUnmappedSamplerAggregateDeserializer
protected static void setupUnmappedSamplerAggregateDeserializer(ObjectDeserializer<UnmappedSamplerAggregate.Builder> op)
-