Class DeleteByQueryRethrottleResponse
- java.lang.Object
-
- org.opensearch.client.opensearch.tasks.ListResponse
-
- org.opensearch.client.opensearch.core.DeleteByQueryRethrottleResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DeleteByQueryRethrottleResponse extends ListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteByQueryRethrottleResponse.BuilderBuilder forDeleteByQueryRethrottleResponse.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch.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
All Methods Static Methods Concrete Methods 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 org.opensearch.client.opensearch.tasks.ListResponse
listResponseOf, nodeFailures, nodes, serialize, serializeInternal, setupListResponseDeserializer, tasks
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<DeleteByQueryRethrottleResponse> _DESERIALIZER
Json deserializer forDeleteByQueryRethrottleResponse
-
-
Method Detail
-
of
public static DeleteByQueryRethrottleResponse of(java.util.function.Function<DeleteByQueryRethrottleResponse.Builder,ObjectBuilder<DeleteByQueryRethrottleResponse>> fn)
-
setupDeleteByQueryRethrottleResponseDeserializer
protected static void setupDeleteByQueryRethrottleResponseDeserializer(ObjectDeserializer<DeleteByQueryRethrottleResponse.Builder> op)
-
-