类 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 class  OpeningHours.Period
    The opening hours for a Place for a single day.
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    java.lang.Boolean openNow
    Whether the place is open at the current time.
    OpeningHours.Period[] periods
    Opening periods covering seven days, starting from Sunday, in chronological order.
    java.lang.Boolean permanentlyClosed
    Indicates that the place has permanently shut down.
    java.lang.String[] weekdayText
    The 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.String toString()  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 字段详细资料

    • openNow

      public java.lang.Boolean openNow
      Whether the place is open at the current time.

      Note: this field will be null if it isn't present in the response.

    • periods

      public OpeningHours.Period[] periods
      Opening periods covering seven days, starting from Sunday, in chronological order.
    • weekdayText

      public java.lang.String[] weekdayText
      The 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 permanentlyClosed
      Indicates that the place has permanently shut down.

      Note: this field will be null if it isn't present in the response.

  • 构造器详细资料

  • 方法详细资料

    • toString

      public java.lang.String toString()
      覆盖:
      toString 在类中 java.lang.Object