Class TimestampRange

    • Constructor Detail

      • TimestampRange

        public TimestampRange()
    • Method Detail

      • setBeginDate

        public void setBeginDate​(Date beginDate)

        The minimum value of the timestamp range.

        Parameters:
        beginDate - The minimum value of the timestamp range.
      • getBeginDate

        public Date getBeginDate()

        The minimum value of the timestamp range.

        Returns:
        The minimum value of the timestamp range.
      • withBeginDate

        public TimestampRange withBeginDate​(Date beginDate)

        The minimum value of the timestamp range.

        Parameters:
        beginDate - The minimum value of the timestamp range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndDate

        public void setEndDate​(Date endDate)

        The maximum value of the timestamp range.

        Parameters:
        endDate - The maximum value of the timestamp range.
      • getEndDate

        public Date getEndDate()

        The maximum value of the timestamp range.

        Returns:
        The maximum value of the timestamp range.
      • withEndDate

        public TimestampRange withEndDate​(Date endDate)

        The maximum value of the timestamp range.

        Parameters:
        endDate - The maximum value of the timestamp range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object