Class AggregationProfileDelegateDebug
- java.lang.Object
-
- org.opensearch.client.opensearch.core.search.AggregationProfileDelegateDebug
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AggregationProfileDelegateDebug extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregationProfileDelegateDebug.BuilderBuilder forAggregationProfileDelegateDebug.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AggregationProfileDelegateDebug>_DESERIALIZERJson deserializer forAggregationProfileDelegateDebug
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AggregationProfileDelegateDebugFilter>filters()API name:filtersstatic AggregationProfileDelegateDebugof(java.util.function.Function<AggregationProfileDelegateDebug.Builder,ObjectBuilder<AggregationProfileDelegateDebug>> fn)java.lang.IntegersegmentsCollected()API name:segments_collectedjava.lang.IntegersegmentsCounted()API name:segments_countedjava.lang.IntegersegmentsWithDeletedDocs()API name:segments_with_deleted_docsjava.lang.IntegersegmentsWithDocCountField()API name:segments_with_doc_count_fieldvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupAggregationProfileDelegateDebugDeserializer(ObjectDeserializer<AggregationProfileDelegateDebug.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<AggregationProfileDelegateDebug> _DESERIALIZER
Json deserializer forAggregationProfileDelegateDebug
-
-
Method Detail
-
of
public static AggregationProfileDelegateDebug of(java.util.function.Function<AggregationProfileDelegateDebug.Builder,ObjectBuilder<AggregationProfileDelegateDebug>> fn)
-
segmentsWithDocCountField
@Nullable public final java.lang.Integer segmentsWithDocCountField()
API name:segments_with_doc_count_field
-
segmentsWithDeletedDocs
@Nullable public final java.lang.Integer segmentsWithDeletedDocs()
API name:segments_with_deleted_docs
-
filters
public final java.util.List<AggregationProfileDelegateDebugFilter> filters()
API name:filters
-
segmentsCounted
@Nullable public final java.lang.Integer segmentsCounted()
API name:segments_counted
-
segmentsCollected
@Nullable public final java.lang.Integer segmentsCollected()
API name:segments_collected
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupAggregationProfileDelegateDebugDeserializer
protected static void setupAggregationProfileDelegateDebugDeserializer(ObjectDeserializer<AggregationProfileDelegateDebug.Builder> op)
-
-