Class BucketPathAggregation
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregationBase
org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
- Direct Known Subclasses:
PipelineAggregationBase
@Generated("org.opensearch.client.codegen.CodeGenerator")
public abstract class BucketPathAggregation
extends AggregationBase
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBucketPathAggregation.AbstractBuilder<BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BucketsPathAPI name:buckets_pathbooleaninthashCode()protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>>
voidsetupBucketPathAggregationDeserializer(ObjectDeserializer<BuilderT> op) Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Constructor Details
-
BucketPathAggregation
-
-
Method Details
-
bucketsPath
API name:buckets_path -
serializeInternal
- Overrides:
serializeInternalin classAggregationBase
-
setupBucketPathAggregationDeserializer
protected static <BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>> void setupBucketPathAggregationDeserializer(ObjectDeserializer<BuilderT> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classAggregationBase
-
equals
- Overrides:
equalsin classAggregationBase
-