Class EVChargingPoolDetails

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

  • public final class EVChargingPoolDetails
    extends java.lang.Object

    Electric vehicle charging pool details.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean evChargingOnSite
      Indicates if the Place offers EV charging to customer or the general public.
      java.lang.String evNetwork
      The name of the EV Network that operates the charging station.
      java.lang.String ownerInformation
      Represents the party of ownership provided by some suppliers.
      java.lang.Boolean reservable
      Indicates if the charging stations can be reserved.
      java.lang.Long totalNumberOfStations
      Indicates the total number of stations available on the charging pool.
    • 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

      • 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.

    • 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