Class HotThreadsResponse
java.lang.Object
co.elastic.clients.elasticsearch.nodes.HotThreadsResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<HotThreadsResponse>
Json deserializer forHotThreadsResponse
-
Method Summary
Modifier and TypeMethodDescriptionRequired - API name:hot_threads
static HotThreadsResponse
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupHotThreadsResponseDeserializer
protected static void setupHotThreadsResponseDeserializer(ObjectDeserializer<HotThreadsResponse.Builder> op)
-