Class ReindexRethrottleResponse
java.lang.Object
co.elastic.clients.elasticsearch._core.ReindexRethrottleResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ReindexRethrottleResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReindexRethrottleResponse.BuilderBuilder forReindexRethrottleResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ReindexRethrottleResponse>_DESERIALIZERJson deserializer forReindexRethrottleResponse -
Constructor Summary
Constructors Constructor Description ReindexRethrottleResponse(ReindexRethrottleResponse.Builder builder)ReindexRethrottleResponse(java.util.function.Function<ReindexRethrottleResponse.Builder,ReindexRethrottleResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,ReindexNode>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 voidsetupReindexRethrottleResponseDeserializer(DelegatingDeserializer<ReindexRethrottleResponse.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 forReindexRethrottleResponse
-
-
Constructor Details
-
ReindexRethrottleResponse
-
ReindexRethrottleResponse
public ReindexRethrottleResponse(java.util.function.Function<ReindexRethrottleResponse.Builder,ReindexRethrottleResponse.Builder> fn)
-
-
Method Details
-
nodes
Required - API name:nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupReindexRethrottleResponseDeserializer
protected static void setupReindexRethrottleResponseDeserializer(DelegatingDeserializer<ReindexRethrottleResponse.Builder> op)
-