Package com.redwood.scheduler.api.model
Interface TimeEstimate
- 
- All Superinterfaces:
- DurationEstimate
 
 public interface TimeEstimate extends DurationEstimate Interface for information about an estimated point in time.
- 
- 
Field Summary- 
Fields inherited from interface com.redwood.scheduler.api.model.DurationEstimateSOURCE_ESTIMATE, SOURCE_INCOMPLETE, SOURCE_KNOWN
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DateTimeZonegetTime()Get the value for this estimate.longgetTimeMillis()Get the value for this estimate.- 
Methods inherited from interface com.redwood.scheduler.api.model.DurationEstimategetSource
 
- 
 
- 
- 
- 
Method Detail- 
getTimeMillislong getTimeMillis() Get the value for this estimate.- Specified by:
- getTimeMillisin interface- DurationEstimate
- Returns:
- the estimate, measured in milliseconds since midnight, January 1, 1970 UTC.
 
 - 
getTimeDateTimeZone getTime() Get the value for this estimate. This is equivalent togetTimeMillis()but also has the time-zone for the job attached.- Returns:
- the estimate.
 
 
- 
 
-