Class TTestAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.TTestAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable,UnionVariant
@JsonpDeserializable public final class TTestAggregation extends AggregationBase implements AggregationVariant
-
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 -
Constructor Summary
Constructors Constructor Description TTestAggregation(TTestAggregation.Builder builder)TTestAggregation(java.util.function.Function<TTestAggregation.Builder,TTestAggregation.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.String_variantType()Aggregationvariant typeTestPopulationa()API name:aTestPopulationb()API name:bprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupTTestAggregationDeserializer(DelegatingDeserializer<TTestAggregation.Builder> op)TTestTypetype()API name:typeMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializerMethods 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.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forTTestAggregation
-
-
Constructor Details
-
TTestAggregation
-
TTestAggregation
public TTestAggregation(java.util.function.Function<TTestAggregation.Builder,TTestAggregation.Builder> fn)
-
-
Method Details
-
_variantType
public java.lang.String _variantType()Aggregationvariant type- Specified by:
_variantTypein interfaceUnionVariant
-
a
API name:a -
b
API name:b -
type
API name:type -
serializeInternal
- Overrides:
serializeInternalin classAggregationBase
-
setupTTestAggregationDeserializer
protected static void setupTTestAggregationDeserializer(DelegatingDeserializer<TTestAggregation.Builder> op)
-