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 classUpdateByQueryRethrottleResponse.BuilderBuilder forUpdateByQueryRethrottleResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<UpdateByQueryRethrottleResponse>_DESERIALIZERJson 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()Required - API name:nodesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupUpdateByQueryRethrottleResponseDeserializer(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
Required - API name:nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupUpdateByQueryRethrottleResponseDeserializer
protected static void setupUpdateByQueryRethrottleResponseDeserializer(DelegatingDeserializer<UpdateByQueryRethrottleResponse.Builder> op)
-