Class MatrixStatsAggregation
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregationBase
org.opensearch.client.opensearch._types.aggregations.MatrixAggregation
org.opensearch.client.opensearch._types.aggregations.MatrixStatsAggregation
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregationVariant,ToCopyableBuilder<MatrixStatsAggregation.Builder,MatrixStatsAggregation>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class MatrixStatsAggregation
extends MatrixAggregation
implements AggregationVariant, ToCopyableBuilder<MatrixStatsAggregation.Builder,MatrixStatsAggregation>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.MatrixAggregation
MatrixAggregation.AbstractBuilder<BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MatrixStatsAggregation> Json deserializer forMatrixStatsAggregation -
Method Summary
Modifier and TypeMethodDescriptionAggregationvariant kind.builder()booleaninthashCode()final SortModemode()API name:modestatic MatrixStatsAggregationprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MatrixAggregation
fields, missing, setupMatrixAggregationDeserializerMethods 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.opensearch._types.aggregations.AggregationVariant
toAggregationMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forMatrixStatsAggregation
-
-
Method Details
-
of
public static MatrixStatsAggregation of(Function<MatrixStatsAggregation.Builder, ObjectBuilder<MatrixStatsAggregation>> fn) -
_aggregationKind
Aggregationvariant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
mode
API name:mode -
serializeInternal
- Overrides:
serializeInternalin classMatrixAggregation
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<MatrixStatsAggregation.Builder,MatrixStatsAggregation> - Returns:
- a new builder instance.
-
builder
-
setupMatrixStatsAggregationDeserializer
protected static void setupMatrixStatsAggregationDeserializer(ObjectDeserializer<MatrixStatsAggregation.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classMatrixAggregation
-
equals
- Overrides:
equalsin classMatrixAggregation
-