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
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 Details
-
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)- 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
-