Class TTestAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.TTestAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable
@JsonpDeserializable public class TTestAggregation extends AggregationBase implements AggregationVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTTestAggregation.BuilderBuilder forTTestAggregation.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
AggregationBase.AbstractBuilder<BuilderT extends AggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TTestAggregation>_DESERIALIZERJson deserializer forTTestAggregation -
Method Summary
Modifier and Type Method Description Aggregation.Kind_aggregationKind()Aggregation variant kind.TestPopulationa()API name:aTestPopulationb()API name:bstatic TTestAggregationof(java.util.function.Function<TTestAggregation.Builder,ObjectBuilder<TTestAggregation>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupTTestAggregationDeserializer(ObjectDeserializer<TTestAggregation.Builder> op)TTestTypetype()API name:typeMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forTTestAggregation
-
-
Method Details
-
of
public static TTestAggregation of(java.util.function.Function<TTestAggregation.Builder,ObjectBuilder<TTestAggregation>> fn) -
_aggregationKind
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
a
API name:a -
b
API name:b -
type
API name:type -
serializeInternal
- Overrides:
serializeInternalin classAggregationBase
-
setupTTestAggregationDeserializer
protected static void setupTTestAggregationDeserializer(ObjectDeserializer<TTestAggregation.Builder> op)
-