public class Timing extends DslBase
| Constructor and Description | 
|---|
Timing(Long total,
      Long mainQuery,
      List<StageTime> pipeline)  | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getMainQuery()  | 
List<StageTime> | 
getPipeline()  | 
Long | 
getTotal()  | 
void | 
setMainQuery(Long mainQuery)  | 
void | 
setPipeline(List<StageTime> pipeline)  | 
void | 
setTotal(Long total)  |