Class BusinessDetails
Package com.here.sdk.search
Class BusinessDetails
- java.lang.Object
-
- com.here.sdk.search.BusinessDetails
-
public final class BusinessDetails extends java.lang.ObjectContains place details such as contacts, opening hours and some electro vehicle info.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Contact>contactsThe list of contact information of the place.EVChargingPoolevChargingPoolEV charging pool details.java.util.List<OpeningHours>openingHoursThe list of opening hours information of the place (not available in result of suggest request).
-
Constructor Summary
Constructors Constructor Description BusinessDetails()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
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.
-
-