Class ThreadPoolResponse
java.lang.Object
co.elastic.clients.elasticsearch.cat.ThreadPoolResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ThreadPoolResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreadPoolResponse.BuilderBuilder forThreadPoolResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ThreadPoolResponse>_DESERIALIZER -
Constructor Summary
Constructors Constructor Description ThreadPoolResponse(ThreadPoolResponse.Builder builder)ThreadPoolResponse(java.util.function.Function<ThreadPoolResponse.Builder,ThreadPoolResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description protected static JsonpDeserializer<ThreadPoolResponse>createThreadPoolResponseDeserializer()voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this value to JSON.java.util.List<ThreadPoolRecord>valueBody()Required - Response value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Constructor Details
-
ThreadPoolResponse
-
ThreadPoolResponse
public ThreadPoolResponse(java.util.function.Function<ThreadPoolResponse.Builder,ThreadPoolResponse.Builder> fn)
-
-
Method Details
-
valueBody
Required - Response value.API name:
_value_body -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
createThreadPoolResponseDeserializer
-