Class EVChargingPoolDetails
Package com.here.sdk.search
Class EVChargingPoolDetails
- java.lang.Object
-
- com.here.sdk.search.EVChargingPoolDetails
-
public final class EVChargingPoolDetails extends java.lang.ObjectElectric vehicle charging pool details.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.BooleanevChargingOnSiteIndicates if the Place offers EV charging to customer or the general public.java.lang.StringevNetworkThe name of the EV Network that operates the charging station.java.lang.StringownerInformationRepresents the party of ownership provided by some suppliers.java.lang.BooleanreservableIndicates if the charging stations can be reserved.java.lang.LongtotalNumberOfStationsIndicates the total number of stations available on the charging pool.
-
Constructor Summary
Constructors Constructor Description EVChargingPoolDetails()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
-
evChargingOnSite
@Nullable public java.lang.Boolean evChargingOnSite
Indicates if the Place offers EV charging to customer or the general public.
-
evNetwork
@Nullable public java.lang.String evNetwork
The name of the EV Network that operates the charging station. Note: not all stations participate in a network.
-
ownerInformation
@Nullable public java.lang.String ownerInformation
Represents the party of ownership provided by some suppliers.
-
reservable
@Nullable public java.lang.Boolean reservable
Indicates if the charging stations can be reserved. Note: Reservable charging stations operate on a first-come/first served basis.
-
totalNumberOfStations
@Nullable public java.lang.Long totalNumberOfStations
Indicates the total number of stations available on the charging pool.
-
-
Constructor Detail
-
EVChargingPoolDetails
public EVChargingPoolDetails()
Creates a new instance. For offline EV rich attributes, also enable
LayerConfiguration.Feature.EVinSDKOptions.layerConfiguration.
-
-