Class EVSEConnector

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

  • public final class EVSEConnector
    extends java.lang.Object

    EVSE connector.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String cpoId
      CPO ID of the connector.
      java.lang.String id
      HERE ID of the connector.
      java.lang.Double maxPowerInKilowatts
      Maximum charge power of connector in kW.
      java.lang.String typeId
      Connector type ID.
    • Constructor Summary

      Constructors 
      Constructor Description
      EVSEConnector()
      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

      • id

        @Nullable
        public java.lang.String id

        HERE ID of the connector.

      • cpoId

        @Nullable
        public java.lang.String cpoId

        CPO ID of the connector.

      • maxPowerInKilowatts

        @Nullable
        public java.lang.Double maxPowerInKilowatts

        Maximum charge power of connector in kW.

    • Constructor Detail

      • EVSEConnector

        public EVSEConnector()

        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