Class EMobilityServiceProvider

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

  • public final class EMobilityServiceProvider
    extends java.lang.Object

    eMSP (e-Mobility Service Provider) for which the EV station operator has EV roaming agreements. It is only available for online search.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      The name of the e-Mobility Service Provider.
      java.lang.String partnerId
      The unique and stable id for the e-Mobility Service Provider on the HERE platform.
    • 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

      • name

        @Nullable
        public java.lang.String name

        The name of the e-Mobility Service Provider. It may change but the respective partnerId will remain stable.

      • partnerId

        @Nullable
        public java.lang.String partnerId

        The unique and stable id for the e-Mobility Service Provider on the HERE platform. It can be used for filtering when searching for EV charging stations.

    • Constructor Detail

      • EMobilityServiceProvider

        public EMobilityServiceProvider()

        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