Class FetchProfile
java.lang.Object
org.opensearch.client.opensearch.core.search.FetchProfile
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<FetchProfile.Builder,FetchProfile>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class FetchProfile
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<FetchProfile.Builder,FetchProfile>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FetchProfile> Json deserializer forFetchProfile -
Method Summary
Modifier and TypeMethodDescriptionfinal FetchProfileBreakdownRequired - API name:breakdownstatic FetchProfile.Builderbuilder()final List<FetchProfile> children()API name:childrenfinal FetchProfileDebugdebug()API name:debugfinal StringRequired - API name:descriptionbooleaninthashCode()static FetchProfilevoidserialize(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_nanosCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Stringtype()Required - API name:typeMethods 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 forFetchProfile
-
-
Method Details
-
of
-
breakdown
Required - API name:breakdown -
children
API name:children -
debug
API name:debug -
description
Required - API name:description -
timeInNanos
public final long timeInNanos()Required - API name:time_in_nanos -
type
Required - API name:type -
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<FetchProfile.Builder,FetchProfile> - Returns:
- a new builder instance.
-
builder
-
setupFetchProfileDeserializer
-
hashCode
public int hashCode() -
equals
-