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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
AggregateBase.AbstractBuilder<BuilderT extends AggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GeoLineAggregate>Json deserializer forGeoLineAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregate variant kind.final GeoLinegeometry()Required - API name:geometrystatic GeoLineAggregatefinal JsonDataRequired - API name:propertiesprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringtype()Required - API name:typeMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer, toStringMethods 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.AggregateVariant
_toAggregate
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoLineAggregate
-
-
Method Details
-
of
public static GeoLineAggregate of(Function<GeoLineAggregate.Builder, ObjectBuilder<GeoLineAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
type
Required - API name:type -
geometry
Required - API name:geometry -
properties
Required - API name:properties -
serializeInternal
- Overrides:
serializeInternalin classAggregateBase
-
setupGeoLineAggregateDeserializer
protected static void setupGeoLineAggregateDeserializer(ObjectDeserializer<GeoLineAggregate.Builder> op)
-