Class TaskSubmissionResponse

java.lang.Object
org.elasticsearch.client.tasks.TaskSubmissionResponse

public class TaskSubmissionResponse
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static org.elasticsearch.common.xcontent.ConstructingObjectParser<TaskSubmissionResponse,​java.lang.Void> PARSER  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object other)  
    static TaskSubmissionResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    java.lang.String getTask()
    Get the task id
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • getTask

      public java.lang.String getTask()
      Get the task id
      Returns:
      the id of the reindex task.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object other)
      Overrides:
      equals in class java.lang.Object
    • fromXContent

      public static TaskSubmissionResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException