Class Window


  • public class Window
    extends java.lang.Object
    Contains a start and end DateTime representing a time range.
    • Constructor Summary

      Constructors 
      Constructor Description
      Window()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Window editableUntil​(org.threeten.bp.OffsetDateTime editableUntil)  
      Window end​(org.threeten.bp.OffsetDateTime end)  
      boolean equals​(java.lang.Object o)  
      org.threeten.bp.OffsetDateTime getEditableUntil()
      The timestamp at which this Window can no longer be edited.
      org.threeten.bp.OffsetDateTime getEnd()
      The end timestamp of the window.
      org.threeten.bp.OffsetDateTime getStart()
      The start timestamp of the window.
      int hashCode()  
      void setEditableUntil​(org.threeten.bp.OffsetDateTime editableUntil)  
      void setEnd​(org.threeten.bp.OffsetDateTime end)  
      void setStart​(org.threeten.bp.OffsetDateTime start)  
      Window start​(org.threeten.bp.OffsetDateTime start)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Window

        public Window()
    • Method Detail

      • editableUntil

        public Window editableUntil​(org.threeten.bp.OffsetDateTime editableUntil)
      • getEditableUntil

        public org.threeten.bp.OffsetDateTime getEditableUntil()
        The timestamp at which this Window can no longer be edited.
        Returns:
        editableUntil
      • setEditableUntil

        public void setEditableUntil​(org.threeten.bp.OffsetDateTime editableUntil)
      • end

        public Window end​(org.threeten.bp.OffsetDateTime end)
      • getEnd

        public org.threeten.bp.OffsetDateTime getEnd()
        The end timestamp of the window.
        Returns:
        end
      • setEnd

        public void setEnd​(org.threeten.bp.OffsetDateTime end)
      • start

        public Window start​(org.threeten.bp.OffsetDateTime start)
      • getStart

        public org.threeten.bp.OffsetDateTime getStart()
        The start timestamp of the window.
        Returns:
        start
      • setStart

        public void setStart​(org.threeten.bp.OffsetDateTime start)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object