Class StreamProperties
java.lang.Object
com.here.platform.data.client.model.StreamProperties
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStreamProperties(double dataInThroughputKbps, double dataOutThroughputKbps, scala.Option<Object> parallelization) -
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 scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
StreamProperties
public StreamProperties(double dataInThroughputKbps, double dataOutThroughputKbps, scala.Option<Object> parallelization)
-
-
Method Details
-
dataInThroughputKbps
public double dataInThroughputKbps() -
dataOutThroughputKbps
public double dataOutThroughputKbps() -
parallelization
-
getDataInThroughputKbps
-
getDataOutThroughputKbps
-
getParallelization
-