Class BucketPathAggregation

java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation
All Implemented Interfaces:
JsonpSerializable
Direct Known Subclasses:
BucketCorrelationAggregation, BucketKsAggregation, PipelineAggregationBase

public abstract class BucketPathAggregation extends AggregationBase implements JsonpSerializable
See Also:
  • Constructor Details

  • Method Details

    • bucketsPath

      @Nullable public final BucketsPath bucketsPath()
      Path to the buckets that contain one set of values to correlate.

      API name: buckets_path

    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupBucketPathAggregationDeserializer

      protected static <BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>> void setupBucketPathAggregationDeserializer(ObjectDeserializer<BuilderT> op)