Class EVChargingOpeningHoursException

java.lang.Object
com.here.sdk.search.EVChargingOpeningHoursException

public final class EVChargingOpeningHoursException extends Object

Represents exceptions to the regular opening hours schedule for EV charging locations, such as special closures or extended hours. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • date

      @NonNull public Date date

      Date of special opening hours.

    • periods

      @NonNull public List<TimeOfDayRange> periods

      A list of time periods when the charging location is open on the specified date. The time periods are in the local time zone of the charging location, and are represented as a list of objects with TimeOfDayRange.from and TimeOfDayRange.to properties.

    • closed

      public boolean closed

      True if the charging location is closed on particular date, in which case periods is empty.

  • Constructor Details

    • EVChargingOpeningHoursException

      public EVChargingOpeningHoursException()

      Creates a new instance.

  • Method Details