Class Configuration.RebootWindow

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.RebootWindow
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Configuration

public static class Configuration.RebootWindow extends StripeObject
  • Constructor Details

    • RebootWindow

      public RebootWindow()
  • Method Details

    • getEndHour

      public Long getEndHour()
      Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
    • getStartHour

      public Long getStartHour()
      Integer between 0 to 23 that represents the start hour of the reboot time window.
    • setEndHour

      public void setEndHour(Long endHour)
      Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
    • setStartHour

      public void setStartHour(Long startHour)
      Integer between 0 to 23 that represents the start hour of the reboot time window.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object