Class GeoLineAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.GeoLineAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable,UnionVariant
@JsonpDeserializable public final class GeoLineAggregation extends java.lang.Object implements AggregationVariant, JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description GeoLineAggregation(GeoLineAggregation.Builder builder)GeoLineAggregation(java.util.function.Function<GeoLineAggregation.Builder,GeoLineAggregation.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.String_variantType()Aggregationvariant typejava.lang.BooleanincludeSort()API name:include_sortGeoLinePointpoint()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(DelegatingDeserializer<GeoLineAggregation.Builder> op)java.lang.Integersize()API name:sizeGeoLineSortsort()Required - API name:sortSortOrdersortOrder()API name:sort_orderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoLineAggregation
-
-
Constructor Details
-
GeoLineAggregation
-
GeoLineAggregation
public GeoLineAggregation(java.util.function.Function<GeoLineAggregation.Builder,GeoLineAggregation.Builder> fn)
-
-
Method Details
-
_variantType
public java.lang.String _variantType()Aggregationvariant type- Specified by:
_variantTypein interfaceUnionVariant
-
point
Required - API name:point -
sort
Required - API name:sort -
includeSort
@Nullable public java.lang.Boolean includeSort()API name:include_sort -
sortOrder
API name:sort_order -
size
@Nullable public java.lang.Integer size()API name:size -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupGeoLineAggregationDeserializer
protected static void setupGeoLineAggregationDeserializer(DelegatingDeserializer<GeoLineAggregation.Builder> op)
-