Class BusinessOpeningHoursInterval

java.lang.Object
io.github.natanimn.telebof.types.business.BusinessOpeningHoursInterval

public class BusinessOpeningHoursInterval extends Object
Describes the opening hours of a business.
Since:
3 March 2025
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60
    The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object object)
     
    int
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • opening_minute

      public Integer opening_minute
      The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60
    • closing_minute

      public Integer closing_minute
      The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60
  • Constructor Details

    • BusinessOpeningHoursInterval

      public BusinessOpeningHoursInterval()
  • Method Details