Class AggregateModelResult
- java.lang.Object
-
- com.blueriq.customerdata.api.v1.repository.AggregateModelResult
-
public class AggregateModelResult extends Object
-
-
Constructor Summary
Constructors Constructor Description AggregateModelResult(long count, List<AggregateModel> aggregateModelList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AggregateModel>
getAggregateModelList()
long
getCount()
-
-
-
Constructor Detail
-
AggregateModelResult
public AggregateModelResult(long count, List<AggregateModel> aggregateModelList)
-
-
Method Detail
-
getCount
public long getCount()
-
getAggregateModelList
public List<AggregateModel> getAggregateModelList()
-
-