Class ParentAggregate
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.SingleBucketAggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.ParentAggregate
-
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant
@JsonpDeserializable public class ParentAggregate extends SingleBucketAggregateBase implements AggregateVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParentAggregate.BuilderBuilder forParentAggregate.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.SingleBucketAggregateBase
SingleBucketAggregateBase.AbstractBuilder<BuilderT extends SingleBucketAggregateBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ParentAggregate>_DESERIALIZERJson deserializer forParentAggregate
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregate.Kind_aggregateKind()static ParentAggregateof(java.util.function.Function<ParentAggregate.Builder,ObjectBuilder<ParentAggregate>> fn)protected static voidsetupParentAggregateDeserializer(ObjectDeserializer<ParentAggregate.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.SingleBucketAggregateBase
aggregations, docCount, serializeInternal, setupSingleBucketAggregateBaseDeserializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregateVariant
_toAggregate
-
Methods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ParentAggregate> _DESERIALIZER
Json deserializer forParentAggregate
-
-
Method Detail
-
of
public static ParentAggregate of(java.util.function.Function<ParentAggregate.Builder,ObjectBuilder<ParentAggregate>> fn)
-
_aggregateKind
public Aggregate.Kind _aggregateKind()
- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupParentAggregateDeserializer
protected static void setupParentAggregateDeserializer(ObjectDeserializer<ParentAggregate.Builder> op)
-
-