Class GeoLineAggregation
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.GeoLineAggregation
- All Implemented Interfaces:
ToJsonp
public final class GeoLineAggregation extends java.lang.Object implements ToJsonp
-
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 for GeoLineAggregation -
Constructor Summary
Constructors Modifier Constructor Description protectedGeoLineAggregation(GeoLineAggregation.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.BooleanincludeSort()API name:include_sortGeoLinePointpoint()API name:pointprotected static voidsetupGeoLineAggregationDeserializer(DelegatingDeserializer<GeoLineAggregation.Builder> op)java.lang.Numbersize()API name:sizeGeoLineSortsort()API name:sortjakarta.json.JsonValuesortOrder()API name:sort_ordervoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for GeoLineAggregation
-
-
Constructor Details
-
Method Details
-
point
API name:point -
sort
API name:sort -
includeSort
@Nullable public java.lang.Boolean includeSort()API name:include_sort -
sortOrder
@Nullable public jakarta.json.JsonValue sortOrder()API name:sort_order -
size
@Nullable public java.lang.Number size()API name:size -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupGeoLineAggregationDeserializer
protected static void setupGeoLineAggregationDeserializer(DelegatingDeserializer<GeoLineAggregation.Builder> op)
-