Class CompositeValuesSource
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.CompositeValuesSource
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
- Direct Known Subclasses:
CompositeDateHistogramAggregationSource,CompositeGeoTileGridAggregationSource,CompositeHistogramAggregationSource,CompositeTermsAggregationSource
@Generated("org.opensearch.client.codegen.CodeGenerator")
public abstract class CompositeValuesSource
extends Object
implements PlainJsonSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCompositeValuesSource.AbstractBuilder<BuilderT extends CompositeValuesSource.AbstractBuilder<BuilderT>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal Stringfield()API name:fieldinthashCode()final BooleanAPI name:missing_bucketfinal MissingOrderAPI name:missing_orderfinal SortOrderorder()API name:orderfinal Scriptscript()API name:scriptvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends CompositeValuesSource.AbstractBuilder<BuilderT>>
voidsetupCompositeValuesSourceDeserializer(ObjectDeserializer<BuilderT> op) final ValueTypeAPI name:value_typeMethods 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
-
CompositeValuesSource
-
-
Method Details
-
field
API name:field -
missingBucket
API name:missing_bucket -
missingOrder
API name:missing_order -
order
API name:order -
script
API name:script -
valueType
API name:value_type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCompositeValuesSourceDeserializer
protected static <BuilderT extends CompositeValuesSource.AbstractBuilder<BuilderT>> void setupCompositeValuesSourceDeserializer(ObjectDeserializer<BuilderT> op) -
hashCode
public int hashCode() -
equals
-