Package org.gbif.api.model.metrics.cube
Class Rollup
java.lang.Object
org.gbif.api.model.metrics.cube.Rollup
A rollup defines an addressable count that is maintained for a set of dimensions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDimensions
(Set<Dimension<?>> dimensions) Where possible use the constructor and not this versiontoString()
-
Constructor Details
-
Rollup
public Rollup()Prefer use of the constructor taking the parameters over this method. This is provided to allow easy Jackson serialization. -
Rollup
-
Rollup
-
-
Method Details