Package com.stripe.model.terminal
Class Configuration.RebootWindow
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.RebootWindow
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Integer between 0 to 23 that represents the end hour of the reboot time window.Integer between 0 to 23 that represents the start hour of the reboot time window.int
hashCode()
void
setEndHour
(Long endHour) Integer between 0 to 23 that represents the end hour of the reboot time window.void
setStartHour
(Long startHour) Integer between 0 to 23 that represents the start hour of the reboot time window.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RebootWindow
public RebootWindow()
-
-
Method Details
-
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
Integer between 0 to 23 that represents the start hour of the reboot time window. -
setEndHour
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
Integer between 0 to 23 that represents the start hour of the reboot time window. -
equals
-
canEqual
-
hashCode
public int hashCode()
-