类 CancelTasksResponse
java.lang.Object
org.easysearch.client.tasks.ListTasksResponse
org.easysearch.client.tasks.CancelTasksResponse
public class CancelTasksResponse extends ListTasksResponse
cancel tasks response that contains
- task failures
- node failures
- tasks
-
字段概要
从类继承的字段 org.easysearch.client.tasks.ListTasksResponse
nodeFailures, nodesInfoData, taskFailures, taskGroups, tasks -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object o)static CancelTasksResponsefromXContent(org.easysearch.common.xcontent.XContentParser parser)inthashCode()java.lang.StringtoString()从类继承的方法 org.easysearch.client.tasks.ListTasksResponse
getNodeFailures, getPerNodeTasks, getTaskFailures, getTaskGroups, getTasks从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
方法详细资料
-
fromXContent
public static CancelTasksResponse fromXContent(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException- 抛出:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)- 覆盖:
equals在类中ListTasksResponse
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中ListTasksResponse
-
toString
public java.lang.String toString()- 覆盖:
toString在类中ListTasksResponse
-