Class UpdatableStreamLayer
java.lang.Object
com.here.platform.data.client.model.UpdatableStreamLayer
- All Implemented Interfaces:
SchemaOption,UpdatableLayer,Serializable,scala.Equals,scala.Product
public final class UpdatableStreamLayer
extends Object
implements UpdatableLayer, SchemaOption, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdatableStreamLayer(scala.Option<Object> dataInThroughputKbps, scala.Option<Object> dataOutThroughputKbps, scala.Option<Object> ttl, scala.Option<String> contentType, scala.Option<ContentEncoding> contentEncoding, scala.Option<LayerSchema> schema, 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, T10 v10, T11 v11, T12 v12) asStream()scala.Option<scala.collection.immutable.Set<String>>scala.Option<ContentEncoding>scala.Option<String>scala.Option<Coverage>coverage()scala.Option<Object>scala.Option<Object>scala.Option<String>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<Object>ttl()updateBillingTags(Set<String> billingTags) updateContentEncoding(ContentEncoding contentEncoding) updateContentType(String contentType) updateCoverage(Coverage coverage) updateDataInThroughputKbps(Double dataInThroughputKbps) updateDataOutThroughputKbps(Double dataOutThroughputKbps) updateDescription(String description) 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 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
asIndex, asInteractiveMap, asObjectStore, asVersion, asVolatile, getBillingTags, getCoverage, getDescription, getName, getSummary, getTags
-
Constructor Details
-
UpdatableStreamLayer
public UpdatableStreamLayer(scala.Option<Object> dataInThroughputKbps, scala.Option<Object> dataOutThroughputKbps, scala.Option<Object> ttl, scala.Option<String> contentType, scala.Option<ContentEncoding> contentEncoding, scala.Option<LayerSchema> schema, 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, T10 v10, T11 v11, T12 v12) -
toString
-
dataInThroughputKbps
-
dataOutThroughputKbps
-
ttl
-
contentType
-
contentEncoding
-
schema
- Specified by:
schemain interfaceSchemaOption
-
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
-
asStream
- Specified by:
asStreamin interfaceUpdatableLayer
-
updateDataInThroughputKbps
-
updateDataOutThroughputKbps
-
updateContentType
-
updateContentEncoding
-
updateTtl
-
updateSchema
-
updateName
-
updateSummary
-
updateDescription
-
updateTags
-
updateBillingTags
-
updateCoverage
-
getDataInThroughputKbps
-
getDataOutThroughputKbps
-
getContentType
-
getContentEncoding
-
getTtl
-