Package org.elasticsearch.client.rollup
Class GetRollupJobResponse.JobWrapper
- java.lang.Object
-
- org.elasticsearch.client.rollup.GetRollupJobResponse.JobWrapper
-
- Enclosing class:
- GetRollupJobResponse
public static class GetRollupJobResponse.JobWrapper extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
Method Detail
-
getJob
public RollupJobConfig getJob()
Configuration of the job.
-
getStats
public GetRollupJobResponse.RollupIndexerJobStats getStats()
Statistics about the execution of the job.
-
getStatus
public GetRollupJobResponse.RollupJobStatus getStatus()
Current state of the job.
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-