Class FetchProfile
java.lang.Object
co.elastic.clients.elasticsearch.core.search.FetchProfile
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class FetchProfile extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFetchProfile.BuilderBuilder forFetchProfile. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FetchProfile>_DESERIALIZERJson deserializer forFetchProfile -
Method Summary
Modifier and Type Method Description FetchProfileBreakdownbreakdown()Required - API name:breakdownjava.util.List<FetchProfile>children()API name:childrenFetchProfileDebugdebug()API name:debugjava.lang.Stringdescription()Required - API name:descriptionstatic FetchProfileof(java.util.function.Function<FetchProfile.Builder,ObjectBuilder<FetchProfile>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFetchProfileDeserializer(ObjectDeserializer<FetchProfile.Builder> op)longtimeInNanos()Required - API name:time_in_nanosjava.lang.StringtoString()java.lang.Stringtype()Required - API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFetchProfile
-
-
Method Details
-
of
public static FetchProfile of(java.util.function.Function<FetchProfile.Builder,ObjectBuilder<FetchProfile>> fn) -
type
public final java.lang.String type()Required - API name:type -
description
public final java.lang.String description()Required - API name:description -
timeInNanos
public final long timeInNanos()Required - API name:time_in_nanos -
breakdown
Required - API name:breakdown -
debug
API name:debug -
children
API name:children -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupFetchProfileDeserializer
-