Package org.elasticsearch.client.tasks
Class TaskSubmissionResponse
- java.lang.Object
-
- org.elasticsearch.client.tasks.TaskSubmissionResponse
-
public class TaskSubmissionResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ConstructingObjectParser<TaskSubmissionResponse,Void>PARSER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)static TaskSubmissionResponsefromXContent(XContentParser parser)StringgetTask()Get the task idinthashCode()
-
-
-
Field Detail
-
PARSER
public static final ConstructingObjectParser<TaskSubmissionResponse,Void> PARSER
-
-
Method Detail
-
getTask
public String getTask()
Get the task id- Returns:
- the id of the reindex task.
-
fromXContent
public static TaskSubmissionResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-