Class GetRequest

java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.task.GetRequest

public final class GetRequest
extends RequestBase
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  GetRequest.Builder
    Builder for GetRequest.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static Endpoint<GetRequest,​GetResponse,​OpenSearchError> ENDPOINT
    Endpoint "tasks.get".
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected GetRequest​(GetRequest.Builder builder)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String taskId()
    API name: task_id
    jakarta.json.JsonValue timeout()
    API name: timeout
    java.lang.Boolean waitForCompletion()
    API name: wait_for_completion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait