Class DeleteByQueryRethrottleResponse
java.lang.Object
co.elastic.clients.elasticsearch.tasks.ListResponse
co.elastic.clients.elasticsearch.core.DeleteByQueryRethrottleResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DeleteByQueryRethrottleResponse extends ListResponse
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteByQueryRethrottleResponse.BuilderBuilder forDeleteByQueryRethrottleResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.tasks.ListResponse
ListResponse.AbstractBuilder<BuilderT extends ListResponse.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DeleteByQueryRethrottleResponse>_DESERIALIZERJson deserializer forDeleteByQueryRethrottleResponse -
Method Summary
Modifier and Type Method Description static DeleteByQueryRethrottleResponseof(java.util.function.Function<DeleteByQueryRethrottleResponse.Builder,ObjectBuilder<DeleteByQueryRethrottleResponse>> fn)protected static voidsetupDeleteByQueryRethrottleResponseDeserializer(ObjectDeserializer<DeleteByQueryRethrottleResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.tasks.ListResponse
listResponseOf, nodeFailures, nodes, serialize, serializeInternal, setupListResponseDeserializer, tasks, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDeleteByQueryRethrottleResponse
-
-
Method Details
-
of
public static DeleteByQueryRethrottleResponse of(java.util.function.Function<DeleteByQueryRethrottleResponse.Builder,ObjectBuilder<DeleteByQueryRethrottleResponse>> fn) -
setupDeleteByQueryRethrottleResponseDeserializer
protected static void setupDeleteByQueryRethrottleResponseDeserializer(ObjectDeserializer<DeleteByQueryRethrottleResponse.Builder> op)
-