Class CDPDateFilterInput


  • public class CDPDateFilterInput
    extends Object
    • Constructor Detail

      • CDPDateFilterInput

        public CDPDateFilterInput​(long after,
                                  boolean includeAfter,
                                  long before,
                                  boolean includeBefore)
    • Method Detail

      • getAfter

        public long getAfter()
      • isIncludeAfter

        public boolean isIncludeAfter()
      • getBefore

        public long getBefore()
      • isIncludeBefore

        public boolean isIncludeBefore()