Class DateHistogramAggregate
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase<DateHistogramBucket>
-
- org.opensearch.client.opensearch._types.aggregations.DateHistogramAggregate
-
- All Implemented Interfaces:
JsonpSerializable,AggregateVariant
@JsonpDeserializable public class DateHistogramAggregate extends MultiBucketAggregateBase<DateHistogramBucket> implements AggregateVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDateHistogramAggregate.BuilderBuilder forDateHistogramAggregate.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
MultiBucketAggregateBase.AbstractBuilder<TBucket,BuilderT extends MultiBucketAggregateBase.AbstractBuilder<TBucket,BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DateHistogramAggregate>_DESERIALIZERJson deserializer forDateHistogramAggregate
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.static DateHistogramAggregateof(java.util.function.Function<DateHistogramAggregate.Builder,ObjectBuilder<DateHistogramAggregate>> fn)protected static voidsetupDateHistogramAggregateDeserializer(ObjectDeserializer<DateHistogramAggregate.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
buckets, serializeInternal, setupMultiBucketAggregateBaseDeserializer
-
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
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<DateHistogramAggregate> _DESERIALIZER
Json deserializer forDateHistogramAggregate
-
-
Method Detail
-
of
public static DateHistogramAggregate of(java.util.function.Function<DateHistogramAggregate.Builder,ObjectBuilder<DateHistogramAggregate>> fn)
-
_aggregateKind
public Aggregate.Kind _aggregateKind()
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupDateHistogramAggregateDeserializer
protected static void setupDateHistogramAggregateDeserializer(ObjectDeserializer<DateHistogramAggregate.Builder> op)
-
-