Class HotThreadsResponse
java.lang.Object
org.opensearch.client.opensearch.nodes.HotThreadsResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
@JsonpDeserializable
public class HotThreadsResponse
extends Object
implements PlainJsonSerializable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<HotThreadsResponse> Json deserializer forHotThreadsResponse -
Method Summary
Modifier and TypeMethodDescriptionRequired - API name:hot_threadsstatic HotThreadsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Field Details
-
_DESERIALIZER
Json deserializer forHotThreadsResponse
-
-
Method Details
-
of
public static HotThreadsResponse of(Function<HotThreadsResponse.Builder, ObjectBuilder<HotThreadsResponse>> fn) -
hotThreads
Required - API name:hot_threads -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupHotThreadsResponseDeserializer
protected static void setupHotThreadsResponseDeserializer(ObjectDeserializer<HotThreadsResponse.Builder> op)
-