Class GeoLineAggregate
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.GeoLineAggregate
-
- All Implemented Interfaces:
JsonpSerializable,AggregateVariant
@JsonpDeserializable public class GeoLineAggregate extends AggregateBase implements AggregateVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoLineAggregate.BuilderBuilder forGeoLineAggregate.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._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
All Methods Static Methods Instance Methods Concrete Methods 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:type-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregateVariant
_toAggregate
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GeoLineAggregate> _DESERIALIZER
Json deserializer forGeoLineAggregate
-
-
Method Detail
-
of
public static GeoLineAggregate of(java.util.function.Function<GeoLineAggregate.Builder,ObjectBuilder<GeoLineAggregate>> fn)
-
_aggregateKind
public Aggregate.Kind _aggregateKind()
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
type
public final java.lang.String type()
Required - API name:type
-
geometry
public final GeoLine geometry()
Required - API name:geometry
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Overrides:
serializeInternalin classAggregateBase
-
setupGeoLineAggregateDeserializer
protected static void setupGeoLineAggregateDeserializer(ObjectDeserializer<GeoLineAggregate.Builder> op)
-
-