类 GetRollupJobResponse
java.lang.Object
org.easysearch.client.rollup.GetRollupJobResponse
public class GetRollupJobResponse
extends java.lang.Object
Response from rollup's get jobs api.
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classGetRollupJobResponse.JobWrapperstatic classGetRollupJobResponse.RollupIndexerJobStatsThe Rollup specialization of stats for the AsyncTwoPhaseIndexer.static classGetRollupJobResponse.RollupJobStatusStatus of the rollup job. -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object o)static GetRollupJobResponsefromXContent(org.easysearch.common.xcontent.XContentParser parser)java.util.List<GetRollupJobResponse.JobWrapper>getJobs()Jobs returned by the request.inthashCode()java.lang.StringtoString()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
方法详细资料
-
getJobs
Jobs returned by the request. -
equals
public boolean equals(java.lang.Object o)- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中java.lang.Object
-
fromXContent
public static GetRollupJobResponse fromXContent(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException- 抛出:
java.io.IOException
-
toString
public final java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-