Class UpdateByQueryRethrottleResponse
java.lang.Object
org.opensearch.client.opensearch.core.UpdateByQueryRethrottleResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<UpdateByQueryRethrottleResponse.Builder,UpdateByQueryRethrottleResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class UpdateByQueryRethrottleResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<UpdateByQueryRethrottleResponse.Builder,UpdateByQueryRethrottleResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UpdateByQueryRethrottleResponse> Json deserializer forUpdateByQueryRethrottleResponse -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()final List<ErrorCause> API name:node_failuresfinal Map<String, UpdateByQueryRethrottleNode> nodes()Required - API name:nodesof(Function<UpdateByQueryRethrottleResponse.Builder, ObjectBuilder<UpdateByQueryRethrottleResponse>> 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 voidsetupUpdateByQueryRethrottleResponseDeserializer(ObjectDeserializer<UpdateByQueryRethrottleResponse.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forUpdateByQueryRethrottleResponse
-
-
Method Details
-
of
-
nodeFailures
API name:node_failures -
nodes
Required - API name:nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateByQueryRethrottleResponse.Builder,UpdateByQueryRethrottleResponse> - Returns:
- a new builder instance.
-
builder
-
setupUpdateByQueryRethrottleResponseDeserializer
protected static void setupUpdateByQueryRethrottleResponseDeserializer(ObjectDeserializer<UpdateByQueryRethrottleResponse.Builder> op) -
hashCode
public int hashCode() -
equals
-