Class AggregationProfile
java.lang.Object
co.elastic.clients.elasticsearch.core.search.AggregationProfile
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AggregationProfile>Json deserializer forAggregationProfile -
Method Summary
Modifier and TypeMethodDescriptionfinal AggregationBreakdownRequired - API name:breakdownfinal List<AggregationProfile>children()API name:childrenfinal AggregationProfileDebugdebug()API name:debugfinal StringRequired - API name:descriptionstatic AggregationProfilevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal longRequired - API name:time_in_nanostoString()final Stringtype()Required - API name:type
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregationProfile
-
-
Method Details
-
of
public static AggregationProfile of(Function<AggregationProfile.Builder, ObjectBuilder<AggregationProfile>> fn) -
breakdown
Required - API name:breakdown -
description
Required - API name:description -
timeInNanos
public final long timeInNanos()Required - API name:time_in_nanos -
type
Required - API name:type -
debug
API name:debug -
children
API name:children -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAggregationProfileDeserializer
protected static void setupAggregationProfileDeserializer(ObjectDeserializer<AggregationProfile.Builder> op)
-