Class MatrixStatsAggregate
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
co.elastic.clients.elasticsearch._types.aggregations.MatrixStatsAggregate
- All Implemented Interfaces:
AggregateVariant,JsonpSerializable
@JsonpDeserializable public class MatrixStatsAggregate extends AggregateBase implements AggregateVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixStatsAggregate.BuilderBuilder forMatrixStatsAggregate.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
AggregateBase.AbstractBuilder<BuilderT extends AggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MatrixStatsAggregate>_DESERIALIZERJson deserializer forMatrixStatsAggregate -
Method Summary
Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.longdocCount()Required - API name:doc_countjava.util.List<MatrixStatsFields>fields()Required - API name:fieldsstatic MatrixStatsAggregateof(java.util.function.Function<MatrixStatsAggregate.Builder,ObjectBuilder<MatrixStatsAggregate>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMatrixStatsAggregateDeserializer(ObjectDeserializer<MatrixStatsAggregate.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregateVariant
_toAggregate
-
Field Details
-
_DESERIALIZER
Json deserializer forMatrixStatsAggregate
-
-
Method Details
-
of
public static MatrixStatsAggregate of(java.util.function.Function<MatrixStatsAggregate.Builder,ObjectBuilder<MatrixStatsAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
docCount
public final long docCount()Required - API name:doc_count -
fields
Required - API name:fields -
serializeInternal
- Overrides:
serializeInternalin classAggregateBase
-
setupMatrixStatsAggregateDeserializer
protected static void setupMatrixStatsAggregateDeserializer(ObjectDeserializer<MatrixStatsAggregate.Builder> op)
-