Class OpeningHours.Period

java.lang.Object
ai.nextbillion.maps.model.OpeningHours.Period
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OpeningHours

public static class OpeningHours.Period
extends java.lang.Object
implements java.io.Serializable
The opening hours for a Place for a single day.
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  OpeningHours.Period.OpenClose  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    OpeningHours.Period.OpenClose close
    When the Place closes.
    OpeningHours.Period.OpenClose open
    When the Place opens.
  • Constructor Summary

    Constructors 
    Constructor Description
    Period()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait