Class HotThreadsResponse
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.HotThreadsResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class HotThreadsResponse extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHotThreadsResponse.BuilderBuilder forHotThreadsResponse.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<HotThreadsResponse>_DESERIALIZERJson deserializer forHotThreadsResponse
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<HotThread>hotThreads()Required - API name:hot_threadsstatic HotThreadsResponseof(java.util.function.Function<HotThreadsResponse.Builder,ObjectBuilder<HotThreadsResponse>> 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 voidsetupHotThreadsResponseDeserializer(ObjectDeserializer<HotThreadsResponse.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<HotThreadsResponse> _DESERIALIZER
Json deserializer forHotThreadsResponse
-
-
Method Detail
-
of
public static HotThreadsResponse of(java.util.function.Function<HotThreadsResponse.Builder,ObjectBuilder<HotThreadsResponse>> fn)
-
hotThreads
public final java.util.List<HotThread> hotThreads()
Required - API name:hot_threads
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupHotThreadsResponseDeserializer
protected static void setupHotThreadsResponseDeserializer(ObjectDeserializer<HotThreadsResponse.Builder> op)
-
-