Class SupplierReference

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

  • public final class SupplierReference
    extends java.lang.Object

    Identifier of the place as provided by the supplier

    • Field Summary

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

      Constructors 
      Constructor Description
      SupplierReference()
      Creates a new instance.
      SupplierReference​(java.lang.String supplier, java.lang.String id)
      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

      • supplier

        @NonNull
        public java.lang.String supplier

        Information about the supplier of this reference.

      • id

        @NonNull
        public java.lang.String id

        Identifier of the place as provided by the supplier.

    • Constructor Detail

      • SupplierReference

        public SupplierReference​(@NonNull
                                 java.lang.String supplier,
                                 @NonNull
                                 java.lang.String id)

        Creates a new instance.

        Parameters:
        supplier -

        Information about the supplier of this reference.

        id -

        Identifier of the place as provided by the supplier.

      • SupplierReference

        public SupplierReference()

        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