类 OpeningHours
java.lang.Object
ai.nextbillion.maps.model.OpeningHours
- 所有已实现的接口:
java.io.Serializable
public class OpeningHours
extends java.lang.Object
implements java.io.Serializable
Opening hours for a Place Details result. Please see Place Details
Results for more details.
- 另请参阅:
- 序列化表格
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classOpeningHours.PeriodThe opening hours for a Place for a single day. -
字段概要
字段 修饰符和类型 字段 说明 java.lang.BooleanopenNowWhether the place is open at the current time.OpeningHours.Period[]periodsOpening periods covering seven days, starting from Sunday, in chronological order.java.lang.BooleanpermanentlyClosedIndicates that the place has permanently shut down.java.lang.String[]weekdayTextThe formatted opening hours for each day of the week, as an array of seven strings; for example,"Monday: 8:30 am – 5:30 pm". -
构造器概要
构造器 构造器 说明 OpeningHours() -
方法概要
修饰符和类型 方法 说明 java.lang.StringtoString()
-
字段详细资料
-
openNow
public java.lang.Boolean openNowWhether the place is open at the current time.Note: this field will be null if it isn't present in the response.
-
periods
Opening periods covering seven days, starting from Sunday, in chronological order. -
weekdayText
public java.lang.String[] weekdayTextThe formatted opening hours for each day of the week, as an array of seven strings; for example,"Monday: 8:30 am – 5:30 pm". -
permanentlyClosed
public java.lang.Boolean permanentlyClosedIndicates that the place has permanently shut down.Note: this field will be null if it isn't present in the response.
-
-
构造器详细资料
-
OpeningHours
public OpeningHours()
-
-
方法详细资料
-
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-