Class BusinessDetails

  • java.lang.Object
    • com.here.sdk.search.BusinessDetails

  • public final class BusinessDetails
    extends java.lang.Object

    Contains place details such as contacts, opening hours and some electro vehicle info.

    • Constructor Summary

      Constructors 
      Constructor Description
      BusinessDetails()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • contacts

        @NonNull
        public java.util.List<Contact> contacts

        The list of contact information of the place.

      • openingHours

        @NonNull
        public java.util.List<OpeningHours> openingHours

        The list of opening hours information of the place (not available in result of suggest request).

      • evChargingPool

        @Nullable
        public EVChargingPool evChargingPool

        EV charging pool details. It is available only for a place that is a charging pool for electric vehicles. Charging stations data are only available to users with valid contracts with HERE.

    • Constructor Detail

      • BusinessDetails

        public BusinessDetails()

        Creates a new instance.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object