Class AggregationProfileDelegateDebugFilter
java.lang.Object
org.opensearch.client.opensearch.core.search.AggregationProfileDelegateDebugFilter
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<AggregationProfileDelegateDebugFilter.Builder,AggregationProfileDelegateDebugFilter>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class AggregationProfileDelegateDebugFilter
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<AggregationProfileDelegateDebugFilter.Builder,AggregationProfileDelegateDebugFilter>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AggregationProfileDelegateDebugFilter> Json deserializer forAggregationProfileDelegateDebugFilter -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()of(Function<AggregationProfileDelegateDebugFilter.Builder, ObjectBuilder<AggregationProfileDelegateDebugFilter>> fn) final Stringquery()API name:queryfinal IntegerAPI name:results_from_metadatafinal IntegerAPI name:segments_counted_in_constant_timevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupAggregationProfileDelegateDebugFilterDeserializer(ObjectDeserializer<AggregationProfileDelegateDebugFilter.Builder> op) final StringAPI name:specialized_forCreate 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 forAggregationProfileDelegateDebugFilter
-
-
Method Details
-
of
-
query
API name:query -
resultsFromMetadata
API name:results_from_metadata -
segmentsCountedInConstantTime
API name:segments_counted_in_constant_time -
specializedFor
API name:specialized_for -
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<AggregationProfileDelegateDebugFilter.Builder,AggregationProfileDelegateDebugFilter> - Returns:
- a new builder instance.
-
builder
-
setupAggregationProfileDelegateDebugFilterDeserializer
protected static void setupAggregationProfileDelegateDebugFilterDeserializer(ObjectDeserializer<AggregationProfileDelegateDebugFilter.Builder> op) -
hashCode
public int hashCode() -
equals
-