Class VolatileProperties

java.lang.Object
com.here.platform.data.client.model.VolatileProperties
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class VolatileProperties extends Object implements scala.Product, Serializable
See Also:
  • Constructor Details

    • VolatileProperties

      public VolatileProperties(DataRedundancy dataRedundancy, long storageCapacityMb)
  • Method Details

    • dataRedundancy

      public DataRedundancy dataRedundancy()
    • storageCapacityMb

      public long storageCapacityMb()
    • getDataRedundancy

      public DataRedundancy getDataRedundancy()
    • getStorageCapacityMb

      public long getStorageCapacityMb()