Class UpdateByQueryRethrottleResponse
java.lang.Object
co.elastic.clients.elasticsearch._core.UpdateByQueryRethrottleResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class UpdateByQueryRethrottleResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateByQueryRethrottleResponse.Builder
Builder forUpdateByQueryRethrottleResponse
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<UpdateByQueryRethrottleResponse>
_DESERIALIZER
Json deserializer forUpdateByQueryRethrottleResponse
-
Constructor Summary
Constructors Constructor Description UpdateByQueryRethrottleResponse(UpdateByQueryRethrottleResponse.Builder builder)
UpdateByQueryRethrottleResponse(java.util.function.Function<UpdateByQueryRethrottleResponse.Builder,UpdateByQueryRethrottleResponse.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,UpdateByQueryRethrottleNode>
nodes()
API name:nodes
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
setupUpdateByQueryRethrottleResponseDeserializer(DelegatingDeserializer<UpdateByQueryRethrottleResponse.Builder> op)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forUpdateByQueryRethrottleResponse
-
-
Constructor Details
-
UpdateByQueryRethrottleResponse
-
UpdateByQueryRethrottleResponse
public UpdateByQueryRethrottleResponse(java.util.function.Function<UpdateByQueryRethrottleResponse.Builder,UpdateByQueryRethrottleResponse.Builder> fn)
-
-
Method Details
-
nodes
API name:nodes
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupUpdateByQueryRethrottleResponseDeserializer
protected static void setupUpdateByQueryRethrottleResponseDeserializer(DelegatingDeserializer<UpdateByQueryRethrottleResponse.Builder> op)
-