Class UpdatableIndexLayer
java.lang.Object
com.here.platform.data.client.model.UpdatableIndexLayer
- All Implemented Interfaces:
DigestOption,SchemaOption,UpdatableLayer,Serializable,scala.Equals,scala.Product
public final class UpdatableIndexLayer
extends Object
implements UpdatableLayer, DigestOption, SchemaOption, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdatableIndexLayer(scala.Option<Ttl> ttl, scala.Option<LayerSchema> schema, scala.Option<DigestAlgorithm> digest, scala.Option<String> name, scala.Option<String> summary, scala.Option<String> description, scala.Option<scala.collection.immutable.Set<String>> tags, scala.Option<scala.collection.immutable.Set<String>> billingTags, scala.Option<Coverage> coverage) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) asIndex()scala.Option<scala.collection.immutable.Set<String>>scala.Option<Coverage>coverage()scala.Option<String>scala.Option<DigestAlgorithm>digest()getTtl()scala.Option<String>name()scala.Option<LayerSchema>schema()scala.Option<String>summary()scala.Option<scala.collection.immutable.Set<String>>tags()static StringtoString()scala.Option<Ttl>ttl()updateBillingTags(Set<String> billingTags) updateCoverage(Coverage coverage) updateDescription(String description) updateDigest(DigestAlgorithm digest) updateName(String name) updateSchema(LayerSchema schema) updateSummary(String summary) updateTags(Set<String> tags) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.model.DigestOption
getDigestMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface com.here.platform.data.client.model.SchemaOption
getSchemaMethods inherited from interface com.here.platform.data.client.model.UpdatableLayer
asInteractiveMap, asObjectStore, asStream, asVersion, asVolatile, getBillingTags, getCoverage, getDescription, getName, getSummary, getTags
-
Constructor Details
-
UpdatableIndexLayer
public UpdatableIndexLayer(scala.Option<Ttl> ttl, scala.Option<LayerSchema> schema, scala.Option<DigestAlgorithm> digest, scala.Option<String> name, scala.Option<String> summary, scala.Option<String> description, scala.Option<scala.collection.immutable.Set<String>> tags, scala.Option<scala.collection.immutable.Set<String>> billingTags, scala.Option<Coverage> coverage)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) -
toString
-
ttl
-
schema
- Specified by:
schemain interfaceSchemaOption
-
digest
- Specified by:
digestin interfaceDigestOption
-
name
- Specified by:
namein interfaceUpdatableLayer
-
summary
- Specified by:
summaryin interfaceUpdatableLayer
-
description
- Specified by:
descriptionin interfaceUpdatableLayer
-
tags
- Specified by:
tagsin interfaceUpdatableLayer
-
billingTags
- Specified by:
billingTagsin interfaceUpdatableLayer
-
coverage
- Specified by:
coveragein interfaceUpdatableLayer
-
asIndex
- Specified by:
asIndexin interfaceUpdatableLayer
-
updateTtl
-
updateSchema
-
updateDigest
-
updateName
-
updateSummary
-
updateDescription
-
updateTags
-
updateBillingTags
-
updateCoverage
-
getTtl
-