Class DefaultConfigService.RawIndexProperties
java.lang.Object
com.here.platform.data.client.service.config.DefaultConfigService.RawIndexProperties
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- DefaultConfigService
public static class DefaultConfigService.RawIndexProperties
extends Object
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRawIndexProperties(scala.Option<scala.collection.immutable.Seq<IndexDefinition>> indexDefinitions, scala.Option<Ttl> ttl) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<scala.collection.immutable.Seq<IndexDefinition>>scala.Option<Ttl>ttl()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
-
RawIndexProperties
public RawIndexProperties(scala.Option<scala.collection.immutable.Seq<IndexDefinition>> indexDefinitions, scala.Option<Ttl> ttl)
-
-
Method Details
-
indexDefinitions
-
ttl
-