Class ExternalID

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

public final class ExternalID extends Object

Identifier of the entity as provided by the external source

  • Field Summary

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

    Constructors
    Constructor
    Description
    Creates a new instance with default values.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • source

      @NonNull public String source

      Information about the source of this reference.

    • id

      @NonNull public String id

      Identifier of the entity as provided by the source.

  • Constructor Details

    • ExternalID

      public ExternalID()

      Creates a new instance with default values.

  • Method Details