Class GeoLineAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.GeoLineAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable
@JsonpDeserializable public class GeoLineAggregation extends java.lang.Object implements AggregationVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoLineAggregation.BuilderBuilder forGeoLineAggregation. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoLineAggregation>_DESERIALIZERJson deserializer forGeoLineAggregation -
Method Summary
Modifier and Type Method Description Aggregation.Kind_aggregationKind()Aggregation variant kind.java.lang.BooleanincludeSort()API name:include_sortstatic GeoLineAggregationof(java.util.function.Function<GeoLineAggregation.Builder,ObjectBuilder<GeoLineAggregation>> fn)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 voidsetupGeoLineAggregationDeserializer(ObjectDeserializer<GeoLineAggregation.Builder> op)java.lang.Integersize()API name:sizeGeoLineSortsort()Required - API name:sortSortOrdersortOrder()API name:sort_orderjava.lang.StringtoString()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(java.util.function.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
@Nullable public final java.lang.Boolean includeSort()API name:include_sort -
sortOrder
API name:sort_order -
size
@Nullable public final java.lang.Integer size()API name:size -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupGeoLineAggregationDeserializer
protected static void setupGeoLineAggregationDeserializer(ObjectDeserializer<GeoLineAggregation.Builder> op)
-