Class GeoLineAggregate
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
co.elastic.clients.elasticsearch._types.aggregations.GeoLineAggregate
- All Implemented Interfaces:
AggregateVariant,JsonpSerializable
@JsonpDeserializable public class GeoLineAggregate extends AggregateBase implements AggregateVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoLineAggregate.BuilderBuilder forGeoLineAggregate.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
AggregateBase.AbstractBuilder<BuilderT extends AggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoLineAggregate>_DESERIALIZERJson deserializer forGeoLineAggregate -
Method Summary
Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.GeoLinegeometry()Required - API name:geometrystatic GeoLineAggregateof(java.util.function.Function<GeoLineAggregate.Builder,ObjectBuilder<GeoLineAggregate>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGeoLineAggregateDeserializer(ObjectDeserializer<GeoLineAggregate.Builder> op)java.lang.Stringtype()Required - API name:typeMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializerMethods 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.AggregateVariant
_toAggregate
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoLineAggregate
-
-
Method Details
-
of
public static GeoLineAggregate of(java.util.function.Function<GeoLineAggregate.Builder,ObjectBuilder<GeoLineAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
type
public final java.lang.String type()Required - API name:type -
geometry
Required - API name:geometry -
serializeInternal
- Overrides:
serializeInternalin classAggregateBase
-
setupGeoLineAggregateDeserializer
protected static void setupGeoLineAggregateDeserializer(ObjectDeserializer<GeoLineAggregate.Builder> op)
-