Class ExceptionDates


  • public class ExceptionDates
    extends java.lang.Object
    Dates when the business is closed or open with a different time window.
    • Constructor Detail

      • ExceptionDates

        public ExceptionDates()
    • Method Detail

      • exceptionDate

        public ExceptionDates exceptionDate​(java.lang.String exceptionDate)
      • getExceptionDate

        public java.lang.String getExceptionDate()
        Date when the business is closed, in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> date format.
        Returns:
        exceptionDate
      • setExceptionDate

        public void setExceptionDate​(java.lang.String exceptionDate)
      • isIsOpen

        public java.lang.Boolean isIsOpen()
        Boolean indicating if the business is closed or open on that date.
        Returns:
        isOpen
      • setIsOpen

        public void setIsOpen​(java.lang.Boolean isOpen)
      • getOpenIntervals

        public java.util.List<OpenInterval> getOpenIntervals()
        Time window during the day when the business is open.
        Returns:
        openIntervals
      • setOpenIntervals

        public void setOpenIntervals​(java.util.List<OpenInterval> openIntervals)
      • 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