Class StringIndexValue
java.lang.Object
com.here.platform.data.client.model.StringIndexValue
- All Implemented Interfaces:
IndexValue,Serializable,scala.Equals,scala.Product
public final class StringIndexValue
extends Object
implements IndexValue, scala.Product, Serializable
String value of index key supported by Index layer
param: value underlying String value
- See Also:
-
Constructor Summary
Constructors -
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 com.here.platform.data.client.model.IndexValue
getIndexTypeMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
StringIndexValue
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
value
-
indexType
Description copied from interface:IndexValueIndex type of the value.The index type is used to configure the collection of index keys in Index layer configuration.
- Specified by:
indexTypein interfaceIndexValue
-
getValue
Underlying String value
-