Class CompositeAggregationSource
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.CompositeAggregationSource
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<java.lang.Object>
@JsonpDeserializable public class CompositeAggregationSource extends java.lang.Object implements TaggedUnion<java.lang.Object>, JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompositeAggregationSource.Builder -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CompositeAggregationSource>_DESERIALIZERstatic java.lang.StringDATE_HISTOGRAMstatic java.lang.StringGEOTILE_GRIDstatic java.lang.StringHISTOGRAMstatic java.lang.StringTERMS -
Constructor Summary
Constructors Constructor Description CompositeAggregationSource(CompositeAggregationSourceVariant value)CompositeAggregationSource(ObjectBuilder<T> builder)CompositeAggregationSource(java.util.function.Function<CompositeAggregationSource.Builder,CompositeAggregationSource.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Object_get()java.lang.String_type()Get the of the type of the variant held by this union object.DateHistogramAggregationdateHistogram()Get thedate_histogramvariant value.GeoTileGridAggregationgeotileGrid()Get thegeotile_gridvariant value.HistogramAggregationhistogram()Get thehistogramvariant value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCompositeAggregationSourceDeserializer(DelegatingDeserializer<CompositeAggregationSource.Builder> op)TermsAggregationterms()Get thetermsvariant value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.util.TaggedUnion
_is
-
Field Details
-
TERMS
public static final java.lang.String TERMS- See Also:
- Constant Field Values
-
HISTOGRAM
public static final java.lang.String HISTOGRAM- See Also:
- Constant Field Values
-
DATE_HISTOGRAM
public static final java.lang.String DATE_HISTOGRAM- See Also:
- Constant Field Values
-
GEOTILE_GRID
public static final java.lang.String GEOTILE_GRID- See Also:
- Constant Field Values
-
_DESERIALIZER
-
-
Constructor Details
-
CompositeAggregationSource
-
CompositeAggregationSource
-
CompositeAggregationSource
public CompositeAggregationSource(java.util.function.Function<CompositeAggregationSource.Builder,CompositeAggregationSource.Builder> fn)
-
-
Method Details
-
_type
public java.lang.String _type()Description copied from interface:TaggedUnionGet the of the type of the variant held by this union object.- Specified by:
_typein interfaceTaggedUnion<java.lang.Object>- Returns:
- the variant type
-
_get
public java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<java.lang.Object>
-
terms
Get thetermsvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thetermskind.
-
histogram
Get thehistogramvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thehistogramkind.
-
dateHistogram
Get thedate_histogramvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thedate_histogramkind.
-
geotileGrid
Get thegeotile_gridvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thegeotile_gridkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
setupCompositeAggregationSourceDeserializer
protected static void setupCompositeAggregationSourceDeserializer(DelegatingDeserializer<CompositeAggregationSource.Builder> op)
-