Package com.google.maps.model
Class OpeningHours.SpecialDay
- java.lang.Object
-
- com.google.maps.model.OpeningHours.SpecialDay
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- OpeningHours
public static class OpeningHours.SpecialDay extends java.lang.Object implements java.io.SerializableAn indicator of special hours for a Place for a single day.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringdateA date expressed in RFC3339 format in the local timezone for the place, for example 2010-12-31.java.lang.BooleanexceptionalHoursTrue if there are exceptional hours for this day.
-
Constructor Summary
Constructors Constructor Description SpecialDay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
date
public java.lang.String date
A date expressed in RFC3339 format in the local timezone for the place, for example 2010-12-31.
-
exceptionalHours
public java.lang.Boolean exceptionalHours
True if there are exceptional hours for this day. If true, this means that there is at least one exception for this day. Exceptions cause different values to occur in the subfields of currentOpeningHours and secondaryOpeningHours such as periods, DayOfWeek, openNow. The exceptions apply to the hours, and the hours are used to generate the other fields.
-
-