Package org.opennms.web.rest.v1.support
Class TimeChunker.TimeChunk
- java.lang.Object
-
- org.opennms.web.rest.v1.support.TimeChunker.TimeChunk
-
- Enclosing class:
- TimeChunker
public static class TimeChunker.TimeChunk extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(Date changeTime)
Date
getEndDate()
Date
getStartDate()
void
setEndDate(Date endDate)
void
setStartDate(Date startDate)
-