Class MatrixAggregation
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregationBase
org.opensearch.client.opensearch._types.aggregations.MatrixAggregation
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
- Direct Known Subclasses:
MatrixStatsAggregation
@Generated("org.opensearch.client.codegen.CodeGenerator")
public abstract class MatrixAggregation
extends AggregationBase
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMatrixAggregation(MatrixAggregation.AbstractBuilder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfields()API name:fieldsinthashCode()missing()The value to apply to documents that do not have a value.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>>
voidsetupMatrixAggregationDeserializer(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
-
MatrixAggregation
-
-
Method Details
-
fields
API name:fields -
missing
The value to apply to documents that do not have a value. By default, documents without a value are ignored.API name:
missing -
serializeInternal
- Overrides:
serializeInternalin classAggregationBase
-
setupMatrixAggregationDeserializer
protected static <BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>> void setupMatrixAggregationDeserializer(ObjectDeserializer<BuilderT> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classAggregationBase
-
equals
- Overrides:
equalsin classAggregationBase
-