Class IndexDefinition
java.lang.Object
com.here.platform.data.client.model.IndexDefinition
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
Defines a data attribute for indexing.
See also IndexLayerType for more information about the index layer.
param: name name of the attribute
param: indexType data type of the attribute
param: duration duration of a TimeWindow attribute in milliseconds, that must be in the range
600000 (10 minutes) .. 86400000 (24h)
param: zoomLevel size of the tile to which an HereTile attribute applies
- See Also:
- Note:
IndexDefinition.Builderprovides Java developers with an easier way of creatingIndexDefinitions.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIndexDefinition(String name, IndexType indexType, scala.Option<Object> duration, scala.Option<Object> zoomLevel) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
IndexDefinition
-
-
Method Details
-
name
-
indexType
-
duration
-
zoomLevel
-
getName
-
getIndexType
-
getDuration
-
getZoomLevel
-