Class PlaceChain

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

  • public final class PlaceChain
    extends java.lang.Object

    Parameters related to HERE Places chain system.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String id
      Identifier number for an associated chain.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlaceChain​(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

      • id

        @NonNull
        public java.lang.String id

        Identifier number for an associated chain. For example, the chain ID "8778" corresponds to the chain name "ABC Shop". The complete list of supported chain IDs can be found here.

    • Constructor Detail

      • PlaceChain

        public PlaceChain​(@NonNull
                          java.lang.String id)

        Creates a new instance.

        Parameters:
        id -

        Identifier number for an associated chain. For example, the chain ID "8778" corresponds to the chain name "ABC Shop". The complete list of supported chain IDs can be found here.

    • 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