Class TaskSubmissionResponse


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

      • PARSER

        public static final org.opensearch.common.xcontent.ConstructingObjectParser<TaskSubmissionResponse,​java.lang.Void> PARSER
    • Method Detail

      • 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.opensearch.common.xcontent.XContentParser parser)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException