Package org.opensearch.client.tasks
Class CancelTasksResponse
- java.lang.Object
-
- org.opensearch.client.tasks.ListTasksResponse
-
- org.opensearch.client.tasks.CancelTasksResponse
-
public class CancelTasksResponse extends ListTasksResponse
cancel tasks response that contains - task failures - node failures - tasks
-
-
Field Summary
-
Fields inherited from class org.opensearch.client.tasks.ListTasksResponse
nodeFailures, nodesInfoData, taskFailures, taskGroups, tasks
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static CancelTasksResponsefromXContent(org.opensearch.common.xcontent.XContentParser parser)inthashCode()java.lang.StringtoString()-
Methods inherited from class org.opensearch.client.tasks.ListTasksResponse
getNodeFailures, getPerNodeTasks, getTaskFailures, getTaskGroups, getTasks
-
-
-
-
Method Detail
-
fromXContent
public static CancelTasksResponse fromXContent(org.opensearch.common.xcontent.XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classListTasksResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classListTasksResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classListTasksResponse
-
-