类 GetRollupJobResponse.JobWrapper
java.lang.Object
org.easysearch.client.rollup.GetRollupJobResponse.JobWrapper
- 封闭类:
- GetRollupJobResponse
public static class GetRollupJobResponse.JobWrapper
extends java.lang.Object
-
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object obj)RollupJobConfiggetJob()Configuration of the job.GetRollupJobResponse.RollupIndexerJobStatsgetStats()Statistics about the execution of the job.GetRollupJobResponse.RollupJobStatusgetStatus()Current state of the job.inthashCode()java.lang.StringtoString()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
方法详细资料
-
getJob
Configuration of the job. -
getStats
Statistics about the execution of the job. -
getStatus
Current state of the job. -
equals
public boolean equals(java.lang.Object obj)- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中java.lang.Object
-
toString
public final java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-