java.io.Serializablepublic static class OpeningHours.Period.OpenClose
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class | Description |
|---|---|---|
static class |
OpeningHours.Period.OpenClose.DayOfWeek |
| Modifier and Type | Field | Description |
|---|---|---|
OpeningHours.Period.OpenClose.DayOfWeek |
day |
Day that this Open/Close pair is for.
|
java.time.LocalTime |
time |
Time that this Open or Close happens at.
|
| Constructor | Description |
|---|---|
OpenClose() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
public OpeningHours.Period.OpenClose.DayOfWeek day
public java.time.LocalTime time