Class CompositeAggregationSource
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.CompositeAggregationSource
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class CompositeAggregationSource extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompositeAggregationSource.BuilderBuilder forCompositeAggregationSource. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CompositeAggregationSource>_DESERIALIZERJson deserializer forCompositeAggregationSource -
Method Summary
Modifier and Type Method Description DateHistogramAggregationdateHistogram()API name:date_histogramGeoTileGridAggregationgeotileGrid()API name:geotile_gridHistogramAggregationhistogram()API name:histogramstatic CompositeAggregationSourceof(java.util.function.Function<CompositeAggregationSource.Builder,ObjectBuilder<CompositeAggregationSource>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCompositeAggregationSourceDeserializer(ObjectDeserializer<CompositeAggregationSource.Builder> op)TermsAggregationterms()API name:termsjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCompositeAggregationSource
-
-
Method Details
-
of
public static CompositeAggregationSource of(java.util.function.Function<CompositeAggregationSource.Builder,ObjectBuilder<CompositeAggregationSource>> fn) -
terms
API name:terms -
histogram
API name:histogram -
dateHistogram
API name:date_histogram -
geotileGrid
API name:geotile_grid -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupCompositeAggregationSourceDeserializer
protected static void setupCompositeAggregationSourceDeserializer(ObjectDeserializer<CompositeAggregationSource.Builder> op)
-