Class ReindexRethrottleResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.ReindexRethrottleResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class ReindexRethrottleResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ReindexRethrottleResponse>Json deserializer forReindexRethrottleResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,ReindexNode> nodes()Required - API name:nodesstatic ReindexRethrottleResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupReindexRethrottleResponseDeserializer(ObjectDeserializer<ReindexRethrottleResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forReindexRethrottleResponse
-
-
Method Details
-
of
public static ReindexRethrottleResponse of(Function<ReindexRethrottleResponse.Builder, ObjectBuilder<ReindexRethrottleResponse>> fn) -
nodes
Required - API name:nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupReindexRethrottleResponseDeserializer
protected static void setupReindexRethrottleResponseDeserializer(ObjectDeserializer<ReindexRethrottleResponse.Builder> op)
-