Class GeoLineAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.GeoLineAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable
@JsonpDeserializable
public class GeoLineAggregation
extends Object
implements AggregationVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GeoLineAggregation>Json deserializer forGeoLineAggregation -
Method Summary
Modifier and TypeMethodDescriptionAggregation variant kind.final BooleanAPI name:include_sortstatic GeoLineAggregationfinal GeoLinePointpoint()Required - API name:pointvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Integersize()API name:sizefinal GeoLineSortsort()Required - API name:sortfinal SortOrderAPI name:sort_ordertoString()Methods 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.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoLineAggregation
-
-
Method Details
-
of
public static GeoLineAggregation of(Function<GeoLineAggregation.Builder, ObjectBuilder<GeoLineAggregation>> fn) -
_aggregationKind
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
point
Required - API name:point -
sort
Required - API name:sort -
includeSort
API name:include_sort -
sortOrder
API name:sort_order -
size
API name:size -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGeoLineAggregationDeserializer
protected static void setupGeoLineAggregationDeserializer(ObjectDeserializer<GeoLineAggregation.Builder> op)
-