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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ReindexRethrottleResponse>Json deserializer forReindexRethrottleResponse
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forReindexRethrottleResponse
 
- 
- 
Method Details- 
ofpublic static ReindexRethrottleResponse of(Function<ReindexRethrottleResponse.Builder, ObjectBuilder<ReindexRethrottleResponse>> fn) 
- 
nodesRequired - API name:nodes
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupReindexRethrottleResponseDeserializerprotected static void setupReindexRethrottleResponseDeserializer(ObjectDeserializer<ReindexRethrottleResponse.Builder> op) 
 
-