Class HereTileIndexValue

java.lang.Object
com.here.platform.data.client.model.HereTileIndexValue
All Implemented Interfaces:
IndexValue, Serializable, scala.Equals, scala.Product

public final class HereTileIndexValue extends Object implements IndexValue, scala.Product, Serializable
HereTile value of index key supported by Index layer

param: tile underlying tile id value

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    HereTileIndexValue(long tile)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    long
    Underlying tile id value
    Index type of the value.
    long
     
    static String
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface com.here.platform.data.client.model.IndexValue

    getIndexType

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • HereTileIndexValue

      public HereTileIndexValue(long tile)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • tile

      public long tile()
    • indexType

      public IndexType indexType()
      Description copied from interface: IndexValue
      Index type of the value.

      The index type is used to configure the collection of index keys in Index layer configuration.

      Specified by:
      indexType in interface IndexValue
    • getTile

      public long getTile()
      Underlying tile id value