Class UpdateByQueryRethrottleResponse
- java.lang.Object
-
- org.opensearch.client.opensearch.core.UpdateByQueryRethrottleResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,UpdateByQueryRethrottleNode>nodes()Required - API name:nodesstatic UpdateByQueryRethrottleResponseof(java.util.function.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)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<UpdateByQueryRethrottleResponse> _DESERIALIZER
Json deserializer forUpdateByQueryRethrottleResponse
-
-
Method Detail
-
of
public static UpdateByQueryRethrottleResponse of(java.util.function.Function<UpdateByQueryRethrottleResponse.Builder,ObjectBuilder<UpdateByQueryRethrottleResponse>> fn)
-
nodes
public final java.util.Map<java.lang.String,UpdateByQueryRethrottleNode> nodes()
Required - API name:nodes
-
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)
-
setupUpdateByQueryRethrottleResponseDeserializer
protected static void setupUpdateByQueryRethrottleResponseDeserializer(ObjectDeserializer<UpdateByQueryRethrottleResponse.Builder> op)
-
-