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

    Constructors
    Constructor
    Description
    RawIndexProperties(scala.Option<scala.collection.immutable.Seq<IndexDefinition>> indexDefinitions, scala.Option<Ttl> ttl)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.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, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods 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

      public scala.Option<scala.collection.immutable.Seq<IndexDefinition>> indexDefinitions()
    • ttl

      public scala.Option<Ttl> ttl()