Class ExternalID

  • java.lang.Object
    • com.here.sdk.core.ExternalID

  • public final class ExternalID
    extends java.lang.Object

    Identifier of the entity as provided by the external source

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String id
      Identifier of the entity as provided by the source.
      java.lang.String source
      Information about the source of this reference.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalID()
      Creates a new instance with default values.
    • 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

      • source

        @NonNull
        public java.lang.String source

        Information about the source of this reference.

      • id

        @NonNull
        public java.lang.String id

        Identifier of the entity as provided by the source.

    • Constructor Detail

      • ExternalID

        public ExternalID()

        Creates a new instance with default values.

    • 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