Class AggregationProfileDelegateDebug
java.lang.Object
org.opensearch.client.opensearch.core.search.AggregationProfileDelegateDebug
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<AggregationProfileDelegateDebug.Builder,AggregationProfileDelegateDebug>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class AggregationProfileDelegateDebug
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<AggregationProfileDelegateDebug.Builder,AggregationProfileDelegateDebug>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AggregationProfileDelegateDebug> Json deserializer forAggregationProfileDelegateDebug -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanfilters()API name:filtersinthashCode()of(Function<AggregationProfileDelegateDebug.Builder, ObjectBuilder<AggregationProfileDelegateDebug>> fn) final IntegerAPI name:segments_collectedfinal IntegerAPI name:segments_countedfinal IntegerAPI name:segments_with_deleted_docsfinal IntegerAPI 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) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregationProfileDelegateDebug
-
-
Method Details
-
of
-
filters
API name:filters -
segmentsCollected
API name:segments_collected -
segmentsCounted
API name:segments_counted -
segmentsWithDeletedDocs
API name:segments_with_deleted_docs -
segmentsWithDocCountField
API name:segments_with_doc_count_field -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AggregationProfileDelegateDebug.Builder,AggregationProfileDelegateDebug> - Returns:
- a new builder instance.
-
builder
-
setupAggregationProfileDelegateDebugDeserializer
protected static void setupAggregationProfileDelegateDebugDeserializer(ObjectDeserializer<AggregationProfileDelegateDebug.Builder> op) -
hashCode
public int hashCode() -
equals
-